JP2560312B2 - Information processing system - Google Patents

Information processing system

Info

Publication number
JP2560312B2
JP2560312B2 JP62043466A JP4346687A JP2560312B2 JP 2560312 B2 JP2560312 B2 JP 2560312B2 JP 62043466 A JP62043466 A JP 62043466A JP 4346687 A JP4346687 A JP 4346687A JP 2560312 B2 JP2560312 B2 JP 2560312B2
Authority
JP
Japan
Prior art keywords
interrupt
processor
controller
vector
acceptance
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.)
Expired - Lifetime
Application number
JP62043466A
Other languages
Japanese (ja)
Other versions
JPS63208944A (en
Inventor
尚夫 針谷
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
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP62043466A priority Critical patent/JP2560312B2/en
Publication of JPS63208944A publication Critical patent/JPS63208944A/en
Application granted granted Critical
Publication of JP2560312B2 publication Critical patent/JP2560312B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は情報処理システムに係り、とくに不完全な割
込みが発生したときの割込みコントローラと中央処理装
置とによる割込み処理方式に関する。
The present invention relates to an information processing system, and more particularly to an interrupt processing system by an interrupt controller and a central processing unit when an incomplete interrupt occurs.

〈従来の技術〉 情報処理システムにおいて、中央処理装置(以下プロ
セッサと略記)はメモリのほかにいくつかの入出力デバ
イス(以下I/Oと略記)との間で情報を交換する必要が
ある。システムのスループットを向上させるために、I/
Oへのサービスは割込みによって行なわれる。プロセッ
サからのサービスを必要とするI/Oはプロセッサに対し
て割込み要求信号をアクティブにする。割込み許可状態
にあるプロセッサは割込みを認識するとそれまでのプロ
グラムの実行を中断して割込み処理プログラム(割込み
サービス・ルーチン)へと制御を移し、割込み処理プロ
グラムI/Oに対するサービスを行なう。
<Prior Art> In an information processing system, a central processing unit (hereinafter abbreviated as a processor) needs to exchange information with some input / output devices (hereinafter abbreviated as I / O) in addition to a memory. To improve system throughput, I /
The service to O is done by an interrupt. An I / O that requires service from the processor activates an interrupt request signal to the processor. When the processor in the interrupt enabled state recognizes an interrupt, it interrupts the execution of the program up to that point and transfers control to the interrupt processing program (interrupt service routine) to service the interrupt processing program I / O.

情報処理システム内にI/Oが多数存在する場合には、
それぞれのI/Oからの割込み要求を優先順位により調停
してプロセッサに伝える割込みコントローラを使用す
る。割込みコントローラはいくつかのI/Oからの割込み
要求を入力とし、プロセッサに割込み要求の有無を通知
する。この通知信号をINT信号と呼ぶことにする。プロ
セッサは一つの命令の実行が終了し、次の命令の実行が
開始されるまでの間にプロセッサ外部から入力されるIN
T信号をサンプルし、INT信号がアクティブであってプロ
セッサが割込み受付可であると、プロセッサは内部での
割込み受付処理を開始し、まず、割込み受付信号を出力
する。割込みコントローラは割込み受付信号を受け取る
と、入力されている割込み要求のなかで優先順位のもっ
とも高い割込み要求元を特定することのできる情報を含
んだベクタをプロセッサに送出する。プロセッサは割込
みコントローラから得たベクタを解析することにより割
込み要求元に対するサービス・ルーチンへと分岐する。
If there are many I / Os in the information processing system,
An interrupt controller is used that arbitrates the interrupt request from each I / O according to the priority and sends it to the processor. The interrupt controller receives interrupt requests from some I / Os and notifies the processor of the presence or absence of interrupt requests. This notification signal will be called an INT signal. The processor inputs IN from the outside of the processor until the execution of one instruction is finished and the execution of the next instruction is started.
When the T signal is sampled and the INT signal is active and the processor can accept the interrupt, the processor starts an internal interrupt acceptance process, and first outputs the interrupt acceptance signal. When the interrupt controller receives the interrupt acceptance signal, it sends a vector containing information capable of identifying the interrupt request source having the highest priority among the input interrupt requests to the processor. The processor branches to the service routine for the interrupt request source by analyzing the vector obtained from the interrupt controller.

第9図はプロセッサと割込みコントローラとを含む情
報処理システムのブロック図である。1001はプロセッ
サ、1002は8本の割込み要求を処理することができる割
込みコントローラ、1003は一つのI/O、1004はI/O1003か
らの割込み要求信号、1005は割込みコントローラ1002か
らの前記INT信号、1006はプロセッサ1001からの割込み
受付信号、1007は本情報処理システムのデータ・バスを
それぞれ示している。以下プロセッサ1001は割込み受付
可能な状態にあり、割込みコントローラ1002には一つの
I/O1003からの割込み要求1004が一つだけアクティブに
なっている場合を考える。該I/O1003からの割込み要求1
004がアクティブになると割込みコントローラ1002から
のINT信号1005がアクティブになり、プロセッサ1001に
対して割込み要求が発生したことを通知する。
FIG. 9 is a block diagram of an information processing system including a processor and an interrupt controller. 1001 is a processor, 1002 is an interrupt controller capable of processing eight interrupt requests, 1003 is one I / O, 1004 is an interrupt request signal from I / O 1003, 1005 is the INT signal from the interrupt controller 1002, Reference numeral 1006 indicates an interrupt acceptance signal from the processor 1001, and reference numeral 1007 indicates a data bus of the information processing system. Below, the processor 1001 is in a state where it can accept interrupts, and the interrupt controller 1002 has only one
Consider a case where only one interrupt request 1004 from the I / O 1003 is active. Interrupt request 1 from the I / O1003
When 004 becomes active, the INT signal 1005 from the interrupt controller 1002 becomes active and notifies the processor 1001 that an interrupt request has occurred.

第10図に示すようにプロセッサ1001がINT信号を1101
のタイミングでサンプルし、INT信号1005がアクティブ
であることを検出したあと、割込み受付信号1006が出力
されるまで該I/O1003からの割込み要求1004が引き続き
アクティブであるときには、次のような正常な割込み処
理が行なわれる。すなわち、プロセッサ1001が割込みを
受け付けるときには、割込み受け付け・バス・サイクル
を連続して2サイクル起動する。各割込み受け付けバス
・サイクルにおいて、プロセッサ1001は割込み受け付け
信号1006を割込みコントローラ1002に対して出力する。
1回目の割込み受け付けバス・サイクルにおいて割込み
コントローラ1002はアクティブになっている割込み要求
入力のなかで優先順位レベルの最も高い割込み要求入力
に対するサービスをプロセッサ1001に要求することを決
定する。本例においては、割込み要求1004が一つだけア
クティブであるので、1回目の割込み受付けバス・サイ
クルにおいて割込みコントローラ1002は割込み要求1004
に対するサービスをプロセッサ1001に要求することを決
定する。2回目の割込み受付けバス・サイクルにおいて
割込みコントローラ1002はデータ・バス1007に前記割込
み要求1004の優先順位を含むベクタを出力し、プロセッ
サ1001は該ベクタを受け取る。その結果、プロセッサ10
01はプログラム・カウンタや該割込みにより中断された
プログラムの走行の状態を示す情報をスタックに退避さ
せた後に、該ベクタに基づき、I/O1003に対する割込み
サービス・ルーチンへ分岐する。
The processor 1001 sends the INT signal 1101 as shown in FIG.
After detecting that the INT signal 1005 is active, the interrupt request 1004 from the I / O 1003 continues to be active until the interrupt acceptance signal 1006 is output. Interrupt processing is performed. That is, when the processor 1001 accepts an interrupt, the interrupt acceptance / bus cycle is continuously activated for two cycles. In each interrupt acceptance bus cycle, the processor 1001 outputs an interrupt acceptance signal 1006 to the interrupt controller 1002.
In the first interrupt acceptance bus cycle, the interrupt controller 1002 determines to request the processor 1001 to service the interrupt request input having the highest priority level among the active interrupt request inputs. In this example, since only one interrupt request 1004 is active, the interrupt controller 1002 in the first interrupt acceptance bus cycle
Determine to request service from the processor 1001. In the second interrupt acceptance bus cycle, the interrupt controller 1002 outputs a vector including the priority of the interrupt request 1004 to the data bus 1007, and the processor 1001 receives the vector. As a result, processor 10
01 saves the program counter and information indicating the running state of the program interrupted by the interrupt in the stack, and then branches to the interrupt service routine for the I / O 1003 based on the vector.

割込みコントローラ1002からプロセッサ1001へ渡され
る前記ベクタは第11図に示されるフォーマットになって
いる。すなわち、割込みコントローラ1002からプロセッ
サ1001へ渡される8ビット幅の前記ベクタ1201は該ベク
タ1201のなかのアドレスに相当する5ビットのアドレス
相当部分1202を有しており、このアドレス相当部分1202
は予めプロセッサ1001から割込みコントローラ1002に対
してプロセットすることができる。1203は該ベクタ1201
のなかの割込み要求の優先順位のレベルを3ビットにエ
ンコードしたエンコード部分である。割込みコントロー
ラ1002は8本の割込み要求に8レベルの優先順位を割り
付けて、プロセッサ1001が割込みを受付けるとき前記8
本の割込み要求のなかのサービスすべき割込み要求の優
先順位のレベルを3ビットにエンコードして、プロセッ
サ1001へのベクタ1201のなかの1203に示す。本例におい
てたとえばI/O1003からの割込み要求1004が割込みコン
トローラの優先順位3レベルに相当する割込み要求入力
端子に接続されていると、割込み要求1004に対するベク
タ1201のなかのエンコード部分1203には2進数の011が
入る。
The vector passed from the interrupt controller 1002 to the processor 1001 has the format shown in FIG. That is, the vector 1201 having an 8-bit width passed from the interrupt controller 1002 to the processor 1001 has a 5-bit address corresponding portion 1202 corresponding to the address in the vector 1201, and this address corresponding portion 1202
Can be preset from the processor 1001 to the interrupt controller 1002. 1203 is the vector 1201
Is an encoding part in which the priority level of the interrupt request is encoded into 3 bits. The interrupt controller 1002 assigns 8 levels of priority to the 8 interrupt requests, and when the processor 1001 accepts the interrupt,
The priority level of the interrupt request to be serviced among the interrupt requests of the book is encoded into 3 bits and shown in 1203 of the vector 1201 to the processor 1001. In this example, for example, if the interrupt request 1004 from the I / O 1003 is connected to the interrupt request input terminal corresponding to the priority level 3 of the interrupt controller, the binary part is included in the encoding part 1203 in the vector 1201 for the interrupt request 1004. 011 comes in.

プロセッサ1001は割込みコントローラ1002から得た該
ベクタ1201を用いて第12図に示すような16ビットのアド
レス1301を生成する。アドレス1301はメモリ中に用意さ
れているベクタ・テーブルのなかの割込み要求1004の優
先順位レベルに対応するエントリの位置を示している。
本例では、ベクタ・テーブルのなかの各エントリには、
そのエントリの示す優先順位レベルの割込みのサービス
・ルーチンの先頭アドレスに関する情報が格納されてい
るものとする。プロセッサ1001は前記ベクタによりまず
ベクタ・テーブルのなかのエントリへアクセスして割込
みのサービス・ルーチンの先頭アドレスに関する情報を
得る。次に該情報により割込みサービス・ルーチンの先
頭アドレスへと制御を移す。
The processor 1001 uses the vector 1201 obtained from the interrupt controller 1002 to generate a 16-bit address 1301 as shown in FIG. The address 1301 indicates the position of the entry corresponding to the priority level of the interrupt request 1004 in the vector table prepared in the memory.
In this example, each entry in the vector table contains
It is assumed that the information regarding the start address of the service routine of the interrupt of the priority level indicated by the entry is stored. The processor 1001 first accesses the entry in the vector table by the vector to obtain information on the start address of the interrupt service routine. Then, according to the information, control is transferred to the start address of the interrupt service routine.

第14図は従来の割込み処理の流れを示すフローチャー
ト図である。プロセッサ1001は1命令の実行後(150
1)、割込みコントローラ1002からのINT信号がアクティ
ブであるか否かを判断し(1502)、INT信号がアクティ
ブであった場合にはプロセッサ1001が割込み受付けバス
・サイクルを連続して2回起動し、2回目の割込み受付
けバス・サイクルにおいて割込みコントローラ1002から
ベクタを取込む(1503)。プロセッサ1001は該ベクタに
よりベクタ・テーブル内の該割込みに対するサービス・
ルーチンのエントリにアクセスし(1504)、該割込みに
対するサービス・ルーチンの先頭アドレスに関する情報
を得る。次にプロセッサ1001はプログラム・カウンタや
該割込みにより中断されたプログラムの走行の状態を示
す情報をスタックに退避した後(1505)に、前記割込み
に対するサービス・ルーチンの先頭アドレスへ制御を移
す(1506)。該割込みに対するサービス・ルーチンでの
処理が終了すると、該サービス・ルーチンの最後にある
割込みからの復帰命令を実行することによりスタックに
退避した前記プログラム・カウンタ等の情報をスタック
から復帰して割込みにより中断されたプログラムへと制
御を移す(1507)。
FIG. 14 is a flowchart showing the flow of a conventional interrupt process. The processor 1001 executes one instruction (150
1) Determine whether the INT signal from the interrupt controller 1002 is active (1502), and if the INT signal is active, the processor 1001 activates the interrupt acceptance bus cycle twice in succession. In the second interrupt acceptance bus cycle, a vector is fetched from the interrupt controller 1002 (1503). The processor 1001 uses the vector to service the interrupt in the vector table.
The routine entry is accessed (1504) to get information about the start address of the service routine for the interrupt. Next, the processor 1001 saves information indicating the running state of the program interrupted by the program counter or the interrupt to the stack (1505), and then transfers control to the start address of the service routine for the interrupt (1506). . When the processing of the service routine for the interrupt is completed, the information such as the program counter saved in the stack is restored from the stack by executing the return instruction from the interrupt at the end of the service routine, and the interrupt is executed. Transfer control to the interrupted program (1507).

これに対して、第13図に示すようにタイミング1401に
おいてプロセッサ1001がINT信号1005をサンプルしたと
きにはI/O1003からの割込み要求1004がアクティブであ
ったのに、プロセッサ1001が割込み受付け信号を出力し
たときには該I/O1003からの割込み要求1004がインアク
ティブになってしまっていたときには、割込みコントロ
ーラ1002は割込み受付け信号1006の入力に対して割込み
要求元を示すベクタをプロセッサ1001に送出することが
できない。第13図に示されているようなタイミングで入
力された割込みを不完全割込みと呼ぶことにする。不完
全割込みはI/Oが独自に割込み要求の発生・消去をおこ
なう場合に発生する。この場合I/Oが一度割込み要求を
発生した後、該要求を消去したときには、該I/Oはプロ
セッサによるサービスを必要としないものと考えられ
る。従来の情報処理システムではかかる不完全割込みが
発生したとき、割込み受付けバス・サイクル中に割込み
コントローラ1002がプロセッサ1001に対して不完全割込
みが発生したとき使用すると決められている優先順位レ
ベルを含む正常な不完全割込みベクタを出力し、プロセ
ッサ1001は不完全割込みであることを知らずに該不完全
割込みベクタを受け取り、そのまま不完全割込み処理を
第14図に説明した正常な割込み処理の1つとして実行し
ていた。
On the other hand, when the processor 1001 samples the INT signal 1005 at the timing 1401 as shown in FIG. 13, the interrupt request 1004 from the I / O 1003 was active, but the processor 1001 output the interrupt acceptance signal. At times, when the interrupt request 1004 from the I / O 1003 is inactive, the interrupt controller 1002 cannot send the vector indicating the interrupt request source to the processor 1001 in response to the input of the interrupt acceptance signal 1006. An interrupt input at the timing shown in FIG. 13 will be called an incomplete interrupt. The incomplete interrupt occurs when the I / O independently generates and deletes the interrupt request. In this case, when the I / O issues an interrupt request once and then erases the request, it is considered that the I / O does not require service by the processor. In a conventional information processing system, when such an incomplete interrupt occurs, the interrupt controller 1002 includes a priority level which is determined to be used when the incomplete interrupt occurs to the processor 1001 during the interrupt acceptance bus cycle. An incomplete interrupt vector is output, the processor 1001 receives the incomplete interrupt vector without knowing that it is an incomplete interrupt, and directly executes the incomplete interrupt process as one of the normal interrupt processes described in FIG. Was.

〈発明の解決しようとする問題点〉 上記のように従来の情報処理システムでは割込み要求
元のI/O1003がプロセッサによるサービスの必要がなく
なって割込み要求を消去したにもかかわらず、プロセッ
サ1001は該不完全割込みを受け付けた箇所でそれまでの
プログラムの実行を中断し、プログラム・カウンタ等の
情報をスタックに退避し、不完全割込みベクタを解析し
てベクタ・テーブルから不完全割込み処理ルーチンの先
頭アドレスの情報を得て不完全割込み処理ルーチンへと
制御を移していた。しかしながら、不完全割込み処理ル
ーチンでは特に実行すべき処理はなく、不完全割込みを
受け付けることによりプログラムへの復帰命令が実行さ
れ、該復帰命令の実行によりプロセッサはスタックに退
避してあったプログラム・カウンタ等の情報を取り出す
ことにより該不完全割込みにより中断されていたプログ
ラムの実行へ制御を戻していた。この不完全割込み処理
においては実質的な制御を行なうのではないにもかかわ
らず、プロセッサ1001は割込みコントローラ1002からの
ベクタ取込み後、プロセッサ1001外部のメモリ中にある
ベクタ・テーブル、スタックへのアクセス、特に実行す
べき処理を持たない不完全割込み処理ルーチンでの処
理、該不完全割込みにより中断されていたプログラムの
実行へ制御を戻すためのスタックへのアクセスという無
駄な処理を行なわなければならない。換言すれば、従来
の割込み処理方式では、不完全割込みが発生しても不完
全割込みにより中断されていたプログラムへ直接戻るこ
とができず、必ず正常割込みと同じパスを通らなければ
ならなかった。
<Problems to be Solved by the Invention> As described above, in the conventional information processing system, even though the interrupt request source I / O 1003 erases the interrupt request because the processor does not need service, the processor 1001 When the incomplete interrupt is accepted, execution of the program up to that point is interrupted, information such as the program counter is saved in the stack, the incomplete interrupt vector is analyzed, and the start address of the incomplete interrupt processing routine is read from the vector table. Information was obtained and control was transferred to the incomplete interrupt processing routine. However, in the incomplete interrupt processing routine, there is no particular processing to be executed, and the return instruction to the program is executed by accepting the incomplete interrupt, and the execution of the return instruction causes the processor to save the program counter in the stack. Control was returned to the execution of the program interrupted by the incomplete interrupt by taking out the information such as. Despite not performing substantial control in this incomplete interrupt processing, the processor 1001 fetches the vector from the interrupt controller 1002 and then accesses the vector table and stack in the memory outside the processor 1001. Especially, it is necessary to perform a wasteful process such as a process in an incomplete interrupt processing routine having no process to be executed and an access to a stack for returning control to the execution of the program interrupted by the incomplete interrupt. In other words, in the conventional interrupt processing method, even if an incomplete interrupt occurs, the program interrupted by the incomplete interrupt cannot be directly returned, and the same interrupt path must be taken.

その結果、プロセッサが不完全割込みを不完全割込み
と知らずに受付けて不完全割込み処理を上に説明した正
常な割込み処理の1つとして行なうことにより、本来の
プログラムの実行中に実質的に前記無駄な処理が割り込
むことになるので、システム全体のスループットの向上
の妨げになるという問題点があった。さらに、割込みコ
ントローラにより不完全割込みが発生したとき使用する
と決められている優先順位レベルに対応する割込み要求
入力端子には実質的にシステム内のI/O等からの割込み
要求信号を接続できないので、割込みコントローラに接
続できるI/Oが減少するという問題点も有していた。
As a result, the processor accepts the incomplete interrupt without knowing it as an incomplete interrupt and performs the incomplete interrupt process as one of the normal interrupt processes described above, thereby substantially eliminating the waste during execution of the original program. However, there is a problem that it hinders the improvement of the throughput of the entire system. Furthermore, since the interrupt request signal from the I / O in the system cannot be connected to the interrupt request input terminal corresponding to the priority level decided to be used when an incomplete interrupt is generated by the interrupt controller, There was also a problem that the I / O that can be connected to the interrupt controller decreased.

したがって、本発明の目的は割込みコントローラを有
効に利用でき、しかも不完全割込み時のスループットの
低下を防止できる情報処理システムを提供することであ
る。
Therefore, an object of the present invention is to provide an information processing system which can effectively use an interrupt controller and can prevent a decrease in throughput at the time of an incomplete interrupt.

〈問題点を解決するための手段〉 本発明の要旨は中央処理装置と割込みコントローラと
複数の入出力デバイスとを有し、前記入出力デバイスか
らの割込み要求が前記割込みコントローラに入力される
と、前記割込みコントローラが該複数の入出力デハイス
からの割込み要求を調停して前記中央処理装置に割込み
要求信号を出力し、前記中央処理装置が前記割込みコン
トローラからの該割込み要求信号に応答して前記割込み
コントローラに割込み受付けバス・サイクルを少なくと
も2回起動し、前記割込みコントローラは該割込み受付
けバス・サイクル中に前記中央処理装置に対してベクタ
を出力する情報処理システムにおいて、前記割込みコン
トローラは、前記中央処理装置が前記割込みコントロー
ラからの前記割込み要求信号を受付けてから前記割込み
受付けバス・サイクルを起動するまでの間に前記入出力
デバイスから前記割込みコントローラへの割込み要求が
すべて消滅したことを検出する検出手段と、該検出手段
の検出結果に基づき第1回目の割込み受付けバス・サイ
クルで送出したベクタとは異なるベクタを第2回目の割
込みを受付けバス・サイクルで前記割込みコントローラ
に出力させる手段とを有し、前記中央処理装置が上記2
つのベクタの相違に基づき割込み要求の消滅を認識し割
込み動作を終了することである。
<Means for Solving Problems> The gist of the present invention has a central processing unit, an interrupt controller, and a plurality of input / output devices, and when an interrupt request from the input / output device is input to the interrupt controller, The interrupt controller arbitrates interrupt requests from the plurality of input / output devices and outputs an interrupt request signal to the central processing unit, and the central processing unit responds to the interrupt request signal from the interrupt controller to generate the interrupt. In an information processing system in which an interrupt acceptance bus cycle is activated at least twice in a controller, and the interrupt controller outputs a vector to the central processing unit during the interrupt acceptance bus cycle, the interrupt controller includes the central processing unit. Does the device accept the interrupt request signal from the interrupt controller? Detection means for detecting that all interrupt requests from the input / output device to the interrupt controller have disappeared during the period from the start of the interrupt acceptance bus cycle to the interrupt reception bus cycle, and the first detection based on the detection result of the detection means. Means for causing the interrupt controller to output a vector different from the vector transmitted in the interrupt acceptance bus cycle to the interrupt controller in the acceptance bus cycle in the second cycle,
This is to recognize the disappearance of the interrupt request based on the difference between the two vectors and terminate the interrupt operation.

〈作用〉 上記構成に係る情報処理システムでは、入出力デバイ
スからの割込み要求が発生すると、割込みコントローラ
が割込みの調停後に中央処理装置に割込み要求信号を出
力す。ところが、その後、入出力デバイスが割込み要求
を消滅させても、中央処理装置は割込み要求信号に基づ
き割込み受付バス・サイクルを起動し、実行中のプログ
ラムを中断せんとする。しかしながら、割込みコントロ
ーラはかかる状況下で2回目の割込み受付けバス・サイ
クルを介し通常の割込み処理時に出力する第1回目のベ
クタとは異なり、要求消滅を示すベクタを中央処理装置
に送出するので、中央処理装置は割込み動作を終了させ
ることができる。
<Operation> In the information processing system having the above configuration, when an interrupt request is issued from the input / output device, the interrupt controller outputs an interrupt request signal to the central processing unit after arbitration of the interrupt. However, even if the input / output device subsequently cancels the interrupt request, the central processing unit activates the interrupt acceptance bus cycle based on the interrupt request signal and suspends the program being executed. However, under such circumstances, the interrupt controller sends a vector indicating request disappearance to the central processing unit, unlike the first vector which is output during normal interrupt processing through the second interrupt acceptance bus cycle. The processing unit can terminate the interrupt operation.

〈実施例〉 第1図は本発明の第1実施例の構成を示すブロック図
であり、第2図は本発明の第1実施例の動作を説明する
フローチャート図である。第1図において、101はプロ
セッサを、102は割込みコントローラを、103は入出力デ
バイスをそれぞれ示している。
<Embodiment> FIG. 1 is a block diagram showing the configuration of the first embodiment of the present invention, and FIG. 2 is a flow chart for explaining the operation of the first embodiment of the present invention. In FIG. 1, 101 is a processor, 102 is an interrupt controller, and 103 is an input / output device.

本実施例におけるプロセッサ101に対して割込みコン
トローラ102からINT信号105により割込みが発生したこ
とが通知されると、プロセッサ101は割込み受付けバス
・サイクルを連続して2回起動する。従来の割込みコン
トローラでは1回目の割込み受付けバス・サイクルに付
随して出力される割込み受付け信号106が割込みコント
ローラ内部での割込み優先順位決定のためにのみ使用さ
れていたが、本実施例の割込みコントローラ102ではプ
ロセッサ101の起動する1回目の割込み受付けバス・サ
イクルにおいてもベクタが出力される。該ベクタ301の
フォーマットは第3図に示されるように、従来の2回目
の割込み受付けバス・サイクルにおいて出力されるベク
タのフォーマット1201とは異なり、プロセッサ101から
プリセットされる5ビットのアドレス部分302と、3ビ
ットの優先順位レベルを示す部分303とを含んでおり、
1回目の割込み受付けバス・サイクルにおいて出力され
るベクタ301では303の部分の情報には意味がない。本実
施例の割込みコントローラ102ではプロセッサ101の起動
する2回目の割込み受付けアス・サイクルにおいて出力
されるベクタ304は従来のベクタ1201とは全く同一のフ
ォーマットである。すなわち、ベクタ304のなかで305は
プロセッサ101からプリセットされる5ビットのアドレ
スに相当する部分であり、レジスタ111に格納されてい
る。306は3ビットの優先順位レベルを示す部分であ
り、優先順位決定回路113から出力される。
When the interrupt controller 102 notifies the processor 101 in this embodiment that an interrupt has occurred, the processor 101 activates the interrupt acceptance bus cycle twice in succession. In the conventional interrupt controller, the interrupt acceptance signal 106 output in association with the first interrupt acceptance bus cycle is used only for determining the interrupt priority within the interrupt controller. In 102, the vector is output even in the first interrupt acceptance bus cycle activated by the processor 101. The format of the vector 301 is, as shown in FIG. 3, different from the vector format 1201 output in the conventional second interrupt acceptance bus cycle, as shown in FIG. And a portion 303 indicating a 3-bit priority level,
In the vector 301 output in the first interrupt acceptance bus cycle, the information in the 303 portion is meaningless. In the interrupt controller 102 of this embodiment, the vector 304 output in the second interrupt acceptance ass cycle activated by the processor 101 has exactly the same format as the conventional vector 1201. That is, in the vector 304, 305 is a portion corresponding to a 5-bit address preset by the processor 101 and is stored in the register 111. 306 is a portion indicating a 3-bit priority level, which is output from the priority determination circuit 113.

割込みコントローラ102はプロセッサ101により起動さ
れる2回の割込み受付けバス・サイクルそれぞれに対し
てベクタ301、304を出力するが、正常な割込みが発生し
たとき、ベクタ304の5ビットのアドレスに相当する305
の部分にはプロセッサ101からプリセットされる5ビッ
トのアドレスを出力する。しかしながら、第4図に示さ
れているようなタイミングの不完全割込みが発生したと
き、つまりプロセッサ101がタイミング401でINT信号105
をサンプした後に2回の割込み受付けバス・サイクルの
1回目の割込み受付けバス・サイクルを起動したときに
I/O103からの割込み要求信号104がすでにアクティブで
なかったときには、割込みコントローラ102は不完全割
込み検出回路108により不完全割込みが発生したことを
検出し、2回目の割込み受付けバス・サイクル403に対
して出力するベクタ304の5ビットのアドレスに相当す
る部分305には、プロセッサ101からプリセットされる5
ビットのアドレスとは異なる情報を書き込んで出力す
る。たとえば不完全割込みが発生したときに、ベクタ30
4の5ビットのアドレスに相当する部分305には、プロセ
ッサ101からプリセットされる5ビットのアドレスの各
ビットをインバータ109により反転した情報をデータ・
バス107に出力する。第8図は不完全割込み検出回路108
の具体例である。801は8入力論理和ゲート、802は割込
みコントローラ102に入力される8本の割込み要求入力
信号、803はDタイプ・フリップ・フロップ(DFF)であ
り、出力データは8入力論理和ゲート801の出力で、ス
トローブ信号は割込み受付け信号106である。したがっ
て、Dタイプ・フリップ・フロップ803の出力110はスト
ローブ信号割込みの受付け信号106がアクティブになっ
たときに割込みコントローラ102に入力される8本の割
込み要求入力信号がすべてインアクティブであったとき
には“0"になり、セレクタ112に選択信号として供給さ
れる。
The interrupt controller 102 outputs the vectors 301 and 304 for each of the two interrupt acceptance bus cycles activated by the processor 101, and when a normal interrupt occurs, it corresponds to the 5-bit address of the vector 304 305.
A 5-bit address preset by the processor 101 is output to the portion of. However, when an incomplete interrupt of the timing shown in FIG. 4 occurs, that is, the processor 101 outputs the INT signal 105 at the timing 401.
When the first interrupt-accepting bus cycle of two interrupt-accepting bus cycles is activated after sampling
When the interrupt request signal 104 from the I / O 103 is not already active, the interrupt controller 102 detects by the incomplete interrupt detection circuit 108 that an incomplete interrupt has occurred, and the second interrupt acceptance bus cycle 403 is notified. 5 is preset by the processor 101 in the portion 305 corresponding to the 5-bit address of the vector 304 to be output as
Information different from the bit address is written and output. For example, when an incomplete interrupt occurs, vector 30
In the portion 305 corresponding to the 5-bit address of 4, the information obtained by inverting each bit of the 5-bit address preset by the processor 101 by the inverter 109 is data.
Output to bus 107. FIG. 8 shows the incomplete interrupt detection circuit 108.
Is a specific example. 801 is an 8-input OR gate, 802 is an eight interrupt request input signal input to the interrupt controller 102, 803 is a D-type flip-flop (DFF), and output data is the output of the 8-input OR gate 801. Then, the strobe signal is the interrupt acceptance signal 106. Therefore, the output 110 of the D-type flip-flop 803 is "" when all eight interrupt request input signals input to the interrupt controller 102 when the strobe signal interrupt acceptance signal 106 is active. It becomes 0 "and is supplied to the selector 112 as a selection signal.

再び第1図において、選択信号110が“0"のとき、セ
レクタ112は割込み受付けバス・サイクル中にレジスタ1
11の内容をインバータ109により反転した情報をデータ
・バス107に出力する。これに対して選択信号110が“1"
のとき、セレクタ112は割込み受付けバス・サイクル中
にレジスタ111の内容をそのままデータ・バス107に出力
する。
Referring again to FIG. 1, when the selection signal 110 is "0", the selector 112 is in the register 1 during the interrupt acceptance bus cycle.
Information obtained by inverting the contents of 11 by the inverter 109 is output to the data bus 107. On the other hand, the selection signal 110 is "1"
At this time, the selector 112 outputs the content of the register 111 as it is to the data bus 107 during the interrupt acceptance bus cycle.

次に第1実施例の動作を説明する。プロセッサ101は
1命令の実行後(201)、割込みコントローラ102からの
INT信号105がアクティブであるか否かを判断し(20
2)、INT信号105がアクティブなら(Yes)割込み受付け
バス・サイクルを連続して2回起動し、割込みコントロ
ーラからベクタ301、304をそれぞれ取り込む(203、20
4)。なお、第2図において、ベクタ取り込み(1)は
プロセッサ101がベクタ301を取り込むことであり、第4
図では402に対応している。一方、ベクタ取り込み
(2)はプロセッサ101がベクタ304を取り込むことであ
り、第4図では403に対応する。プロセッサ101は2つの
ベクタ301、304を取りこんだ後、該2つのベクタの302
と305の部分を比較することにより、正常な割込みが発
生しているか不完全割込みが発生しているかを判別する
ことができる(205)。302を305と比較して、一致した
場合(Yes)はプロセッサ101は正常な割込みが発生した
ものと判断し、正常な割込み動作を行なう(206〜20
9)。この正常な割込み動作とは第15図に示した従来の
割込み処理の流れと同等なので、詳細な説明は省略す
る。一方、部分302と305を比較して一致しない場合(N
o)にはプロセッサ101は不完全割込みが発生したものと
判断し、ベクタ取り込み以後のベクタ・テーブル・アク
セス(206)、スタックへの情報の退避(207)等の割込
み処理を行なわずに、直接該割込みにより中断されてい
たプログラムへと制御を戻すことができる。
Next, the operation of the first embodiment will be described. The processor 101 executes one instruction (201), and then the interrupt controller 102
Determine if INT signal 105 is active (20
2) If the INT signal 105 is active (Yes), the interrupt acceptance bus cycle is activated twice in succession and the vectors 301 and 304 are fetched from the interrupt controller (203 and 20), respectively.
Four). In FIG. 2, vector fetch (1) means that the processor 101 fetches the vector 301, and
It corresponds to 402 in the figure. On the other hand, vector fetch (2) is that the processor 101 fetches the vector 304, and corresponds to 403 in FIG. The processor 101 takes in the two vectors 301 and 304, and then 302 of the two vectors
By comparing the portions 305 and 305, it is possible to determine whether a normal interrupt or an incomplete interrupt has occurred (205). If 302 is compared with 305 and they match (Yes), the processor 101 determines that a normal interrupt has occurred, and performs a normal interrupt operation (206 to 20).
9). Since this normal interrupt operation is the same as the flow of the conventional interrupt processing shown in FIG. 15, detailed description thereof will be omitted. On the other hand, if the parts 302 and 305 are compared and they do not match (N
In o), the processor 101 determines that an incomplete interrupt has occurred, and directly executes the interrupt processing such as vector table access (206) after vector fetching, saving information to the stack (207), etc. Control can be returned to the program that was interrupted by the interrupt.

上記実施例では不完全割込み検出回路108が検出手段
を、インバータ109とセレクタ112とが要求消滅を示すベ
クタを出力する手段をそれぞれ構成している。
In the above embodiment, the incomplete interrupt detection circuit 108 constitutes detection means, and the inverter 109 and the selector 112 constitute means for outputting a vector indicating the disappearance of a request.

第5図は本発明の第2実施例の動作を示すフローチャ
ート図であり、プロセッサ101の制御の流れを示してい
る。第2実施例において第4図に示されるような不完全
割込みが発生した場合(501の判断が“Yes")に、割込
みコントローラ102はプロセッサ101が起動する2回の連
続する割込み受付けバス・サイクルの1回目の割込み受
付けバス・サイクルに対して、従来の割込みコントロー
ラと同様に内部処理(502)を行なうだけでプロセッサ1
01に対しては何の情報も送出しないが、2回目の割込み
受付けバス・サイクルに対して第6図に示すフォーマッ
トのベクタ601を送出する。第6図においてベクタ601は
プロセッサ101の起動する2回目の割込み受付けバス・
サイクルに対して割込みコントローラ102から出力さ
れ、その構成は不完全割込みが発生しているか否かを示
すビット602と、プロセッサ101からプリセットされるア
ドレスの部分603と、1回目の割込み受付けバス・サイ
クルが起動されたときに割込みコントローラ102に入力
されていた割込み要求入力のなかで優先順位の最も高
い、すなわちサービスすべき割込み要求の優先順位のレ
ベルを3ビットにエンコードした部分604とを含む。
FIG. 5 is a flow chart showing the operation of the second embodiment of the present invention, and shows the control flow of the processor 101. In the second embodiment, when an incomplete interrupt as shown in FIG. 4 occurs (the judgment of 501 is “Yes”), the interrupt controller 102 causes the processor 101 to activate two consecutive interrupt acceptance bus cycles. For the first interrupt acceptance bus cycle of, the processor 1 only needs to perform internal processing (502) as in the conventional interrupt controller.
No information is sent to 01, but the vector 601 in the format shown in FIG. 6 is sent to the second interrupt acceptance bus cycle. In FIG. 6, a vector 601 is a second interrupt acceptance bus activated by the processor 101.
A bit 602 which is output from the interrupt controller 102 for a cycle and has a configuration indicating whether an incomplete interrupt has occurred, a portion 603 of an address preset by the processor 101, and a first interrupt acceptance bus cycle Of the interrupt request input to the interrupt controller 102 at the time when is activated, that is, a portion 604 in which the priority level of the interrupt request to be serviced is encoded into 3 bits.

したがって、第4図に示されているようなタイミング
の不完全割込みが発生したとき、割込みコントローラ10
2は不完全割込みが発生したことを検出し、2回目の割
込み受付けバス・サイクル403に対して出力するベクタ6
01のビット602に“0"を書き込んでプロセッサ101に送出
する。一方、正常な割込みが発生しているときにはビッ
ト602に“1"を書き込んでプロセッサ101に送出する。2
回目の割込み受付けバス・サイクルで取りこんだベクタ
601のビット602に基づき、プロセッサ101は不完全割込
みが発生したか否かを判別することができる(503)。
すなわち、2回目の割込み受付けバス・サイクル403に
おいて得たベクタ601のビット602が“1"のとき、プロセ
ッサ101は正常な割込みが発生したと判断して従来の割
込み処理と同等な処理を行なう(504〜507)。一方、ビ
ット602が“0"のときプロセッサ101は不完全割込みが発
生したと判断してベクタ取り込み以後のベクタ・テーブ
ル・アクセス、スタックへの情報の退避等の割込み処理
を行なわずに、該割込みにより中断されていたプログラ
ムへ直接に制御を戻すことができる。
Therefore, when an incomplete interrupt with the timing shown in FIG. 4 occurs, the interrupt controller 10
2 is a vector 6 that detects that an incomplete interrupt has occurred and outputs it to the second interrupt acceptance bus cycle 403.
Write “0” in bit 602 of 01 and send it to the processor 101. On the other hand, when a normal interrupt is generated, "1" is written in the bit 602 and sent to the processor 101. Two
Vector taken in the first interrupt acceptance bus cycle
Based on bit 602 of 601 processor 101 can determine whether an incomplete interrupt has occurred (503).
That is, when the bit 602 of the vector 601 obtained in the second interrupt acceptance bus cycle 403 is "1", the processor 101 determines that a normal interrupt has occurred and performs the same processing as the conventional interrupt processing ( 504-507). On the other hand, when the bit 602 is “0”, the processor 101 determines that an incomplete interrupt has occurred and does not perform interrupt processing such as vector table access after vector fetch and saving of information in the stack Can return control directly to the interrupted program.

なお、プロセッサ101は割込みコントローラ102から得
たベクタ601を用いて、第7図に示すようなベクタ・テ
ーブル中のエントリにアクセスするときのアドレスを生
成することができる。
The processor 101 can use the vector 601 obtained from the interrupt controller 102 to generate an address for accessing an entry in the vector table as shown in FIG.

〈発明の効果〉 以上説明してきたように、本発明では、プロセッサが
割込みを受付けようとして割込み受付けバス・サイクル
を起動して割込みコントローラから得たベクタにより、
その割込みが不完全割込みであるか否かを判定すること
ができるので、不完全割込みであった場合には前記従来
の割込み処理方法で実行していた無駄な処理を行なわず
に中断されていた本来のプログラムの実行に直接復帰す
ることができる。したがって、システム全体のスループ
ットが向上するという効果がある。
<Effects of the Invention> As described above, in the present invention, the processor obtains the vector obtained from the interrupt controller by activating the interrupt reception bus cycle in an attempt to accept the interrupt.
Since it is possible to determine whether or not the interrupt is an incomplete interrupt, if the interrupt is an incomplete interrupt, it was interrupted without performing the wasteful processing that was executed by the conventional interrupt processing method. You can directly return to the execution of the original program. Therefore, there is an effect that the throughput of the entire system is improved.

また、従来の割込み処理方式の割込みコントローラが
特定の1つの割込み要求入力端子に対応する優先順位レ
ベルのサービス・ルーチンを不完全割込みが発生したと
き使用すると決めていたため、該割り込み要求入力端子
には実質的にシステム内のI/O等からの割り込み要求信
号を接続できなかったが、本発明により割り込みコント
ローラのすべての割り込み要求入力端子にシステム内の
I/O等から割り込み要求信号を接続することができると
いう効果も得られる。
Further, since the interrupt controller of the conventional interrupt processing system has decided to use the service routine of the priority level corresponding to one specific interrupt request input terminal when the incomplete interrupt occurs, Although interrupt request signals from I / O, etc. in the system could not be connected substantially, the present invention allows all interrupt request input terminals of the interrupt controller to be connected in the system.
An effect that an interrupt request signal can be connected from I / O or the like is also obtained.

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

第1図は本発明の第1実施例を示すブロック図、 第2図は第1実施例の動作を示すフローチャート図、 第3図は第1実施例のベクタのフォーマットを示すブロ
ック図、 第4図は第1実施例の不完全割り込みを示すタイミング
図、 第5図は本発明の第2実施例の動作を示すフローチャー
ト図、 第6図は第2実施例のベクタのフォーマットを示すブロ
ック図、 第7図は第2実施例のベクタ・テーブルへのエントリ用
アドレスのブロック図、 第8図は第1実施例の不完全割り込み検出回路の具体的
構成を示すブロック図、 第9図は従来例のブロック図、 第10図は従来例における割り込みを示すタイミング図、 第11図は従来例のベクタのフォーマットを示すブロック
図、 第12図は従来例のベクタ・テーブルへのエントリ用アド
レスのブロック図、 第13図は従来例における不完全割り込みを示すタイミン
グ図、 第14図は従来例の動作を示すフローチャート図である。 101……プロセッサ(中央処理装置)、 102……割込みコントローラ、 103……入出力デバイス、 108……不完全割込み検出回路、 109……インバータ、 112……セレクタ、 113……優先順位決定回路。
FIG. 1 is a block diagram showing the first embodiment of the present invention, FIG. 2 is a flow chart showing the operation of the first embodiment, FIG. 3 is a block diagram showing the vector format of the first embodiment, and FIG. FIG. 6 is a timing chart showing the incomplete interrupt of the first embodiment, FIG. 5 is a flow chart showing the operation of the second embodiment of the present invention, and FIG. 6 is a block diagram showing the vector format of the second embodiment. FIG. 7 is a block diagram of an address for entry into the vector table of the second embodiment, FIG. 8 is a block diagram showing a concrete configuration of the incomplete interrupt detection circuit of the first embodiment, and FIG. 9 is a conventional example. Figure 10, Figure 10 is a timing diagram showing interrupts in the conventional example, Figure 11 is a block diagram showing the vector format of the conventional example, and Figure 12 is a block diagram of addresses for entry into the conventional vector table. Figure 13 is a timing diagram showing the incomplete interruption in the conventional example, FIG. 14 is a flowchart showing the operation of the conventional example. 101-processor (central processing unit), 102-interrupt controller, 103-input / output device, 108-imperfect interrupt detection circuit, 109-inverter, 112-selector, 113-priority determination circuit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】中央処理装置と割込みコントローラと複数
の入出力デバイスとを有し、前記入出力デバイスからの
割込み要求が前記割込みコントローラに入力されると、
前記割込みコントローラが該複数の入出力デバイスから
の割込み要求を調停して前記中央処理装置に割込み要求
信号を出力し、前記中央処理装置が前記割込みコントロ
ーラからの該割込み要求信号に応答して前記割込みコン
トローラに割込み受付バス・サイクルを少なくとも2回
起動し、前記割込みコントローラは該割込み受付けバス
・サイクル中に前記中央処理装置に対してベクタを出力
する情報処理システムにおいて、 前記割込みコントローラは、前記中央処理装置が前記割
込みコントローラからの前記割込み要求信号を受付けて
から前記割込み受付けバス・サイクルを起動するまでの
間に前記入出力デバイスから前記割込みコントローラへ
の割込み要求がすべて消滅したことを検出する検出手段
と、該検出手段の検出結果に基づき第1回目の割込み受
付けバス・サイクルで送出したベクタとは異なるベクタ
を第2回目の割込み受付けバス・サイクルで割込みコン
トローラに出力させる手段とを有し、前記中央処理装置
が上記2つのベクタの相違に基づき割込み要求の消滅を
認識し割込み動作を終了することを特徴とする情報処理
システム。
1. A central processing unit, an interrupt controller, and a plurality of input / output devices, wherein when an interrupt request from the input / output device is input to the interrupt controller,
The interrupt controller arbitrates interrupt requests from the plurality of input / output devices and outputs an interrupt request signal to the central processing unit, and the central processing unit responds to the interrupt request signal from the interrupt controller to interrupt the interrupt. An information processing system in which an interrupt acceptance bus cycle is activated at least twice in a controller, and the interrupt controller outputs a vector to the central processing unit during the interrupt acceptance bus cycle, wherein the interrupt controller is the central processing unit. Detecting means for detecting that all the interrupt requests from the input / output device to the interrupt controller have disappeared between the time the device receives the interrupt request signal from the interrupt controller and the time when the interrupt reception bus cycle is activated. And based on the detection result of the detecting means, Means for causing the interrupt controller to output a vector different from the vector transmitted in the second interrupt acceptance bus cycle to the interrupt controller in the second interrupt acceptance bus cycle, the central processing unit based on the difference between the two vectors. An information processing system characterized by recognizing disappearance of an interrupt request and terminating the interrupt operation.
JP62043466A 1987-02-25 1987-02-25 Information processing system Expired - Lifetime JP2560312B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62043466A JP2560312B2 (en) 1987-02-25 1987-02-25 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62043466A JP2560312B2 (en) 1987-02-25 1987-02-25 Information processing system

Publications (2)

Publication Number Publication Date
JPS63208944A JPS63208944A (en) 1988-08-30
JP2560312B2 true JP2560312B2 (en) 1996-12-04

Family

ID=12664492

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62043466A Expired - Lifetime JP2560312B2 (en) 1987-02-25 1987-02-25 Information processing system

Country Status (1)

Country Link
JP (1) JP2560312B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5525113A (en) * 1978-08-09 1980-02-22 Mitsubishi Electric Corp Interruption processing system

Also Published As

Publication number Publication date
JPS63208944A (en) 1988-08-30

Similar Documents

Publication Publication Date Title
AU613823B2 (en) Virtual computer system having improved input/output interrupt control
US4949241A (en) Microcomputer system including a master processor and a slave processor synchronized by three control lines
US5109333A (en) Data transfer control method and apparatus for co-processor system
US5371857A (en) Input/output interruption control system for a virtual machine
EP0166431B1 (en) An information processing apparatus having an instruction prefetch circuit
JPH05324348A (en) Single chip microcomputer
JP4642531B2 (en) Arbitration of data requests
JP2560312B2 (en) Information processing system
US5586336A (en) Microcomputer capable of monitoring internal resources from external
KR920002830B1 (en) Direct memory access controller
US4979103A (en) Data processing method and apparatus having plural bus interfaces
JP2990800B2 (en) Interrupt processing device
JPS61217834A (en) Data processor
JP3785807B2 (en) Control device
JP2501393B2 (en) Direct memory access device
JPH09167117A (en) Microcomputer and real time system using the microcomputer
JPS63132362A (en) Command operation control system
JPH0479022B2 (en)
JPH04162135A (en) Data processor
JPH0258648B2 (en)
JPH0821021B2 (en) Data processing device
JPH05204831A (en) Microprocessor and microcomputer system with direct memory access function using the same
JP2000155690A (en) Operation processor
JPH01108665A (en) Dma transfer control system
JPH0646411B2 (en) End token output circuit