JP2000122963A - Interruption controller and interruption control method - Google Patents

Interruption controller and interruption control method

Info

Publication number
JP2000122963A
JP2000122963A JP10290656A JP29065698A JP2000122963A JP 2000122963 A JP2000122963 A JP 2000122963A JP 10290656 A JP10290656 A JP 10290656A JP 29065698 A JP29065698 A JP 29065698A JP 2000122963 A JP2000122963 A JP 2000122963A
Authority
JP
Japan
Prior art keywords
interrupt
priority
cpu
interrupt request
interruption
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.)
Withdrawn
Application number
JP10290656A
Other languages
Japanese (ja)
Inventor
Kazuhisa Kima
和久 来間
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP10290656A priority Critical patent/JP2000122963A/en
Publication of JP2000122963A publication Critical patent/JP2000122963A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To change the priority of an interruption request to CPU in accordance with the operation state of a system and to simplify a control processing. SOLUTION: Plural interruption request signals S1-S6 and a status signal S7 showing the operation state of CPU 2 are inputted to an interruption controller 1. The priority of the interruption request signals inputted by the interruption request mask registers 3 and 4 is decided. The outputs of the interruption request mask registers 3 and 4, the status signal and the inversed signal are inputted to AND gates 6-9, the outputs of the interruption request mask registers 3 and 4 are switched in accordance with the status signal S7 and an interruption request output signal is inputted to CPU 2 from OR gates 10 and 11. CPU 2 executes a processing from the interruption cause of the higher priority.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理装置にお
けるCPUへの割り込み制御装置及び割り込み制御方法
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a device and a method for controlling an interrupt to a CPU in an information processing apparatus.

【0002】[0002]

【従来の技術】情報処理装置において、不定期に発生す
る処理項目、DMA転送などCPUと独立して動作する
ようなものを制御する場合、一般的には割り込み制御が
用いられる。これは、状態監視を常に行うような制御に
比べ、必要なときに処理要求を受け付けるものであるの
で、CPUの負荷の軽減につながる。よって、割り込み
制御される割り込み要因は複数であることが多い。
2. Description of the Related Art In an information processing apparatus, interrupt control is generally used to control processing items that occur irregularly, such as DMA transfer, which operate independently of a CPU. This is to accept a processing request when necessary, as compared to the control for constantly monitoring the state, and thus to reduce the load on the CPU. Accordingly, there are many cases where there are a plurality of interrupt factors to be controlled.

【0003】これらの割り込み原因は、各々独立して割
り込み要求を発生させるため、割り込み要求が複数同時
に発生することがある。このため、割り込み要因ごとに
優先順位を付け、割り込み要求が重なった場合には優先
順位の高いものより順次処理を実行して行く。この割り
込み要因の優先順位は、通常固定されていることが多
い。
Since each of these interrupt causes independently generates an interrupt request, a plurality of interrupt requests may be simultaneously generated. For this reason, a priority is assigned to each interrupt factor, and when interrupt requests overlap, processing is performed sequentially from the one with the highest priority. The priority of this interrupt factor is usually fixed in many cases.

【0004】ここで、各々の割り込み要求は、常に同じ
頻度で発生するわけではなく、またシステムの動作状況
によっても異なってくる。そして、特定の動作状況にお
いては、優先順位の低い割り込み要因を優先的に処理し
なければならない場合もある。このような場合は、より
優先順位の高い割り込み要因が入らないようにそれらの
割り込み要求を禁止し、処理対象である優先順位の低い
割り込み要因を優先的に処理できるようにする。
[0004] Here, each interrupt request does not always occur at the same frequency, and also varies depending on the operation state of the system. Then, in a specific operation situation, it may be necessary to prioritize an interrupt factor having a lower priority. In such a case, such interrupt requests are prohibited so that interrupt factors with higher priority do not enter, so that interrupt factors with lower priority to be processed can be preferentially processed.

【0005】またこのような場合、割り込み要求が禁止
されている割り込み要因については、その割り込み処理
の抜けが発生しないように逐次状態監視を行い、もし割
り込み要求が発生していたのなら、処理可能な状態とな
ったときに処理を行うといった煩雑な手続きをとってい
る。
In such a case, with respect to the interrupt factor for which the interrupt request is prohibited, the status is monitored sequentially so that the interruption of the interrupt process does not occur. It takes a complicated procedure such as performing a process when it becomes a state.

【0006】[0006]

【発明が解決しようとする課題】従来の割り込み制御は
上記のようにして行われるため、システムの動作状態に
応じて割り込み要求の優先順位を変更することができ
ず、煩雑な制御処理となり、CPUの処理速度が低下す
るという問題点があった。
Since the conventional interrupt control is performed as described above, the priorities of the interrupt requests cannot be changed according to the operation state of the system, which results in a complicated control process. However, there is a problem that the processing speed is reduced.

【0007】本発明は、上記のような問題点に鑑みてな
されたもので、システムの動作状態に応じて割り込み要
求の優先順位を変更することができ、制御処理の簡素化
を図ることができ、CPUの処理速度を改善することが
可能な割り込み制御装置及び割り込み制御方法を提供す
ることを目的としている。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and can change the priority of an interrupt request according to the operation state of the system, thereby simplifying the control processing. It is an object of the present invention to provide an interrupt control device and an interrupt control method capable of improving the processing speed of a CPU.

【0008】[0008]

【課題を解決するための手段】本発明に係る割り込み制
御装置及び割り込み制御方法は、次のように構成したも
のである。
An interrupt control apparatus and an interrupt control method according to the present invention are configured as follows.

【0009】(1)複数の割り込み要求を受け付けて中
央処理装置に通知する割り込み制御装置であって、入力
された複数の割り込み要求に対し任意のグループ毎に優
先順位を決定する複数の優先順位決定手段と、これらの
優先順位決定手段を前記中央処理装置の動作状態に応じ
て切り替える優先順位切替手段とを備えた。
(1) An interrupt control device for receiving a plurality of interrupt requests and notifying the central processing unit of the plurality of interrupt requests, wherein a plurality of priorities are determined for each of the plurality of input interrupt requests for each arbitrary group. And priority switching means for switching these priority determining means according to the operation state of the central processing unit.

【0010】(2)上記(1)の構成において、中央処
理装置の複数の動作状態を識別して複数の優先順位決定
手段を切り替えるようにした。
(2) In the configuration of (1), a plurality of operating states of the central processing unit are identified and a plurality of priority order determining means are switched.

【0011】(3)上記(1)または(2)の構成にお
いて、優先順位決定手段は割り込みマスクレジスタで構
成し、優先順位切替手段はアンドゲートで構成した。
(3) In the configuration of the above (1) or (2), the priority determining means is constituted by an interrupt mask register, and the priority switching means is constituted by an AND gate.

【0012】(4)複数の割り込み要求を受け付けて中
央処理装置に通知する割り込み制御方法であって、入力
された複数の割り込み要求に対し任意のグループ毎に優
先順位を決定し、その優先順位が決定された各グループ
の割り込み要求を前記中央処理装置の動作状態に応じて
切り替えるようにした。
(4) An interrupt control method for receiving a plurality of interrupt requests and notifying the central processing unit of the interrupt request, wherein priorities are determined for each of the plurality of input interrupt requests for each arbitrary group, and the priorities are determined. The determined interrupt request of each group is switched according to the operation state of the central processing unit.

【0013】(5)上記(4)の構成において、中央処
理装置の複数の動作状態を識別して各グループの割り込
み要求を切り替えるようにした。
(5) In the configuration of (4), a plurality of operating states of the central processing unit are identified, and the interrupt request of each group is switched.

【0014】[0014]

【発明の実施の形態】以下、図面に基づいて本発明の実
施例を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0015】図1は本発明の実施例の構成を示すブロッ
ク図である。同図において、1は割り込み要求を管理し
てCPU(中央処理装置)2に割り込み要求を通知する
割り込みコントローラ(制御装置)で、本例ではCPU
2に二つの割り込み要求信号の入力ポートINT1、I
NT2がある場合を示し、入力ポートINT1の方がI
NT2より優先順位が高くなっている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In FIG. 1, reference numeral 1 denotes an interrupt controller (control device) that manages an interrupt request and notifies the CPU (central processing unit) 2 of the interrupt request.
2. Input ports INT1 and I of two interrupt request signals
NT2 is present, input port INT1 is I
The priority is higher than NT2.

【0016】3、4は割り込み要求入力部で受け付けた
複数の割り込み要求信号S1〜S6のCPU2への通知
を許可及び禁止するための割り込み要求マスクレジスタ
で、それぞれグループ毎に受け付けた複数の割り込み要
因の優先順位を設定するための第1の優先順位決定手
段、第2の優先順位決定手段を構成している。すなわ
ち、割り込み要求マスクレジスタ3は、入力ポートA、
B、Cに入力された割り込み要求信号S1〜S3に対
し、割り込み要求が許可されている信号についてのみそ
の要求信号をQ端子より出力し、割り込み要求マスクレ
ジスタ4は、入力ポートA、B、Cに入力された割り込
み要求信号S4〜S6に対し、割り込み要求が許可され
ている信号についてのみその要求信号をQ端子から出力
する。
Reference numerals 3 and 4 denote interrupt request mask registers for permitting and prohibiting notification of the plurality of interrupt request signals S1 to S6 received by the interrupt request input unit to the CPU 2, and a plurality of interrupt factor registers respectively received for each group. First priority determining means and second priority determining means for setting the priority order. That is, the interrupt request mask register 3 stores the input port A,
In response to the interrupt request signals S1 to S3 input to B and C, only those signals for which interrupt requests are permitted are output from the Q terminal, and the interrupt request mask register 4 stores the input ports A, B and C In response to the interrupt request signals S4 to S6 input to the CPU, only those signals for which interrupt requests are permitted are output from the Q terminal.

【0017】5は割り込みコントローラ1が搭載された
システム(情報処理装置のシステム)の動作状況を示す
ステータス信号S7を反転するインバータで、ステータ
ス信号S7はCPU2の動作状態を知るための状態情報
入力部で受け付けられる。6、7、8、9はそのステー
タス信号S7に応じて上述の優先順位決定手段である二
つの割り込み要求マスクレジスタ3、4を切り替える優
先順位切替手段を構成しているANDゲート、10、1
1はCPU2に割り込み要求出力信号S8、S9を入力
させるORゲートである。
Reference numeral 5 denotes an inverter for inverting a status signal S7 indicating an operation state of a system (information processing apparatus system) in which the interrupt controller 1 is mounted. The status signal S7 is a state information input unit for knowing the operation state of the CPU 2. Accepted at Reference numerals 6, 7, 8 and 9 denote AND gates 10 and 1 which constitute priority order switching means for switching between the two interrupt request mask registers 3 and 4 as the above-mentioned priority order determining means according to the status signal S7.
An OR gate 1 causes the CPU 2 to input the interrupt request output signals S8 and S9.

【0018】上記構成において、CPU2は複数の割り
込み要求が同時に発生した場合、上述の優先順位に従っ
て割り込み要因を処理する。また割り込みコントローラ
1は、CPU2の入力ポートINT1、INT2に対
し、二つの割り込み要求出力信号S8、S9を出力す
る。その際、割り込みコントローラ1は、CPU2の有
する入力ポートINT1及びINT2の二つの割り込み
要求信号以上の数の六つの割り込み要求信号S1〜S6
を三つにまで集約する。
In the above configuration, when a plurality of interrupt requests occur simultaneously, the CPU 2 processes the interrupt factors according to the above-mentioned priorities. The interrupt controller 1 outputs two interrupt request output signals S8 and S9 to the input ports INT1 and INT2 of the CPU 2. At this time, the interrupt controller 1 has six interrupt request signals S1 to S6 which are equal to or more than the two interrupt request signals of the input ports INT1 and INT2 of the CPU 2.
To three.

【0019】また、ANDゲート6は割り込み要求マス
クレジスタ3の出力とステータス信号S7を入力し、A
NDゲート7は割り込み要求マスクレジスタ3の出力と
ステータス信号S7を反転したインバータ5の出力を入
力する。よって、ステータス信号3が“High”の場
合は、割り込み要求マスクレジスタ3を経由した割り込
み要求信号S1、S2、S3の割り込み要求がANDゲ
ート6から出力され、ステータス信号S7が“Low”
の場合は、割り込み要求はANDゲート7より出力され
る。
The AND gate 6 receives the output of the interrupt request mask register 3 and the status signal S7, and
The ND gate 7 receives the output of the interrupt request mask register 3 and the output of the inverter 5 which is obtained by inverting the status signal S7. Therefore, when the status signal 3 is "High", the interrupt request of the interrupt request signals S1, S2, and S3 via the interrupt request mask register 3 is output from the AND gate 6, and the status signal S7 is "Low".
In this case, the interrupt request is output from the AND gate 7.

【0020】一方、ANDゲート9は割り込み要求マス
クレジスタ4の出力とステータス信号S7を入力し、A
NDゲート8は割り込み要求マスクレジスタ4の出力と
ステータス信号S7を反転したインバータ5の出力を入
力する。よって上記と同様に、ステータス信号S7が
“High”の場合は、割り込み要求マスクレジスタ4
を経由した割り込み要求信号入力S4、S5、S6の割
り込み要求がANDゲート9から出力され、ステータス
信号S7が“Low”の場合は、割り込み要求はAND
ゲート8より出力される。
On the other hand, the AND gate 9 receives the output of the interrupt request mask register 4 and the status signal S7, and
The ND gate 8 receives the output of the interrupt request mask register 4 and the output of the inverter 5 obtained by inverting the status signal S7. Therefore, as described above, when the status signal S7 is "High", the interrupt request mask register 4
Are output from the AND gate 9, and when the status signal S7 is "Low", the interrupt request is AND
Output from the gate 8.

【0021】そして、ORゲート10にはANDゲート
6とANDゲート8の出力が入力され、その出力は割り
込み要求出力信号S8としてCPU2の入力ポートIN
T1に入力される。また、ORゲート11にはANDゲ
ート7とANDゲート9の出力が入力され、その出力は
割り込み要求出力信号S9としてCPU2の入力ポート
INT2に入力される。
The output of the AND gate 6 and the output of the AND gate 8 are input to the OR gate 10, and the output is input to the input port IN of the CPU 2 as an interrupt request output signal S8.
Input to T1. The output of the AND gate 7 and the output of the AND gate 9 are input to the OR gate 11, and the output is input to the input port INT2 of the CPU 2 as an interrupt request output signal S9.

【0022】すなわち、ステータス信号S7の状態によ
り、ANDゲート6とANDゲート9あるいはANDゲ
ート7とANDゲート8の組み合わせのどちらか一方が
有効になる。CPU2は入力ポートINT1の割り込み
要求を優先的に処理するが、その処理対象となる割り込
み要因は固定されるのではなく、ステータス信号S7の
状態により割り込み要求信号S1、S2、S3、S4、
S5、S6とが入れ替わることになる。
That is, depending on the status of the status signal S7, one of the combination of the AND gate 6 and the AND gate 9 or the combination of the AND gate 7 and the AND gate 8 becomes valid. The CPU 2 preferentially processes the interrupt request of the input port INT1, but the interrupt source to be processed is not fixed, but the interrupt request signals S1, S2, S3, S4, and S4 depending on the status of the status signal S7.
S5 and S6 are interchanged.

【0023】このように、システムの状況に応じて、瞬
時に割り込みコントローラ1が割り込み要因の処理の優
先順位を変更することが可能となり、制御処理の簡素化
を図ることができるとともに、割り込み要求発生からの
CPU2の処理スピードの改善及びCPUリソースの効
率的運用につながる。
As described above, it becomes possible for the interrupt controller 1 to instantaneously change the priority of the processing of the interrupt factor in accordance with the state of the system, so that the control processing can be simplified and the generation of the interrupt request can be achieved. This leads to an improvement in the processing speed of the CPU 2 and efficient use of CPU resources.

【0024】なお、本実施例はあくまで一例であり、割
り込み要求信号の数及び割り込み要求信号の優先順位を
入れ替えるステータス信号の数を制限するものではな
い。すなわち、状態情報入力部がCPU2の複数の動作
状態を識別可能であり、優先順位決定手段も複数個有
し、優先順位切替手段が状態情報入力部の情報に基づい
て複数の優先順位決定手段を切り替えることも可能であ
る。
This embodiment is merely an example, and does not limit the number of interrupt request signals and the number of status signals for changing the priority of interrupt request signals. That is, the state information input unit can identify a plurality of operation states of the CPU 2, and also has a plurality of priority order determining means, and the priority order switching means switches the plurality of priority order determining means based on the information of the state information input unit. It is also possible to switch.

【0025】また、本実施例では、CPU2に複数の割
り込み要求信号がある場合の優先順位の変更手段につい
て説明したが、割り込み発生時の飛び先アドレスを示す
ベクター方式であっても構わない。
In this embodiment, the means for changing the priority order when the CPU 2 has a plurality of interrupt request signals has been described. However, a vector system indicating a jump destination address when an interrupt occurs may be used.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
システムの動作状態に応じて割り込み要求の優先順位を
変更することができ、制御処理の簡素化を図ることがで
き、CPUの処理速度を改善することができるという効
果がある。
As described above, according to the present invention,
The priority order of the interrupt request can be changed according to the operation state of the system, the control processing can be simplified, and the processing speed of the CPU can be improved.

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

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

【符号の説明】 1 割り込みコントローラ 2 CPU(中央処理装置) 3 割り込み要求マスクレジスタ(第1の優先順位決定
手段) 4 割り込み要求マスクレジスタ(第2の優先順位決定
手段) 5 インバータ 6 ANDゲート(優先順位切替手段) 7 ANDゲート(優先順位切替手段) 8 ANDゲート(優先順位切替手段) 9 ANDゲート(優先順位切替手段) 10 ORゲート 11 ORゲート
[Description of Signs] 1 interrupt controller 2 CPU (central processing unit) 3 interrupt request mask register (first priority determination means) 4 interrupt request mask register (second priority determination means) 5 inverter 6 AND gate (priority) 7 AND gate (priority switching means) 8 AND gate (priority switching means) 9 AND gate (priority switching means) 10 OR gate 11 OR gate

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数の割り込み要求を受け付けて中央処
理装置に通知する割り込み制御装置であって、入力され
た複数の割り込み要求に対し任意のグループ毎に優先順
位を決定する複数の優先順位決定手段と、これらの優先
順位決定手段を前記中央処理装置の動作状態に応じて切
り替える優先順位切替手段とを備えたことを特徴とする
割り込み制御装置。
1. An interrupt control device for receiving a plurality of interrupt requests and notifying a central processing unit of a plurality of interrupt requests, wherein a plurality of priority order determining means for determining a priority order for each of the plurality of input interrupt requests for an arbitrary group. And a priority switching means for switching these priority determining means according to the operation state of the central processing unit.
【請求項2】 中央処理装置の複数の動作状態を識別し
て複数の優先順位決定手段を切り替えることを特徴とす
る請求項1記載の割り込み制御装置。
2. The interrupt control device according to claim 1, wherein a plurality of operation states of the central processing unit are identified and a plurality of priority order determination means are switched.
【請求項3】 優先順位決定手段は割り込みマスクレジ
スタで構成し、優先順位切替手段はアンドゲートで構成
したことを特徴とする請求項1または2記載の割り込み
制御装置。
3. The interrupt control device according to claim 1, wherein said priority order determining means comprises an interrupt mask register, and said priority order switching means comprises an AND gate.
【請求項4】 複数の割り込み要求を受け付けて中央処
理装置に通知する割り込み制御方法であって、入力され
た複数の割り込み要求に対し任意のグループ毎に優先順
位を決定し、その優先順位が決定された各グループの割
り込み要求を前記中央処理装置の動作状態に応じて切り
替えるようにしたことを特徴とする割り込み制御方法。
4. An interrupt control method for receiving a plurality of interrupt requests and notifying the central processing unit of the interrupt request, wherein priorities of input interrupt requests are determined for each arbitrary group, and the priorities are determined. Wherein the interrupt request of each group is switched according to the operation state of the central processing unit.
【請求項5】 中央処理装置の複数の動作状態を識別し
て各グループの割り込み要求を切り替えるようにしたこ
とを特徴とする請求項4記載の割り込み制御方法。
5. The interrupt control method according to claim 4, wherein a plurality of operating states of the central processing unit are identified and an interrupt request of each group is switched.
JP10290656A 1998-10-13 1998-10-13 Interruption controller and interruption control method Withdrawn JP2000122963A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10290656A JP2000122963A (en) 1998-10-13 1998-10-13 Interruption controller and interruption control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10290656A JP2000122963A (en) 1998-10-13 1998-10-13 Interruption controller and interruption control method

Publications (1)

Publication Number Publication Date
JP2000122963A true JP2000122963A (en) 2000-04-28

Family

ID=17758803

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10290656A Withdrawn JP2000122963A (en) 1998-10-13 1998-10-13 Interruption controller and interruption control method

Country Status (1)

Country Link
JP (1) JP2000122963A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100655985B1 (en) * 2000-05-29 2006-12-08 세이코 엡슨 가부시키가이샤 Apparatus and method for generating the interrupt signal
US7606958B2 (en) 2003-06-20 2009-10-20 Fujitsu Limited Interrupt control method, interrupt control apparatus and interrupt control medium
US9785586B2 (en) 2011-11-11 2017-10-10 Fujitsu Limited Electronic computer and interrupt control method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100655985B1 (en) * 2000-05-29 2006-12-08 세이코 엡슨 가부시키가이샤 Apparatus and method for generating the interrupt signal
US7606958B2 (en) 2003-06-20 2009-10-20 Fujitsu Limited Interrupt control method, interrupt control apparatus and interrupt control medium
US9785586B2 (en) 2011-11-11 2017-10-10 Fujitsu Limited Electronic computer and interrupt control method

Similar Documents

Publication Publication Date Title
JPH04223511A (en) Microcomputer
WO1999060488A1 (en) Software configurable technique for prioritizing interrupts in a microprocessor-based system
US20040199694A1 (en) Interrupt controller and interrupt controlling method for prioritizing interrupt requests generated by a plurality of interrupt sources
JP2000122963A (en) Interruption controller and interruption control method
JP2677458B2 (en) System call execution device
JPH03102430A (en) Interruption control system
JP3982077B2 (en) Multiprocessor system
JPS62145433A (en) Multiple interruption control system
JP3126247B2 (en) Information processing apparatus and method
JPS6220060A (en) Priority selection control circuit
JP2531080B2 (en) Bus adapter switching method
JPH05282161A (en) Information processor
JPH0235552A (en) Interruption control circuit
JPH11149386A (en) Interruption control system for multiprocessor system
JPH0827724B2 (en) Interrupt vector fetch determination method
JPH0675765A (en) Processing speed controller
JPH04167043A (en) Portable electronic equipment
JPS61187044A (en) Information processor
JPH06175867A (en) Interruption controller
JPS6057440A (en) Information processor
JP2000181883A (en) Crossbar device, multistage crossbar device and information processor
JPH05120031A (en) Micro computer
JPH0721116A (en) Information processor
JPH04326454A (en) Cross bus network
JPH03130832A (en) Interruption controller

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110