JPH10164348A - Data edit control circuit - Google Patents

Data edit control circuit

Info

Publication number
JPH10164348A
JPH10164348A JP8315127A JP31512796A JPH10164348A JP H10164348 A JPH10164348 A JP H10164348A JP 8315127 A JP8315127 A JP 8315127A JP 31512796 A JP31512796 A JP 31512796A JP H10164348 A JPH10164348 A JP H10164348A
Authority
JP
Japan
Prior art keywords
data
editing
unit
area
edge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8315127A
Other languages
Japanese (ja)
Inventor
Hisashi Osano
久 小佐野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP8315127A priority Critical patent/JPH10164348A/en
Publication of JPH10164348A publication Critical patent/JPH10164348A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)
  • Processing Or Creating Images (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PROBLEM TO BE SOLVED: To execute editing and copying of data in a bit unit at a high speed. SOLUTION: Editing object data are stored in an editing object data storage part 4, edge data being head and last data in a data editing area are stored in an edge data storage part 2 and editing information of a position and a size of the editing object data and the data editing area are stored in a area setting part 3. An end data synthesis part 6 synthesizes the head and the last data from the editing object data storage part 4 with the data from the edge data storage part 2 in the unit of one byte. Moreover, a data synthesis part 7 synthesizes the other data than the head and the last data of the editing object data from the end data synthesis part 6 with data which are not synthesized previously from a holding data storage part 1.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ編集制御回
路に関し、特にページデータをビット単位でアロケート
可能なデータ編集制御回路に関する。
The present invention relates to a data editing control circuit, and more particularly to a data editing control circuit capable of allocating page data in bit units.

【0002】[0002]

【従来の技術】従来のビットマップ制御回路は、編集す
べきメモリのフィールドを一度読みこみ、データを編集
後、再度フィールドに戻す方式をとっており、リード・
ライトの2サイクルによりデータ編集を行っている。
2. Description of the Related Art A conventional bit map control circuit reads a field of a memory to be edited once, edits data, and then returns the field to a field again.
Data editing is performed by two cycles of writing.

【0003】図5は、従来技術を示すブロック図であ
る。図5を参照すると、従来のビットマップ制御回路
は、リードデータレジスタ部8と、データ結合部9と、
リードレジスタデコード部10と、データ合成形式設定
部11と、編集対象データレジスタ部12と、編集対象
レジスタデコード部13とから構成される。
FIG. 5 is a block diagram showing the prior art. Referring to FIG. 5, a conventional bitmap control circuit includes a read data register unit 8, a data combining unit 9,
It comprises a read register decoding unit 10, a data synthesis format setting unit 11, an editing target data register unit 12, and an editing target register decoding unit 13.

【0004】まず、リードデータレジスタ部8に書き込
もうとしている編集エリアのデータを読み込み、格納す
る。そして、編集対象データを編集対象データレジスタ
部12に格納する。そして、それぞれに格納されたデー
タをリードレジスタデコード部10、編集対象レジスタ
デコード部13により任意のデータ数を出力し、データ
合成形式設定部11により設定された形式に従いデータ
合成部9で合成後データ編集エリアに書き込むという編
集制御を行っている。
First, data in an editing area to be written is read and stored in the read data register section 8. Then, the edit target data is stored in the edit target data register unit 12. The stored data is output by the read register decoding unit 10 and the editing target register decoding unit 13 to output an arbitrary number of data, and the combined data is combined by the data combining unit 9 in accordance with the format set by the data combining format setting unit 11. Editing control is performed to write in the editing area.

【0005】また、たとえば、「特開平3−22086
3号公報」、「特開平3−43281号公報」記載の技
術も、編集すべきメモリのフィールドを一度読みこみ、
データを編集後、再度フィールドに戻す方式をとってお
り、リード・ライトの2サイクルによりデータ編集を行
っている。
[0005] For example, see Japanese Patent Application Laid-Open No. Hei 3-22086.
No. 3, Japanese Patent Application Laid-Open No. 3-43281 also reads the field of the memory to be edited once,
After editing the data, the data is returned to the field again, and the data is edited in two cycles of read / write.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の技術に
おいては、リード・ライトサイクルにより1バイトのデ
ータ編集を行っているため、データ処理に時間がかかる
という問題がある。また、一度設定され確定された編集
領域内での再編集でも再読み込みを行いデータの編集を
行っていたため、データ処理に時間がかかるという問題
点がある。
In the above-mentioned prior art, since one-byte data is edited by a read / write cycle, there is a problem that data processing takes a long time. In addition, since data is edited by re-reading even in the editing area once set and confirmed in the editing area, there is a problem that data processing takes time.

【0007】本発明の目的は、データ編集領域内からの
データの読み込みを極力少なくすることで制御時間を短
縮し、全体としての制御効率を向上させるデータ編集制
御装置を提供することである。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a data editing control device which reduces control time by reducing data reading from a data editing area as much as possible, thereby improving control efficiency as a whole.

【0008】[0008]

【課題を解決するための手段】本発明の第1のデータ編
集制御回路は、(a)データ編集エリアの原点、横幅、
縦幅および前記データ編集領域に書き込まれる編集対象
データの原点、横幅、縦幅を含む編集情報が格納される
エリア設定部と、(b)前記編集対象データが格納され
る編集対象データ格納部と、(c)前記データ編集エリ
アの両端のエッジデータが格納されるエッジデータ格納
部と、(d)前記編集対象データ格納部からのデータと
前記エッジデータ格納部からのデータとを合成するエン
ドデータ合成部と、(e)前記エンドデータ合成部で合
成されなかった前記編集対象データの部分を保留データ
として格納する保留データ格納部と、(f)前記保留デ
ータ格納部からのデータと前記エンドデータ合成部から
のデータを合成するデータ合成部7と、(g)前記エッ
ジデータ格納部内の前記エッジデータに基づいて、前記
データ編集エリアの両端の位置を保持し、前記エンドデ
ータ合成部および前記データ合成部を制御する領域エッ
ジ認識部と、を備える。
A first data editing control circuit according to the present invention comprises: (a) an origin, width, and width of a data editing area;
An area setting unit for storing editing information including a vertical width and an origin, a horizontal width, and a vertical width of the editing target data written in the data editing area; and (b) an editing target data storing unit for storing the editing target data. (C) an edge data storage for storing edge data at both ends of the data editing area; and (d) end data for combining data from the data to be edited with data from the edge data storage. A combining unit; (e) a pending data storage unit for storing, as pending data, a portion of the data to be edited that has not been composed by the end data compositing unit; and (f) data from the pending data storage unit and the end data. A data synthesizing unit 7 for synthesizing data from the synthesizing unit; and (g) the data editing area based on the edge data in the edge data storage unit. Holding the positions of both ends, and a region edge recognition section for controlling the end data combining unit and the data combining unit.

【0009】本発明の第2のデータ編集制御回路は、前
記第1のデータ編集制御回路であって、前記データ編集
エリアの前記原点が指すビット位置に基づいて、前記編
集対象データ格納部からのデータと前記エッジデータ格
納部からのデータとを取捨、接合する前記エンドデータ
合成部を有することを特徴とする請求項1記載のデータ
編集制御回路。
The second data editing control circuit according to the present invention is the first data editing control circuit, wherein the first data editing control circuit receives the data from the editing target data storage section based on a bit position indicated by the origin of the data editing area. 2. The data editing control circuit according to claim 1, further comprising the end data synthesizing unit that discards and joins data from the edge data storage unit.

【0010】本発明の第3のデータ編集制御回路は、前
記第1のデータ編集制御回路であって、前記データ編集
エリアの前記原点が指すビット位置に基づいて、前記エ
ンドデータ合成部部からのデータと前記保留データ格納
部からのデータとを取捨、接合する前記データ合成部を
有することを特徴とする請求項1記載のデータ編集制御
回路。
A third data editing control circuit according to the present invention is the first data editing control circuit, wherein the first data editing control circuit receives a signal from the end data synthesizing section based on a bit position indicated by the origin of the data editing area. 2. The data editing control circuit according to claim 1, further comprising the data synthesizing unit that discards and joins data and data from the reserved data storage unit.

【0011】[0011]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0012】以下の説明において、合成とは、編集対象
データの1バイトデータの一部とエッジデータとの接
合、および、前回の合成において編集対象データの接合
されなかった1バイトデータの一部と、今回の編集対象
データの一部との接合のことを意味する。
In the following description, the term “synthesis” refers to a combination of a part of 1-byte data of data to be edited and edge data, and a part of 1-byte data that has not been combined with the data to be edited in the previous composition. , Means joining with a part of the data to be edited this time.

【0013】図1は、本発明のデータ編集制御回路を示
すブロック図である。図1を参照すると、本発明のデー
タ編集制御回路は、編集の対象となる編集対象データを
格納する編集対象データ格納部4と、データ編集領域の
両端のデータを格納するエッジデータ格納部2と、デー
タ編集エリアと編集対象データの位置・縦幅・横幅等の
編集情報を格納するエリア設定部3と、現在編集しよう
としている直前のデータを格納する保留データ格納部1
と、エッジデータ格納部2の出力とデイステイネーショ
ンデータ格納部4の出力とから1行の最初と最後のデー
タを合成するエンドデータ合成部6と、それ以外の1行
中のデータをエンドデータ合成部6の出力と保留データ
格納部1の出力とから合成するデータ合成部7と、デー
タ編集領域の両端の位置を認識する領域エッジ認識部5
とから構成される。
FIG. 1 is a block diagram showing a data editing control circuit according to the present invention. Referring to FIG. 1, a data editing control circuit according to the present invention includes an editing target data storage unit 4 for storing editing target data to be edited, an edge data storage unit 2 for storing data at both ends of a data editing area. An area setting unit 3 for storing a data editing area and editing information such as a position, a vertical width and a horizontal width of data to be edited, and a pending data storage unit 1 for storing data immediately before the current editing.
An end data synthesizing unit 6 for synthesizing the first and last data of one row from the output of the edge data storage unit 2 and the output of the destination data storage unit 4; A data synthesizing unit 7 for synthesizing the output of the synthesizing unit 6 and the output of the pending data storage unit 1, and an area edge recognizing unit 5 for recognizing the positions of both ends of the data editing area
It is composed of

【0014】図2は、編集対象データとデータ編集エリ
アとの関係図である。図2を参照すると、編集対象デー
タは、1バイト境界に整列しており、これが1バイト境
界に整列されていないデータ編集エリアに指定された単
位で、かつ、指定された間隔で分断され複写される。
FIG. 2 is a diagram showing the relationship between the data to be edited and the data editing area. Referring to FIG. 2, the data to be edited is aligned on a 1-byte boundary, and is divided and copied at specified intervals in a data editing area that is not aligned on a 1-byte boundary at specified intervals. You.

【0015】図3は、データ編集エリアを示す説明図で
ある。図3を参照すると、本発明におけるデータ編集エ
リアは、編集情報である、エリアの先頭を指す原点と、
1行の長さを指す横幅と、全行数を指す縦幅とで表され
る。また、各行の先頭のファーストデータ(1バイト)
と、最後のエンドデータ(1バイト)は、編集対象デー
タ(1バイト)と指定されたビット分ずれて合成され
る。合成されなかった編集対象データの残りは、保留デ
ータとなる。
FIG. 3 is an explanatory diagram showing a data editing area. Referring to FIG. 3, the data editing area according to the present invention includes, as editing information, an origin indicating the head of the area,
It is represented by a horizontal width indicating the length of one line and a vertical width indicating the total number of lines. Also, the first data (1 byte) at the beginning of each line
Then, the last end data (1 byte) is combined with the data to be edited (1 byte) with a shift of the designated bit. The rest of the data to be edited that has not been combined becomes pending data.

【0016】また、複写は、図3のように1行を基本単
位として行われる。1行中においてはアドレスは連続し
ているが、行の終わりのアドレスと次行の先頭のアドレ
スは連続していない。このため、2行目からの先頭アド
レスは、前行の先頭アドレスにオフセットアドレスを加
え生成される。
Copying is performed using one line as a basic unit as shown in FIG. Although addresses are continuous in one row, the end address of the row and the start address of the next row are not continuous. Therefore, the start address from the second row is generated by adding an offset address to the start address of the previous row.

【0017】データ編集エリアの原点は先頭アドレスの
5ビット目にあたり、コピー元のデータをそのままコピ
ーするとバイトデータの4ビット目までがデータ編集エ
リアに書き込めなくなる。これを回避し原点位置からコ
ピー元のデータをコピーするためにコピー元のデータの
4ビットとエッジデータの4ビットを1バイトのデータ
に合成する。そして、コピー元のデータで合成対象にな
らなかった4ビットのデータを保留データとし、次のコ
ピー元のデータと合成しデータ編集エリアにコピーす
る。この動作をデータ編集エリアの始めから終わりまで
行うことでビット単位でデータ編集エリアにデータをコ
ピーすることができる。
The origin of the data editing area corresponds to the fifth bit of the head address. If the copy source data is copied as it is, it is impossible to write up to the fourth bit of the byte data in the data editing area. In order to avoid this and copy the data of the copy source from the origin position, 4 bits of the copy source data and 4 bits of the edge data are combined into 1-byte data. Then, the 4-bit data that has not been combined in the copy source data is set as pending data, combined with the next copy source data, and copied to the data editing area. By performing this operation from the beginning to the end of the data editing area, data can be copied to the data editing area in bit units.

【0018】図4は、本発明のデータ編集制御回路の動
作を示すフローチャートである。図4を参照すると、ま
ず本発明のフローは、データ編集エリアの設定が行われ
る。具体的には、エリアの先頭アドレスとそのアドレス
の何ビット目を原点にするかの設定と、全体のデータ量
と、縦横の幅とが設定される。そして、次に、編集対象
データの設定が行われる。具体的には、先頭アドレス
と、データ量と、縦横の幅とが設定される。そして、デ
ータ編集エリアと編集対象データの設定の終了後、デー
タ編集スタートコマンドにより編集が開始される。
FIG. 4 is a flowchart showing the operation of the data editing control circuit of the present invention. Referring to FIG. 4, first, in the flow of the present invention, a data editing area is set. Specifically, a setting is made of the start address of the area, the bit number of the address as the origin, the total data amount, and the vertical and horizontal widths. Then, the editing data is set. Specifically, a start address, a data amount, and a width and a width are set. After the setting of the data editing area and the data to be edited is completed, the editing is started by the data editing start command.

【0019】次に、本発明の動作について図面を参照し
て説明する。まず、データ編集エリアを確定させるため
に、先頭アドレスとそのアドレスの何ビット目かを示す
原点と、エリアの縦横の幅をエリア設定部3に設定する
(図4ステップ1)。次に、編集対象データの先頭アド
レスと縦横の幅とをエリア設定部3に設定する(図4ス
テップ2)。そして、エリアの設定終了後データ編集制
御回路を起動させる(図4ステップ3)。
Next, the operation of the present invention will be described with reference to the drawings. First, in order to determine the data editing area, the start address, the origin indicating the bit number of the address, and the vertical and horizontal widths of the area are set in the area setting unit 3 (step 1 in FIG. 4). Next, the start address and the vertical and horizontal widths of the data to be edited are set in the area setting unit 3 (Step 2 in FIG. 4). Then, after the setting of the area is completed, the data editing control circuit is started (step 3 in FIG. 4).

【0020】そして、まず、データ編集エリアの両端の
データを読み込みエッジデータ格納部2に格納する。ま
た、編集対象データを編集対象データ格納部4に格納す
る。そして、編集対象データ格納部4内の編集対象デー
タのファーストデータ(1行の先頭の1バイトデータ)
の一部とエッジデータ格納部2内のエッジデータを設定
された形式に従いエンドデータ合成部6により合成し、
合成されたファーストデータとしてデータ合成部7に出
力する。この合成されたファーストデータは、保留デー
タとの合成は行われずにそのままデータ合成部7から出
力される。編集対象データのファーストデータの残りの
部分は、保留データ格納部1に保持される。
First, data at both ends of the data editing area are read and stored in the edge data storage unit 2. Further, the edit target data is stored in the edit target data storage unit 4. Then, the first data of the edit target data in the edit target data storage unit 4 (the first one byte data of one line)
And the edge data in the edge data storage unit 2 by the end data synthesizing unit 6 according to the set format,
The data is output to the data synthesizing unit 7 as synthesized first data. The synthesized first data is output from the data synthesizing unit 7 without being synthesized with the reserved data. The remaining part of the first data of the data to be edited is held in the suspended data storage unit 1.

【0021】次のデータから1行の最後から2番目のデ
ータまでは、合成対象データである保留データ格納部1
の出力とエンドデータ結合部6の出力とをデータ合成部
7により合成し出力する。
From the next data to the second data from the end of one row, the pending data storage 1
And the output of the end data combining unit 6 are combined by the data combining unit 7 and output.

【0022】また、最後に、エッジデータ格納部2から
のエンドデータ(1行の最後の1バイトデータ)に対す
る出力と編集対象データ格納部4からのエンドデータと
をエンドデータ合成部6により合成後、保留データ格納
部1の出力とデータ合成部7で再合成し出力する(図4
ステップ5)。
Finally, the output for the end data (the last one byte data of one row) from the edge data storage unit 2 and the end data from the edit target data storage unit 4 are synthesized by the end data synthesis unit 6. Then, the output of the pending data storage unit 1 is re-synthesized and output by the data synthesizing unit 7 (FIG. 4).
Step 5).

【0023】本発明のデータ編集制御回路は、これらの
1行の制御シーケンスをエリア設定部3に設定された縦
幅数分繰り返し(図4ステップ6)、編集制御を終了す
る(図4ステップ7)。
The data editing control circuit of the present invention repeats the control sequence of one line for the number of vertical widths set in the area setting section 3 (step 6 in FIG. 4), and ends the editing control (step 7 in FIG. 4). ).

【0024】また、エリア設定部3は1行中の横幅デー
タ数(ファーストデータからエンドデータ)と縦幅数を
カウントし、編集エリアの領域制御と編集の終了制御を
行っている。横幅数は、1サイクル(1バイトの合成、
書き込み)ごとにエリア設定部3内でカウントされ、カ
ウント開始と終了時に領域エッジ認識部5にスタート、
エンドを示す信号が出力される。そして、領域エッジ認
識部5は入力されるデータにしたがいデータの合成を制
御する。また、縦幅数は、エリア設定部3内でカウント
され、カウント終了後データ編集制御が終了する。
The area setting section 3 counts the number of horizontal width data (from first data to end data) and the number of vertical widths in one line, and controls the area of the editing area and the end of editing. The number of widths is one cycle (1 byte synthesis,
Is counted in the area setting unit 3 every time the writing is started.
A signal indicating the end is output. Then, the area edge recognition unit 5 controls the synthesis of data according to the input data. Further, the number of vertical widths is counted in the area setting section 3, and after the counting is completed, the data editing control ends.

【0025】そして、この一連の動作により、ページ単
位でのビットマップ制御を高速に行うことができる。
By this series of operations, bit map control in page units can be performed at high speed.

【0026】また、設定された同一データ編集エリア内
で別の編集を行う場合は、データ編集領域の両端のデー
タはエッジデータ格納部2に格納済みであり、読み込み
動作なしでデータ編集を行うことができる。
When another editing is to be performed within the same set data editing area, the data at both ends of the data editing area has already been stored in the edge data storage unit 2, and the data must be edited without a reading operation. Can be.

【0027】[0027]

【発明の効果】本発明の効果は、データ編集エリアの両
端以外はライト動作のみ行うことにより、通常のリード
モディファイをおこなうデータ編集制御に比べて半分程
度の時間でデータ処理ができることである。
The effect of the present invention is that the data processing can be performed in about half the time required for the data edit control for performing the normal read modify by performing only the write operation except for both ends of the data edit area.

【0028】また、同一のデータ編集エリア内を使用し
てデータ編集を行う場合は完全にライト動作のみで編集
を行うことができ、さらに制御時間の短縮を行うことが
できる。
When data is edited using the same data editing area, the editing can be performed completely only by the write operation, and the control time can be further reduced.

【0029】また、第2の効果は、機能をページ単位で
のアロケートとすることで回路構成が単純化でき小規模
化できることである。
The second effect is that the circuit configuration can be simplified and the size can be reduced by allocating the functions in units of pages.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】編集対象データとデータ編集エリアとの関係図
である。
FIG. 2 is a relationship diagram between data to be edited and a data editing area.

【図3】データ編集エリアを示す説明図である。FIG. 3 is an explanatory diagram showing a data editing area.

【図4】本発明の実施の形態の動作を示すフローチャー
トである。
FIG. 4 is a flowchart showing the operation of the embodiment of the present invention.

【図5】従来の技術のブロック図である。FIG. 5 is a block diagram of a conventional technique.

【符号の説明】[Explanation of symbols]

1 保留データ格納部 2 エッジデータ格納部 3 エリア設定部 4 編集対象データ格納部 5 領域エッジ認識部 6 エンドデータ合成部 7 データ合成部 8 リードデータレジスタ部 9 データ合成部 10 リードレジスタデコード部 11 データ合成形式設定部 12 編集対象データレジスタ部 13 編集対象レジスタデコード部 REFERENCE SIGNS LIST 1 reserved data storage unit 2 edge data storage unit 3 area setting unit 4 edit target data storage unit 5 area edge recognition unit 6 end data synthesis unit 7 data synthesis unit 8 read data register unit 9 data synthesis unit 10 read register decode unit 11 data Synthetic format setting unit 12 Data register unit to be edited 13 Register decoding unit to be edited

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】(a)データ編集エリアの原点、横幅、縦
幅および前記データ編集領域に書き込まれる編集対象デ
ータの原点、横幅、縦幅を含む編集情報が格納されるエ
リア設定部と、(b)前記編集対象データが格納される
編集対象データ格納部と、(c)前記データ編集エリア
の両端のエッジデータが格納されるエッジデータ格納部
と、(d)前記編集対象データ格納部からのデータと前
記エッジデータ格納部からのデータとを合成するエンド
データ合成部と、(e)前記エンドデータ合成部で合成
されなかった前記編集対象データの部分を保留データと
して格納する保留データ格納部と、(f)前記保留デー
タ格納部からのデータと前記エンドデータ合成部からの
データを合成するデータ合成部7と、(g)前記エッジ
データ格納部内の前記エッジデータに基づいて、前記デ
ータ編集エリアの両端の位置を保持し、前記エンドデー
タ合成部および前記データ合成部を制御する領域エッジ
認識部と、を有することを特徴とするデータ編集制御回
路。
(A) an area setting unit for storing editing information including an origin, a width, and a vertical width of a data editing area and an origin, a width, and a vertical width of data to be edited written in the data editing area; b) an edit target data storage section in which the edit target data is stored; (c) an edge data storage section in which edge data at both ends of the data edit area are stored; An end data synthesizing unit for synthesizing data and data from the edge data storage unit; and (e) a reserved data storage unit for storing, as reserved data, a portion of the data to be edited that is not synthesized by the end data synthesizing unit. (F) a data synthesizing unit 7 for synthesizing data from the reserved data storing unit and data from the end data synthesizing unit; Serial based on the edge data, the holding positions of both ends of the data editing area, said end data synthesizing section and said a region edge recognition unit that controls the data synthesizer, data editing control circuit characterized in that it comprises a.
【請求項2】 前記データ編集エリアの前記原点が指す
ビット位置に基づいて、前記編集対象データ格納部から
のデータと前記エッジデータ格納部からのデータとを取
捨、接合する前記エンドデータ合成部を有することを特
徴とする請求項1記載のデータ編集制御回路。
2. The end data synthesizing unit which discards and joins data from the data to be edited and data from the edge data storage based on a bit position indicated by the origin of the data editing area. 2. The data editing control circuit according to claim 1, comprising:
【請求項3】 前記データ編集エリアの前記原点が指す
ビット位置に基づいて、前記エンドデータ合成部部から
のデータと前記保留データ格納部からのデータとを取
捨、接合する前記データ合成部を有することを特徴とす
る請求項1記載のデータ編集制御回路。
3. The data synthesizing unit which discards and joins data from the end data synthesizing unit and data from the reserved data storage unit based on a bit position indicated by the origin of the data editing area. 2. The data editing control circuit according to claim 1, wherein:
JP8315127A 1996-11-26 1996-11-26 Data edit control circuit Pending JPH10164348A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8315127A JPH10164348A (en) 1996-11-26 1996-11-26 Data edit control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8315127A JPH10164348A (en) 1996-11-26 1996-11-26 Data edit control circuit

Publications (1)

Publication Number Publication Date
JPH10164348A true JPH10164348A (en) 1998-06-19

Family

ID=18061738

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8315127A Pending JPH10164348A (en) 1996-11-26 1996-11-26 Data edit control circuit

Country Status (1)

Country Link
JP (1) JPH10164348A (en)

Similar Documents

Publication Publication Date Title
JPH10164348A (en) Data edit control circuit
JPH08221312A (en) Memory card device
JPH08306192A (en) Non-volatile memory writing device
US4084258A (en) Apparatus for performing multiple operations in a shift register memory
JP2715482B2 (en) Page image generator
JP2616738B2 (en) Servo track writer
JPH0547189A (en) Memory card device
JPH0373913B2 (en)
JP2838912B2 (en) Semiconductor storage device
GB2038519A (en) Format control of digital tape recorder
JPH0516451A (en) Printer
JPH0728623A (en) Control method for ring buffer
KR950027814A (en) Flash Cards for Digital Song Accompaniment Systems
JP3166323B2 (en) Image processing device
JPS617769A (en) Image memory write control system
JPH05342096A (en) Program executing method for programmable controller
JPH04291572A (en) Page memory management equipment for video page printer
JPS5891491A (en) Picture information input circuit for picture memory
JP2000339951A (en) Memory access system and method as well as medium
JPH01298574A (en) Positioning control and selection system for magnetic head
JPS61215584A (en) Display controller
JPH031775A (en) Superimposing device for magnetic recording and reproducing device
JPH026956A (en) Method and device for layout scanner contour processing
JPH0412851B2 (en)
JP2000105993A (en) Register circuit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20001212