JPH08185370A - Microprocessor controller - Google Patents

Microprocessor controller

Info

Publication number
JPH08185370A
JPH08185370A JP33825694A JP33825694A JPH08185370A JP H08185370 A JPH08185370 A JP H08185370A JP 33825694 A JP33825694 A JP 33825694A JP 33825694 A JP33825694 A JP 33825694A JP H08185370 A JPH08185370 A JP H08185370A
Authority
JP
Japan
Prior art keywords
memory
microprocessor
state
data
address
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
JP33825694A
Other languages
Japanese (ja)
Inventor
Makoto Mochizuki
真 望月
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.)
Tektronix Japan Ltd
Original Assignee
Sony Tektronix 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 Sony Tektronix Corp filed Critical Sony Tektronix Corp
Priority to JP33825694A priority Critical patent/JPH08185370A/en
Publication of JPH08185370A publication Critical patent/JPH08185370A/en
Pending legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PURPOSE: To provide a microprocessor controller capable of executing data transfer by a single bus cycle. CONSTITUTION: The microprocessor controller for mutually connecting a microprocessor 10, a memory 12 and a peripheral device 14 through an address bus 19 and a data bus 18 and controlling data transfer by the microprocessor 10 is provided with a buffer circuit 20 inserted into the data bus 18 among the microprocessor 10, the memory 12 and the device 14 and capable of setting up the microprocessor 10, the memory 12 and the device 14 to an interrupted state or a connected state in accordance with the control of the microprocessor 10. When the buffer means is set up to the interrupted state, the microprocessor 10 sets up either one of the memory 12 and the device 14 to a reading state and sets up the other to a writing state to directly execute data transmission/ reception between the memory 12 and the device 14.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マイクロ・プロセッサ
制御装置、特にデータの転送動作を高速に実行可能なマ
イクロ・プロセッサ制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microprocessor control device, and more particularly to a microprocessor control device capable of executing a data transfer operation at high speed.

【0002】[0002]

【従来技術及び発明が解決しようとする課題】図2は、
従来のマイクロ・プロセッサ制御装置の構成の一例を示
すブロック図である。このマイクロ・プロセッサ(以下
CPUという)10により制御される装置において、メ
モリ12と周辺デバイス(以下I/Oという)14との
間でデータの転送を実行する場合には、CPU10がま
ず第1バス・サイクルでメモリ12及びI/O14の一
方からデータを読み出し、次のバス・サイクルでそのデ
ータを他方に書き込む動作を行う。一例として、メモリ
12からデータをI/O14に転送する場合を具体的に
説明すると、第1バス・サイクルにおいて、CPU10
は、所定の1本のアドレス線16及びアドレス・ストロ
ーブ出力(\AS:「\」は論理反転を示し、図面では
文字の上の横線で示す。)を出力し、論理回路17を介
してメモリ12をイネーブル状態とし、I/O14をデ
ィセーブル状態とすると共にメモリ12に読出制御信号
及びアドレス信号を供給してデータ・バス18を介して
所定アドレスのデータを読み出す。この時のアドレス
は、アドレス・バス19により指定される。次の第2バ
ス・サイクルにおいて、CPU10は、メモリ12をデ
ィセーブル状態とし、I/O14をイネーブル状態に設
定し、かつI/O14を書込み状態に設定することによ
り、前のバス・サイクルで読み出したデータをI/O1
4の指定アドレスに書き込む。したがって、メモリ12
からI/O14にデータを転送するには、2つのバス・
サイクルの時間が必要である。
2. Prior Art and Problems to be Solved by the Invention FIG.
It is a block diagram which shows an example of a structure of the conventional microprocessor control device. In a device controlled by the microprocessor (hereinafter referred to as CPU) 10, when data is transferred between the memory 12 and a peripheral device (hereinafter referred to as I / O) 14, the CPU 10 first uses the first bus. In a cycle, data is read from one of the memory 12 and the I / O 14, and the data is written to the other in the next bus cycle. As an example, the case of transferring data from the memory 12 to the I / O 14 will be specifically described. In the first bus cycle, the CPU 10
Outputs a predetermined one address line 16 and an address strobe output (\ AS: "\" indicates a logical inversion, which is indicated by a horizontal line above a character in the drawing), and outputs it via the logic circuit 17. 12 is enabled, the I / O 14 is disabled, and a read control signal and an address signal are supplied to the memory 12 to read data at a predetermined address via the data bus 18. The address at this time is designated by the address bus 19. In the next second bus cycle, the CPU 10 disables the memory 12, sets the I / O 14 in the enabled state, and sets the I / O 14 in the written state to read in the previous bus cycle. I / O1
Write to the designated address of 4. Therefore, the memory 12
To transfer data from the I / O 14 to the
Cycle time is needed.

【0003】単一のバス・サイクルでデータの転送を行
うDMA(直接メモリ・アクセス)技術も知られている
が、CPUを介さずにデータの転送を実行する技術であ
り、CPUの制御の下でデータの転送を行う場合には、
上述のようにどうしても2つのバス・サイクル期間が必
要であった。また、DMAの技術では、スタート・アド
レスから所定量の連続アドレスに存在するデータを一括
して転送するものであり、CPUによるデータ転送のよ
うに、任意のアドレスのデータを転送することはできな
かった。
A DMA (direct memory access) technique for transferring data in a single bus cycle is also known, but it is a technique for executing data transfer without going through the CPU and is controlled by the CPU. When transferring data with
As mentioned above, two bus cycle periods were absolutely necessary. Further, in the DMA technology, data existing in a predetermined amount of continuous addresses is collectively transferred from the start address, and data of an arbitrary address cannot be transferred like data transfer by a CPU. It was

【0004】本発明の目的は、単一のバス・サイクルで
任意のアドレスにあるデータの転送を実行可能なマイク
ロ・プロセッサ制御の装置を提供することである。
It is an object of the present invention to provide a microprocessor controlled device capable of performing the transfer of data at any address in a single bus cycle.

【0005】[0005]

【課題を解決する為の手段及び作用】本発明は、マイク
ロ・プロセッサと、メモリと、周辺デバイスとの間をア
ドレス・バス及びデータ・バスで相互接続し、上記マイ
クロ・プロセッサによりデータ転送を制御するマイクロ
・プロセッサ制御装置であって、マイクロ・プロセッサ
と、メモリ及び周辺デバイスとの間の上記データ・バス
に挿入され、上記マイクロ・プロセッサの制御に応じて
上記マイクロ・プロセッサと上記メモリ及び周辺デバイ
スとの間を遮断状態又は接続状態の何れかに設定するバ
ッファ回路を具え、マイクロ・プロセッサは、上記バッ
ファ手段を上記遮断状態に設定した時に、上記メモリ及
び周辺デバイスの一方を読み出し状態とし、他方を書込
み状態に設定し、上記メモリ及び周辺デバイス間でデー
タの授受を直接実行させることを特徴とする。
According to the present invention, a microprocessor, a memory, and a peripheral device are interconnected by an address bus and a data bus, and the microprocessor controls data transfer. A microprocessor controller for inserting into the data bus between the microprocessor and the memory and peripheral device, and controlling the microprocessor and the memory and peripheral device under the control of the microprocessor. And a buffer circuit for setting either the connection state to the cutoff state or the connection state, and the microprocessor sets one of the memory and the peripheral device to the read state and the other when the buffer means is set to the cutoff state. Is set to the write state, and data is directly exchanged between the above memory and peripheral devices. Characterized in that to.

【0006】したがって、単一のバス・サイクルでメモ
リと周辺デバイスとの間のデータ転送をマイクロ・プロ
セッサの制御の下で完了することが可能となる。
Therefore, it is possible to complete the data transfer between the memory and the peripheral device under the control of the microprocessor in a single bus cycle.

【0007】[0007]

【実施例】図1は、本発明による一実施例の構成を示す
ブロック図である。図2の従来例に対応する構成には同
一の参照番号を付している。この実施例では、CPU1
0と、メモリ12及びI/O14との間のデータ・バス
18の部分にバッファ回路20を挿入している。このバ
ッファ回路20は、データの通過可能状態と遮断状態と
の何れかの動作モードがあり、データ通過可能状態で
は、左側から右側へデータを通過させる場合と右側から
左側にデータを通過させる場合がある。すなわち、バッ
ファ回路20のDIR端子が高レベルの時は右側から左
側にデータ通過可能であり、逆の場合は左側から右側に
データ通過可能となるので、CPU10は、バッファ回
路20及びデータ・バス18を介してメモリ12及びI
/O14とデータの授受ができる。このような動作を行
う場合には、従来の場合と何等変わるところがない。
1 is a block diagram showing the configuration of an embodiment according to the present invention. Components corresponding to those of the conventional example shown in FIG. 2 are designated by the same reference numerals. In this embodiment, the CPU 1
A buffer circuit 20 is inserted in the portion of the data bus 18 between 0 and the memory 12 and the I / O 14. The buffer circuit 20 has an operation mode of either a data passing state or a blocking state. In the data passing state, there are cases where data is passed from the left side to the right side and cases where data is passed from the right side to the left side. is there. That is, when the DIR terminal of the buffer circuit 20 is at a high level, data can pass from the right side to the left side, and in the opposite case, data can pass from the left side to the right side. Therefore, the CPU 10 causes the buffer circuit 20 and the data bus 18 to pass. Through the memory 12 and I
Data can be exchanged with / O14. When such an operation is performed, there is no difference from the conventional case.

【0008】しかし、メモリ12とI/O14との間で
高速にデータの転送を行いたい場合には、CPU10
は、第1アドレス線22を介してバッファ回路20の\
CE端子高レベルに設定し、バッファ回路20を遮断状
態に設定する。このように設定すると、CPU10と、
メモリ12及びI/O14との間のデータ・バス18が
遮断されるので、CPU10と、メモリ12及びI/O
14との間でデータの授受は行われない。また、この状
態と同時に、アドレス・ストローブ信号(\AS)及び
読出/書込制御信号(READ/\WRITE)の論理
状態を適切に設定してメモリ12及びI/O14の一方
を読出状態に設定し、他方を書込み状態に設定すると共
にアドレス信号を供給してデータの転送を実行させる。
すると、メモリ12及びI/O14の中の読出状態の一
方から書込状態の他方にデータが直接送られるので、単
一のバス・サイクルでデータの転送を完了することが可
能となり、従来に比較して格段にデータの転送時間が短
縮される。
However, when it is desired to transfer data at high speed between the memory 12 and the I / O 14, the CPU 10
Of the buffer circuit 20 via the first address line 22.
The CE terminal is set to the high level, and the buffer circuit 20 is set to the cutoff state. With this setting, the CPU 10
Since the data bus 18 between the memory 12 and the I / O 14 is cut off, the CPU 10, the memory 12 and the I / O 14 are disconnected.
Data is not exchanged with the device 14. At the same time as this state, the logical state of the address strobe signal (\ AS) and the read / write control signal (READ / \ WRITE) is appropriately set to set one of the memory 12 and the I / O 14 to the read state. Then, the other is set to the write state and the address signal is supplied to execute the data transfer.
Then, since the data is directly sent from one of the read states in the memory 12 and the I / O 14 to the other of the write states, it becomes possible to complete the data transfer in a single bus cycle, which is a comparison with the conventional one. As a result, the data transfer time is significantly reduced.

【0009】上述の動作を実行するのに必要なのが論理
制御回路26である。この論理制御回路26は、第1及
び第2アドレス線22及び24と、読出/書込制御信号
と、アドレス・ストローブ信号とに応じてメモリ12及
びI/O14の何れか一方を読出状態に設定し、他方を
書込状態に設定する回路である。なお、具体的回路構成
は、図1の回路に限定されるものでないことは当業者に
は明らかである。
The logic control circuit 26 is necessary to execute the above-mentioned operation. The logic control circuit 26 sets one of the memory 12 and the I / O 14 in a read state in accordance with the first and second address lines 22 and 24, the read / write control signal, and the address strobe signal. And a circuit for setting the other to the written state. It is obvious to those skilled in the art that the specific circuit configuration is not limited to the circuit shown in FIG.

【0010】まず、メモリ12からI/O14にデータ
を転送する場合には、メモリ12を読出状態に設定し、
I/O14を書込状態に設定する。この場合、CPU1
0は、読出書込制御信号(READ/\WRITE)を
高レベルとし、第1アドレス線22を高レベルとし、ア
ドレス・ストローブ信号(\AS)を低レベルに夫々設
定する。この結果、バッファ回路20は遮断状態であ
り、第2アドレス線24の論理状態に関係なく、メモリ
12及びI/O14のチップ・イネーブル端子(\C
E)は低レベルとなり、動作可能状態となる。また、メ
モリ12は、読出状態(高レベル)となり、他方のI/
O14は書込状態(低レベル)となる。したがって、メ
モリ12からI/O14にアドレス・バス19を介して
供給されるアドレス信号に応じてデータが転送される。
First, when data is transferred from the memory 12 to the I / O 14, the memory 12 is set to the read state,
Set the I / O 14 to the write state. In this case, CPU1
0 sets the read / write control signal (READ / \ WRITE) to high level, sets the first address line 22 to high level, and sets the address strobe signal (\ AS) to low level, respectively. As a result, the buffer circuit 20 is in the cutoff state, and the chip enable terminals (\ C) of the memory 12 and the I / O 14 are irrespective of the logical state of the second address line 24.
E) is at a low level and is in an operable state. Further, the memory 12 is in a read state (high level), and the other I /
O14 is in a written state (low level). Therefore, data is transferred from the memory 12 to the I / O 14 according to the address signal supplied via the address bus 19.

【0011】次に、I/O14からメモリ12にデータ
を直接転送する場合には、I/O14を読出状態に設定
し、メモリ12を書込状態に設定する。この場合、CP
U10は、読出書込制御信号を低レベルとし、第1アド
レス線を高レベルとし、アドレス・ストローブ信号(\
AS)を低レベルとする。すると、バッファ回路20
は、遮断状態であり、第2アドレス線24の論理状態と
は無関係にメモリ12及びI/O14の端子\CEが低
レベルとなって動作可能状態となる。また、メモリ12
は、書込状態(低レベル)となり、I/O14は読出状
態(高レベル)となるので、I/O14からメモリ12
にアドレス信号で指定されたデータが直接転送される。
Next, when data is directly transferred from the I / O 14 to the memory 12, the I / O 14 is set to the read state and the memory 12 is set to the write state. In this case, CP
U10 sets the read / write control signal to the low level, the first address line to the high level, and sets the address strobe signal (\
AS) to low level. Then, the buffer circuit 20
Is a cut-off state, and the terminal \ CE of the memory 12 and the I / O 14 is at a low level regardless of the logic state of the second address line 24, and the operation is possible. In addition, the memory 12
Becomes a write state (low level) and the I / O 14 becomes a read state (high level).
The data designated by the address signal is directly transferred to.

【0012】上述の本発明の装置によれば、メモリ12
とI/O14との間で単一のバス・サイクル期間中にデ
ータの転送を完了できる。この時、転送対象となるデー
タは、CPU10によりアドレス・バス19を介して任
意に指定できるので、任意データを転送できる。これ
は、従来のDMA技術ではできなかったことである。
According to the apparatus of the present invention described above, the memory 12
And I / O 14 can complete the transfer of data during a single bus cycle. At this time, since the data to be transferred can be arbitrarily designated by the CPU 10 via the address bus 19, arbitrary data can be transferred. This is something that conventional DMA technology cannot do.

【0013】第2アドレス線24は、上述の本発明の動
作には関係しない。バッファ回路20をデータ通過可能
状態に設定したとき、この第2アドレス線24の論理状
態にしたがってメモリ12又はI/O14の何れか一方
のチップ・イネーブル端子(\CE)を低レベルとし、
他方を高レベルとして一方のみを動作可能に設定するも
のである。これは、従来の場合と同様の動作であり、バ
ッファ回路20を介してCPU10とメモリ12又はI
/O14との間でデータの授受を行うことができる。論
理回路26の構成及び動作は当業者には容易に理解でき
るものであるが、この従来の場合の動作を説明すれば、
第1アドレス線22は、低レベルで、バッファ回路20
はデータ通過可能であり、第2アドレス線24が高レベ
ルでアドレス・ストローブ(\AS)が低レベルのとき
にメモリ12がイネーブル状態となり、I/O14はデ
ィセーブル状態となる。この時、メモリ12を読出状態
(高レベル)にすると、バッファ回路20は右側から左
側にデータ通過可能となり、メモリ12からデータがC
PU20に転送される。逆に、読出書込制御信号を低レ
ベルにすると、メモリ12は書込状態となり、バッファ
回路20は、左から右へデータ通過可能となってCPU
20からメモリ12にデータが書き込まれる。次に、第
2アドレス線24を低レベルとし、\ASを低レベルと
して、メモリ12がディセーブル状態でI/O14がイ
ネーブル状態となる。この時、読出書込制御信号を高レ
ベルとすると、I/O14が読出状態となり、I/O1
4からバッファ回路20を介してデータがCPU10に
送られ、読出書込制御信号を低レベルにすると、I/O
14が書込状態となり、CPU10からI/O14にデ
ータが送られる。
The second address line 24 is not relevant to the operation of the invention described above. When the buffer circuit 20 is set to the data passable state, the chip enable terminal (\ CE) of either the memory 12 or the I / O 14 is set to the low level according to the logical state of the second address line 24,
The other is set to a high level and only one is set to be operable. This is the same operation as the conventional case, and the CPU 10 and the memory 12 or the I or
Data can be exchanged with / O14. Although the configuration and operation of the logic circuit 26 can be easily understood by those skilled in the art, the operation of this conventional case will be described below.
The first address line 22 is at the low level and the buffer circuit 20
Can pass data. When the second address line 24 is at a high level and the address strobe (\ AS) is at a low level, the memory 12 is enabled and the I / O 14 is disabled. At this time, read the memory 12
When it is set to (high level), the buffer circuit 20 can pass data from the right side to the left side, and the data from the memory 12 is C
It is transferred to the PU 20. On the contrary, when the read / write control signal is set to the low level, the memory 12 is in the write state, and the buffer circuit 20 can pass the data from left to right.
Data is written from 20 to the memory 12. Next, the second address line 24 is set to the low level, \ AS is set to the low level, and the memory 12 is disabled and the I / O 14 is enabled. At this time, if the read / write control signal is set to the high level, the I / O 14 becomes the read state, and the I / O 1
4 sends data to the CPU 10 via the buffer circuit 20, and when the read / write control signal is set to low level, I / O
14 is in the write state, and data is sent from the CPU 10 to the I / O 14.

【0014】以上、本発明の好適実施例を説明したが、
本発明は、上述の実施例のみに限定されるものではな
く、本発明の要旨から逸脱することなく、種々の変形及
び修正を加え得ることは当業者には明らかである。
The preferred embodiment of the present invention has been described above.
It will be apparent to those skilled in the art that the present invention is not limited to the above-described embodiments, and various changes and modifications can be made without departing from the gist of the present invention.

【0015】[0015]

【発明の効果】バッファ回路を設け、メモリと周辺デバ
イスとの間のデータ転送をマイクロ・プロセッサの制御
により単一のバス・サイクルで完了することが可能とな
り、かつ、転送対象のデータは任意のアドレスに存在す
るもので良い。よって、任意のアドレスのデータの転送
時間を大幅に短縮することができる。
By providing a buffer circuit, data transfer between a memory and a peripheral device can be completed in a single bus cycle under the control of the microprocessor, and the data to be transferred can be any data. It can be one that exists at the address. Therefore, it is possible to significantly reduce the transfer time of data at an arbitrary address.

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

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

【図2】従来の回路の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of a conventional circuit.

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

10 マイクロ・プロセッサ(CPU) 12 メモリ 14 周辺デバイス(I/O) 20 バッファ回路 22 第1アドレス線 24 第2アドレス線 26 論理制御回路 10 Micro Processor (CPU) 12 Memory 14 Peripheral Device (I / O) 20 Buffer Circuit 22 First Address Line 24 Second Address Line 26 Logic Control Circuit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 マイクロ・プロセッサと、メモリと、周
辺デバイスとの間をアドレス・バス及びデータ・バスで
相互接続し、上記マイクロ・プロセッサによりデータ転
送を制御するマイクロ・プロセッサ制御装置において、 上記マイクロ・プロセッサと、上記メモリ及び周辺デバ
イスとの間の上記データ・バスに挿入され、上記マイク
ロ・プロセッサの制御に応じて上記マイクロ・プロセッ
サと上記メモリ及び周辺デバイスとの間を遮断状態又は
接続状態の何れかに設定するバッファ回路を具え、 上記マイクロ・プロセッサは、上記バッファ手段を上記
遮断状態に設定した時に、上記メモリ及び周辺デバイス
の一方を読み出し状態とし、他方を書込み状態に設定
し、上記メモリ及び周辺デバイス間でデータの授受を直
接実行させることを特徴とするマイクロ・プロセッサ制
御装置。
1. A microprocessor controller for interconnecting a microprocessor, a memory, and a peripheral device with an address bus and a data bus, and controlling data transfer by the microprocessor. Inserted into the data bus between the processor and the memory and peripheral device, and in a cutoff state or a connection state between the microprocessor and the memory and peripheral device under the control of the microprocessor. The microprocessor is provided with a buffer circuit which is set to either of the above, and when the buffer means is set to the cutoff state, one of the memory and the peripheral device is set to the read state and the other is set to the write state, and the memory is set. And direct exchange of data between peripheral devices Microprocessor control unit for.
【請求項2】 上記マイクロ・プロセッサが上記バッフ
ァ回路を遮断状態に設定した時、上記マイクロ・プロセ
ッサからの制御信号に応じて、上記メモリ及び周辺デバ
イスの一方を読出し状態に設定し、他方を書込み状態に
設定する論理制御回路を具えることを特徴とする請求項
1記載のマイクロ・プロセッサ制御装置。
2. When the microprocessor sets the buffer circuit to the cutoff state, one of the memory and the peripheral device is set to the read state and the other is written according to a control signal from the microprocessor. 2. A microprocessor controller according to claim 1, including a logic control circuit for setting the state.
JP33825694A 1994-12-27 1994-12-27 Microprocessor controller Pending JPH08185370A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33825694A JPH08185370A (en) 1994-12-27 1994-12-27 Microprocessor controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33825694A JPH08185370A (en) 1994-12-27 1994-12-27 Microprocessor controller

Publications (1)

Publication Number Publication Date
JPH08185370A true JPH08185370A (en) 1996-07-16

Family

ID=18316409

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33825694A Pending JPH08185370A (en) 1994-12-27 1994-12-27 Microprocessor controller

Country Status (1)

Country Link
JP (1) JPH08185370A (en)

Similar Documents

Publication Publication Date Title
JPH03160545A (en) Interface circuit
JPH08185370A (en) Microprocessor controller
JPH0343804A (en) Sequence controller
JP3079956B2 (en) Printer
JPH0628307A (en) Bus controller
JPH02207363A (en) Data transfer system, device controller, and memory controller
JP3266610B2 (en) DMA transfer method
KR910008419B1 (en) Common memory access method
JP2554423Y2 (en) Memory controller
JPS62262170A (en) Data transfer system
JPH03262063A (en) Bus control circuit for dma transfer
JPH05334234A (en) High speed dma transferring device
JP2001084173A (en) Memory device
JPH04177452A (en) Information processor
JP4174272B2 (en) Device controller
JPS61183764A (en) Direct memory access controlling system
JPS59201153A (en) Host connection system for stand-alone type picture processing system
JPH03219359A (en) Interface circuit
JPS6210751A (en) Microcomputer circuit
JPH02211571A (en) Information processor
JPH09134325A (en) Dma controller
JPH02307149A (en) Direct memory access control system
JPH039453A (en) Data transfer controller
JPH0293971A (en) Memory access circuit
JPS61127054A (en) Data transfer system