JPH02141860A - Data transfer controller - Google Patents

Data transfer controller

Info

Publication number
JPH02141860A
JPH02141860A JP29687988A JP29687988A JPH02141860A JP H02141860 A JPH02141860 A JP H02141860A JP 29687988 A JP29687988 A JP 29687988A JP 29687988 A JP29687988 A JP 29687988A JP H02141860 A JPH02141860 A JP H02141860A
Authority
JP
Japan
Prior art keywords
data
interface
local memory
byte
partially
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.)
Granted
Application number
JP29687988A
Other languages
Japanese (ja)
Other versions
JP2699482B2 (en
Inventor
Yukio Uchiyama
内山 幸男
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP29687988A priority Critical patent/JP2699482B2/en
Publication of JPH02141860A publication Critical patent/JPH02141860A/en
Application granted granted Critical
Publication of JP2699482B2 publication Critical patent/JP2699482B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)
  • Information Transfer Systems (AREA)

Abstract

PURPOSE:To execute a data transfer to a partial write impossible interface from a partial write possible interface by sending out data to the partial write impossible interface, when write of all the data which are sent is ended. CONSTITUTION:A data transfer controller 1 transfers the upper 1 byte of an interface 2 and the lower 1 byte to a local memory 6 and a memory 5, respectively. When write of all data to the local memory 5 and 6 is ended, subsequently, data is sent out of a partial write impossible interface driver 11. Next, in order of writing it in the local memory 5 and 6, the upper byte of the local memory 6 and the lower byte of the local memory 5 are sent out to the upper side of a partial write impossible interface 3 and the lower side of the partial write impossible interface 3, respectively from the partial write impossible interface driver 11 and the transfer is completed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置に利用する。本発明はデータ転送
制御を行うデータ転送制御装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention is applied to an information processing device. The present invention relates to a data transfer control device that controls data transfer.

〔概要〕〔overview〕

本発明はパーシャルライト可能インタフェースからパー
シャルライト不可能インタフェースにデータ転送を行う
データ転送インタフェースにおいて、 送られてきたデータがすべて有効なときにはそのまま転
送し、一部有効なデータのときにはバイト位置を変更す
るとともに、マスク情報に基づいてアドレス値を演算し
ローカルメモリを指定してデータの書込みおよび続出を
行うことにより、少ないハードウェア構成で、かつ単純
な制御によりデータ転送を行うことができるようにした
ものである。
In a data transfer interface that transfers data from a partially writable interface to a non-partially writable interface, the present invention transfers data as is when all of the sent data is valid, and changes the byte position when some of the data is valid. By calculating address values based on mask information, specifying local memory, and writing and outputting data, data can be transferred with a small hardware configuration and simple control. be.

〔従来の技術〕[Conventional technology]

パーシャルライト可能なインタフェースからパーシャル
ライト不可能なインタフェースへデータ転送を行う場合
には、パーシャルライト可能なインタフェース上のワー
ドの途中より転送されたデータをパーシャルライト不可
能なインタフェースのワードの先頭から転送しなければ
ならない。たとえば、パーシャルライト可能なインタフ
ェースが2バイトのとき第1ワードの下位バイトより有
効なデータが転送されてくるような場合である。
When transferring data from a partially writable interface to a non-partially writable interface, the data transferred from the middle of a word on the partially writable interface is transferred from the beginning of the word on the partially writable interface. There must be. For example, when the partially writable interface is 2 bytes, more effective data is transferred from the lower byte of the first word.

このとき、パーシャルライト不可能なインタフェースも
2バイトであるとすると、このインタフェースに送出す
るときは第1ワードの上位より有効なデータを送出しな
ければならない。
At this time, assuming that the interface that cannot be partially written is also 2 bytes, when sending data to this interface, it is necessary to send data that is more effective from the upper part of the first word.

従来は、受信すべきデータを2ワ一ド分データ転送装置
内にあるデータ転送用の二つのレジスタに格納した後、
第一のデータ転送用レジスタの下位1バイトをローカル
メモリの上位1バイトへ、第二のデータ転送用レジスタ
の上位1バイトのデータをローカルメモリの下位1バイ
トへ転送して格納し、さらに、次の1ワ一ド分のデータ
を第一のデータ転送用レジスタに格納し、続いて第二の
データ転送用レジスタの下位1バイトをローカルメモリ
の上位1バイトへ第一のデータ転送用レジスタの上位1
バイトをローカルメモリの下位1バイトへ転送して格納
していた。以後2ワードの第一および第二のデータ転送
用レジスタを交互に使用して同様に転送することにより
ローカルメモリへデータを格納し、このデータをパーシ
ャルライト不可能なインタフェースに直接送出してデー
タ転送を行っていた。
Conventionally, after storing two words of data to be received in two registers for data transfer in a data transfer device,
The lower 1 byte of the first data transfer register is transferred to the upper 1 byte of the local memory, the upper 1 byte of the second data transfer register is transferred to the lower 1 byte of the local memory, and then stored. 1 word of data is stored in the first data transfer register, and then the lower 1 byte of the second data transfer register is transferred to the upper 1 byte of the local memory. 1
The byte was transferred and stored in the lower 1 byte of local memory. Thereafter, the data is stored in the local memory by alternately using the 2-word first and second data transfer registers and similarly transferred, and the data is transferred directly by sending this data to an interface that cannot partially write. was going on.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のデータ転送装置では、パーシャルライト
可能なインタフェースからパーシャルライト不可能なイ
ンタフェースへデータ転送を行う場合、前者インタフェ
ースの2ワ一ド分のレジスタを持ちシステムメモリから
のデータをそれらのレジスタに交互に受信することによ
りデータ転送を行っているために、ハードウェアが大き
くなり制御が複雑になる欠点を有していた。
In the conventional data transfer device described above, when data is transferred from a partially writable interface to a non-partially writable interface, the former interface has registers for two words, and data from the system memory is transferred to those registers. Since data is transferred by receiving signals alternately, the hardware becomes large and the control becomes complicated.

本発明はこのような欠点を除去するもので、少ない回路
構成で、かつ単純な制御によりパーシャルライト可能な
インタフェースからパーシャルライト不可能なインタフ
ェースへデータを転送することができる装置を提供する
ことを目的とする。
The present invention aims to eliminate such drawbacks, and provides a device that can transfer data from a partially writable interface to a non-partially writable interface with a small circuit configuration and simple control. shall be.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、転送元であるパーシャルライト可能な第一イ
ンタフェースと、転送先であるパーシャルライト不可能
な第二インタフェースとに接続され、前記第一インタフ
ェースより転送されたデータを一時記憶するローカルメ
モリ部と、このローカルメモリ部のアドレスを生成する
アドレス手段とを備えたデータ転送制御装置において、
前記第一インタフェースに入力するマスク状態を記憶す
るマスク記憶部を設け、上記ローカルメモリ部は並列的
に同等容量のメモリが配置され、このローカルメモリ部
に前記マスク記憶部の内容にしたがって前記第一インタ
フェースを並列的に配置されたメモリに分配するデータ
ハンドリング部を備え、前記アドレス手段は、マスク記
憶部の内容にしたがって前記メモリ部に与えるアドレス
を演算する手段を含むことを特徴とする。
The present invention provides a local memory unit that is connected to a first partially writable interface that is a transfer source and a second interface that is not partially writable that is a transfer destination, and that temporarily stores data transferred from the first interface. and address means for generating an address for the local memory section,
A mask storage unit is provided for storing a mask state input to the first interface, and the local memory unit has memories of the same capacity arranged in parallel, and the local memory unit stores the mask state inputted to the first interface. It is characterized in that it includes a data handling section that distributes an interface to memories arranged in parallel, and that the addressing means includes means for calculating an address to be given to the memory section according to the contents of a mask storage section.

〔作用〕[Effect]

パーシャルライト可能インタフェースの第一ワードの上
位バイトから上位、下位バイトともに有効なデータとそ
れを示すマスク情報が送られたとときには、マスク記憶
部がそのマスク情報を記憶して、アドレス演算部がアド
レス部のアドレスをそのまま送出しローカルメモリ部に
データを一時書込み、すべてのデータの書込み終了時に
パーシャルライト不可能インタフェースにデータを送出
する。
When valid data from the upper byte of the first word of the partial writeable interface to both the upper and lower bytes and mask information indicating the same are sent, the mask storage section stores the mask information, and the address calculation section stores the mask information. The data is temporarily written in the local memory section by sending the address as is, and when all data writing is completed, the data is sent to the partially write-enabled interface.

パーシャルライト不可能インタフェースの第1ワードの
下位バイトから下位バイトのみ有効なデータとそれを示
すマスク情報が送られたときには、マスク記憶部がその
マスク情報を記憶するとともに、データハンドリング部
が上位バイトと下位バイトを反転させる。このときアド
レス演算部がアドレス部のデータを演算して送出し、送
られてきたデータを演算により定められたローカルメモ
リ部に一時書込み、すべてのデータの書込みが終了した
ときにパーシャルライト不可能インタフェースにデータ
を送出する。
When data in which only the lower byte is valid and mask information indicating this is sent from the lower byte of the first word of the partially write-enabled interface, the mask storage unit stores the mask information, and the data handling unit stores the upper byte and the data. Invert the lower byte. At this time, the address calculation section calculates and sends out the data in the address section, temporarily writes the sent data to the local memory section determined by the calculation, and when all data has been written, the partial write impossible interface Send data to.

これにより、少ない回路構成で、かつ単純な制御により
パーシャルライト可能なインタフェースからパーシャル
ライト不可能なインタフェースへデータを転送すること
ができる。
Thereby, data can be transferred from a partially writable interface to a partially writable interface with a small circuit configuration and simple control.

〔実施例〕〔Example〕

次に、本発明実施例を図面に基づいて説明する。 Next, embodiments of the present invention will be described based on the drawings.

第1図は本発明実施例の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

本発明実施例は、転送元であるパーシャルライト可能イ
ンタフェース2と、転送先であるパーシャルライト不可
能インタフェース3とに接続され、パーシャルライト可
能インタフェース2より転送されたデータを一時記憶す
るローカルメモリ部5.6と、このローカルメモリ部5
.6のアドレスを生成するアドレス手段を構成するアド
レス部7およびアドレス演算部8とを備え、さらに、本
発明の特徴とするところの、パーシャルライト可能イン
タフェース2に人力するマスク状態を記憶するマスク記
憶部12を設け、ローカルメモリ部5.6は並列的に同
等容量のメモリが配置され、このローカルメモリ部5.
6にマスク記憶部12の内容にしたがってパーシャルラ
イト可能インタフェースを並列的に配置されたメモリに
分配するデータハンドリング部4を備え、アドレス手段
を構成するアドレス部7およびアドレス演算部8は、マ
スク記憶R12の内容にしたがってローカルメモリ部5
.6に与えるアドレスを演算する手段を含む。
The embodiment of the present invention includes a local memory section 5 which is connected to a partially writable interface 2 as a transfer source and a partially writable non-writable interface 3 as a transfer destination, and temporarily stores data transferred from the partially writable interface 2. .6 and this local memory section 5
.. The present invention is further provided with an address unit 7 and an address calculation unit 8 that constitute address means for generating the addresses of No. 6, and further includes a mask storage unit that stores the mask state manually input to the partially writable interface 2, which is a feature of the present invention. 12 is provided, and a local memory section 5.6 has memories of the same capacity arranged in parallel.
6 is equipped with a data handling unit 4 that distributes the partially writable interface to memories arranged in parallel according to the contents of the mask storage unit 12, and the address unit 7 and the address calculation unit 8 constituting the address means are connected to the mask storage R12. local memory section 5 according to the contents of
.. It includes means for calculating the address given to 6.

ローカルメモリ部5.6はパーシャルライト不可能イン
タフェースドライバ11に接続され、このパーシャルラ
イト不可能インタフェースドライバにはパーシャルライ
ト不可能インタフェース3が接続される。
The local memory section 5.6 is connected to a partially writable interface driver 11, and a partially writable interface 3 is connected to this partially writable interface driver.

このように構成された本発明実施例の動作について説明
する。
The operation of the embodiment of the present invention configured as described above will be explained.

まず、パーシャルライト可能インタフェース2の第1ワ
ードの上位バイトからデータ転送が行われた場合を考え
る。この場合、2バイト以上のデータ転送であれば、第
1ワードは上位および下位のバイトとも有効データであ
るからデータと共にそれを示すマスク情報が送られてく
る。
First, consider a case where data transfer is performed from the upper byte of the first word of the partially writable interface 2. In this case, if two or more bytes of data are transferred, both the upper and lower bytes of the first word are valid data, so mask information indicating this is sent along with the data.

データ転送制御装置1は第1ワードのマスク情報をマス
ク記憶部12へ記憶すると共に、2バイトとも有効であ
るのでそのままパーシャルライト可能インタフェース2
の上位1バイトをローカルメモリ部6へ、下位1バイト
をローカルメモリ部5へ転送する。まt=、このときパ
ーシャルライト可能インタフェース2のデータが2バイ
トとも有効であるのでアドレス演算部8はアドレス部7
のデータをそのままローカルメモリ下位側アドレスライ
ン9に送出する。ここで、ローカルメモリ5および6に
ライトパルスを出力して書込みを行うと共にアドレス部
7を2バイト分インクリメントする。
The data transfer control device 1 stores the mask information of the first word in the mask storage section 12, and since both bytes are valid, the data transfer control device 1 directly transfers the mask information to the partially writeable interface 2.
The upper one byte of is transferred to the local memory unit 6, and the lower one byte is transferred to the local memory unit 5. At this time, since both bytes of data in the partially writable interface 2 are valid, the address calculation section 8 uses the address section 7.
The data is sent as is to the lower address line 9 of the local memory. Here, write pulses are output to the local memories 5 and 6 to perform writing, and the address section 7 is incremented by 2 bytes.

続いて、次のワードが送られてくると、マスク記憶部1
2で第1ワードが2バイトとも有効であったことを記憶
しているので上記と同様の手順でローカルメモリ5およ
び6に書込む。以下同様に最終バイトまでデータをロー
カルメモリ5および6に書込む。
Subsequently, when the next word is sent, mask storage unit 1
2, it is remembered that both bytes of the first word are valid, so the data is written to the local memories 5 and 6 using the same procedure as above. Thereafter, data is written to local memories 5 and 6 in the same manner up to the last byte.

すべてのデータのローカルメモリ5および6への書込み
が終了すると、次にパーシャルライト不可能インタフェ
ース3ヘパーシヤルライト不可能インタフエースドライ
バ11からデータを送出する。
When writing of all data to the local memories 5 and 6 is completed, data is then sent from the partially writable interface driver 11 to the partially writable interface 3.

これはローカルメモリ5および6へ書込んだ順にローカ
ルメモリ6の上位バイトをパーシャルライト不可能イン
タフェース3の上位側へローカルメモリ5の下位バイト
をパーシャルライト不可能インタフェース3の下位側へ
パーシャルライト不可能インタフェースドライバ11か
ら送出して転送を完了する。この状態を第2図に示す。
This means that in the order of writing to local memories 5 and 6, the upper byte of local memory 6 is partially written to the upper side of interface 3, and the lower byte of local memory 5 is partially written to the lower side of interface 3, which is not partially writeable. The data is sent from the interface driver 11 to complete the transfer. This state is shown in FIG.

次に、パーシャルライト可能インタフェース2の第1ワ
ードの下位バイトからデータ転送が行われた場合を考え
る。この場合第1ワードは下位側のバイトのみ有効デー
タであるから、データと共にそれを示すマスク情報が送
られてくる。そして、データ転送制御装置1は、第1ワ
ードのマスク情報をマスク記憶部12へ記憶すると共に
下位1バイトのみ有効なのでデータハンドリング部4は
上位バイトと下位バイトを反転させて、パーシャルライ
ト可能インタフェース2の上位バイトをローカルメモリ
部5へ下位バイトをローカルメモリ部6へ転送する。ま
た、このときパーシャルライト可能インタフェース2の
データは下位バイトのみ有効であるのでアドレス演算部
8はアドレス部7のデータを1バイト分減算してローカ
ルメモリ下位側アドレスライン9に送出する。ここで、
ローカルメモリ5および6にライトパルスを出して書込
みを行うと共にアドレス部7を2バイト分インクリメン
トする。
Next, consider a case where data transfer is performed from the lower byte of the first word of the partially writable interface 2. In this case, since only the lower byte of the first word is valid data, mask information indicating this is sent along with the data. Then, the data transfer control device 1 stores the mask information of the first word in the mask storage section 12, and since only the lower one byte is valid, the data handling section 4 inverts the upper byte and the lower byte and stores the mask information in the partially writeable interface 2. The upper byte of is transferred to the local memory section 5 and the lower byte of is transferred to the local memory section 6. Also, at this time, since only the lower byte of the data in the partially writable interface 2 is valid, the address calculation section 8 subtracts one byte from the data in the address section 7 and sends it to the local memory lower address line 9. here,
Write pulses are issued to the local memories 5 and 6 to perform writing, and the address section 7 is incremented by 2 bytes.

続いて、次のワードが送られてくると、マスク記憶部1
2で第1ワードが下位1バイトのみ有効であったことを
記憶しているので上記と同様の手順でローカルメモリに
書込む。以下同様に最終バイトまでデータをローカルメ
モリ5および6へ書込む。すべてのデータをローカルメ
モリ5および6に書込み終わると、パーシャルライト不
可能インタフェース3ヘデータを送出する。これはロー
カルメモリ5および6へ書込んだ順に、ローカルメモリ
の上位バイトをインタフェースの上位側へ、ローカルメ
モリの下位バイトをパーシャルライト不可能インタフェ
ース3の下位側へパーシャルライト不可能ドライバ11
から送出することにより転送を完了する。この状態を第
3図に示す。
Subsequently, when the next word is sent, mask storage unit 1
2, it is remembered that only the lower 1 byte of the first word is valid, so it is written to the local memory using the same procedure as above. Thereafter, data is similarly written to local memories 5 and 6 up to the final byte. When all the data has been written to the local memories 5 and 6, the data is sent to the partially writable interface 3. This means that in the order of writing to the local memories 5 and 6, the upper byte of the local memory is transferred to the upper side of the interface, and the lower byte of the local memory is transferred to the lower side of the partially write disabled interface 3.
The transfer is completed by sending it from. This state is shown in FIG.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、少ない回路構成で
、かつ単純な制御によりパーシャルライト可能なインタ
フェースからパーシャルライト不可能なインタフェース
へデータ転送を行うことができる効果がある。
As described above, according to the present invention, data can be transferred from a partially writable interface to a partially writable interface with a small circuit configuration and simple control.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明実施例の構成を示すブロック図。 第2図は本発明実施例の第1ワードが2バイトとも有効
データである場合のデータ転送の例を示す図。 第3図は本発明実施例の第1ワードが下位1バイトのみ
有効データである場合のデータ転送の例を示す図。 1・・・データ転送制御装置、2・・・パーシャルライ
ト可能インタフェース、3・・・パーシャルライト不可
能インタフェース、4・・・データハンドリング部、5
・・・ローカルメモリ (下位1バイト)、6・・・ロ
ーカルメモリ (上位1バイト)、7・・・アドレス部
、8・・・アドレス演算部、9・・・ローカルメモリ下
位側アドレスライン、10・・・ローカルメモリ上位側
アドレスライン、11・・・パーシャルライト不可能イ
ンタフェースドライバ、12・・・マスク記憶部。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. FIG. 2 is a diagram showing an example of data transfer in the case where both bytes of the first word are valid data according to the embodiment of the present invention. FIG. 3 is a diagram showing an example of data transfer when only the lower 1 byte of the first word is valid data according to the embodiment of the present invention. DESCRIPTION OF SYMBOLS 1... Data transfer control device, 2... Partially writable interface, 3... Partially writable interface, 4... Data handling unit, 5
... Local memory (lower 1 byte), 6... Local memory (upper 1 byte), 7... Address section, 8... Address calculation section, 9... Local memory lower side address line, 10 . . . Local memory upper address line, 11 . . . Partially writable interface driver, 12 . . . Mask storage section.

Claims (1)

【特許請求の範囲】 1、転送元であるパーシャルライト可能な第一インタフ
ェースと、転送先であるパーシャルライト不可能な第二
インタフェースとに接続され、前記第一インタフェース
より転送されたデータを一時記憶するローカルメモリ部
と、 このローカルメモリ部のアドレスを生成するアドレス手
段と を備えたデータ転送制御装置において、 前記第一インタフェースに入力するマスク状態を記憶す
るマスク記憶部を設け、 上記ローカルメモリ部は並列的に同等容量のメモリが配
置され、 このローカルメモリ部に前記マスク記憶部の内容にした
がって前記第一インタフェースを並列的に配置されたメ
モリに分配するデータハンドリング部を備え、 前記アドレス手段は、マスク記憶部の内容にしたがって
前記メモリ部に与えるアドレスを演算する手段を含む ことを特徴とするデータ転送制御装置。
[Claims] 1. Connected to a first interface that is a transfer source that is partially writable and a second interface that is a transfer destination that is not partially writable, and that temporarily stores data transferred from the first interface. A data transfer control device comprising: a local memory unit that stores a mask state; and an address unit that generates an address for the local memory unit; Memories of equal capacity are arranged in parallel, and the local memory section includes a data handling section that distributes the first interface to the memories arranged in parallel according to the contents of the mask storage section, and the addressing means includes: A data transfer control device comprising means for calculating an address to be given to the memory section according to the contents of a mask storage section.
JP29687988A 1988-11-22 1988-11-22 Data transfer control device Expired - Fee Related JP2699482B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29687988A JP2699482B2 (en) 1988-11-22 1988-11-22 Data transfer control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29687988A JP2699482B2 (en) 1988-11-22 1988-11-22 Data transfer control device

Publications (2)

Publication Number Publication Date
JPH02141860A true JPH02141860A (en) 1990-05-31
JP2699482B2 JP2699482B2 (en) 1998-01-19

Family

ID=17839346

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29687988A Expired - Fee Related JP2699482B2 (en) 1988-11-22 1988-11-22 Data transfer control device

Country Status (1)

Country Link
JP (1) JP2699482B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11872564B2 (en) 2017-08-25 2024-01-16 Hitachi High-Tech Science Corporation Thermostatic apparatus and analytical apparatus including the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11872564B2 (en) 2017-08-25 2024-01-16 Hitachi High-Tech Science Corporation Thermostatic apparatus and analytical apparatus including the same

Also Published As

Publication number Publication date
JP2699482B2 (en) 1998-01-19

Similar Documents

Publication Publication Date Title
EP0212152A2 (en) Microprocessor assisted memory to memory move apparatus
JPH02141860A (en) Data transfer controller
JPH03160550A (en) Endian converting system
JPH03152651A (en) Information transmission system
JPH03204753A (en) Dma controller
JP3057754B2 (en) Memory circuit and distributed processing system
JPH04107666A (en) Dma transfer system
JPH04333950A (en) Information processing system
JPH0370816B2 (en)
JPS6362064A (en) Bus converter
JPS6217879Y2 (en)
JPH05289931A (en) Information processor
JPH01219930A (en) Indirect addressing interrupt control circuit device
JPH0315217B2 (en)
JPH04160458A (en) DMA controller peripheral circuit
JPS61210464A (en) data buffer
JPH03268967A (en) Control circuit of dot matrix printer
JPH01250163A (en) Bus controller
JPH05159042A (en) Picture processor
JPH03121545A (en) Ic memory card
JPH01161561A (en) Bus converter
JPS6037062A (en) Memory reading-out method
JPS63144496A (en) Write control system for storage device
JPS61250761A (en) Command conversion circuit
JPH01118890A (en) Bit map memory apparatus

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees