JPS629441A - Timer interruption control system - Google Patents

Timer interruption control system

Info

Publication number
JPS629441A
JPS629441A JP14789285A JP14789285A JPS629441A JP S629441 A JPS629441 A JP S629441A JP 14789285 A JP14789285 A JP 14789285A JP 14789285 A JP14789285 A JP 14789285A JP S629441 A JPS629441 A JP S629441A
Authority
JP
Japan
Prior art keywords
timer
firmware
bit
hardware
interrupt
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
JP14789285A
Other languages
Japanese (ja)
Other versions
JPH0782442B2 (en
Inventor
Hideo Tamura
秀夫 田村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP60147892A priority Critical patent/JPH0782442B2/en
Publication of JPS629441A publication Critical patent/JPS629441A/en
Publication of JPH0782442B2 publication Critical patent/JPH0782442B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain a timer interruption control at high speed by providing bit '0' to both firmware and hardware as the interruption conditions and copying the bit '0' of the firmware timer to the hardware timer through a timer device. CONSTITUTION:A timer device produces an interruption factor to the processor of a computer system. In such a timer device the bit '0' is set to both firmware 2 and hardware 2 as the interruption conditions to the processor. Here the bits '0' and '200' of the firmware timer 2 which are set with the replacement timing can be copied to bits '0' and '10' of the hardware timer 1. Thus the interruption processing is performed at the high speed by a CPU timer.

Description

【発明の詳細な説明】 〔概要〕 計算機システムのプロセッサに対する割り込み要因を生
起するタイマ装置において、常にカウントダウン、又は
カウントアツプされる下位ビット部分をハードウェアで
構成し、ある一定時間は動作しないことが保障される部
分を、ファームウェア等で構成したタイマ装置において
、該タイマの、上記プロセッサに対する割り込み条件と
なる、最上位の°ビット0°を、ファームウェアと、ハ
ードウェアの両方に設け、ファームウェアで構成したタ
イマに対する更新タイミングで設定される、上記割り込
み条件の°ビット0”の値を、ハードウェアで構成した
タイマに対する °ビット0”にコピーするようにした
ものである。
[Detailed Description of the Invention] [Summary] In a timer device that generates an interrupt factor for a processor of a computer system, a lower bit part that is always counted down or counted up is configured with hardware, and it is possible that the lower bit part does not operate for a certain period of time. In a timer device in which the guaranteed part is configured by firmware, etc., the most significant bit 0°, which is the interrupt condition for the timer to the processor, is provided in both the firmware and the hardware, and is configured by the firmware. The value of bit 0'' of the interrupt condition set at the update timing for the timer is copied to bit 0'' of the timer configured by hardware.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機システムのプロセッサへのりイマ割り
込み条件となる °ビット0”に対する制御方式に関す
る。
The present invention relates to a control method for bit 0, which is an immediate interrupt condition for a processor in a computer system.

最近の計算機システムのオンライン化の普及に伴って、
実時間で処理する必要のあるジョブが多くなってきてお
り、複数のユーザ端末から投入されるコマンドによって
生起する割り込み処理に対する応答を高速化することが
要請されるようになってきた。
With the recent spread of online computer systems,
The number of jobs that need to be processed in real time is increasing, and there is a demand for faster responses to interrupt processing caused by commands input from multiple user terminals.

然して、該計算機システムには、所謂r cpuタイマ
」が設けられていて、常に、実時間で動作しており、各
ユーザが実行するジョブに対する実行時間の計測、或い
は各ユーザからの複数個めバッチジョブを一定時間実行
後にモニタに戻すようにして、複数のユーザに対するサ
ービスの均等化を図る為のタイマ割り込み等に用いられ
ている。
However, the computer system is equipped with a so-called "R CPU timer", which always operates in real time, and measures the execution time for jobs executed by each user, or processes multiple batches from each user. It is used as a timer interrupt to equalize services to multiple users by returning the job to the monitor after it has been executed for a certain period of time.

かかるr cpuタイマ」を構成する場合、通常は経済
性の面から、ハードウェアとファームウェア等のソフト
ウェアで、カウント時間を分担する方法で構成する場合
が多い。
When configuring such a ``R CPU timer,'' from the viewpoint of economy, it is usually configured in such a way that the counting time is shared between hardware and software such as firmware.

この場合、該r cpuタイマ」には、例えば、一定値
からカウントダウンして、負数になった時点、即ち、最
上位ビットが°1”となった時にタイマ割り込みとする
方法があるが、この割り込み条件となる最上位ビットの
°0/1゛を判定するファームウェアの処理に時間がか
かると、該処理は実時間処理で、他の割り込みを禁止し
ている為、他の割り込み処理に対する影響が大きくなり
、上記ユーザ端末からのコマンド投入に対する応答も遅
くなってしまう問題があり、該r cpuタイマ」での
ファームウェア処理の実行時間をできる限り高速化する
制御方式が待たれるようになってきた。
In this case, for example, there is a method of counting down from a certain value and setting it as a timer interrupt when the most significant bit becomes 1", but this interrupt If it takes time to process the firmware to determine whether the most significant bit is °0/1, which is the condition, this process is a real-time process and other interrupts are prohibited, so the impact on other interrupt processes will be large. As a result, there is a problem in that the response to command input from the user terminal becomes slow, and a control system that speeds up the execution time of firmware processing by the RCPU timer as much as possible has been awaited.

〔従来の技術〕[Conventional technology]

第3図は従来のrcpuタイマ」の構成例をブロック図
で示したもので、(a)はハードウェアで構成される部
分を示し、(b)は、例えば、ファームウェアで構成さ
れる部分を示している。
Figure 3 is a block diagram showing an example of the configuration of a conventional rcpu timer, where (a) shows the part made up of hardware, and (b) shows the part made up of firmware, for example. ing.

通常、(a)のハードウェアタイマ1は、例えば、1μ
sの実時間信号をカウントアツプ、又はカウントダウン
しているカウンタであって、その最上位ビット10’か
らキャリ信号、又はボロウ信号が出力されると、ファー
ムウェアに対する割り込みを生起するように構成されて
いる。
Usually, the hardware timer 1 in (a) is, for example, 1 μ
A counter that counts up or down the real time signal of s, and is configured to generate an interrupt to the firmware when a carry signal or borrow signal is output from its most significant bit 10'. .

該ハードウェアタイマ1からの割り込み処理においては
、(b)で示した演算回路のレジスタA20に・例えば
、ローカルストレージ(LS) 23の特定エリアに設
けられている、上記r cpuタイマ」の上位ビットの
内容(T)を読み出し、該ローカルストレージ(LS)
 23の別エリアに設定されている・例えば、全°1゛
をレジスタB 21に読み出した後・演算器(^LU)
 22で加算し、該加算結果をレジスタAを通して、該
ローカルストレージ(LS) 23の上記タイマエリア
に格納することにより、1力ウント動作が終了する。
In the interrupt processing from the hardware timer 1, the high-order bit of the above-mentioned "r cpu timer" provided in the register A20 of the arithmetic circuit shown in (b), for example, in a specific area of the local storage (LS) 23. Read the contents (T) of the local storage (LS)
23 - For example, after reading out all degrees 1 to register B 21 - Arithmetic unit (^LU)
22, and the addition result is stored in the timer area of the local storage (LS) 23 through register A, thereby completing the single count operation.

このようにして、該ファームウェアタイマの最上位ビッ
ト(M)に°1゛が立つと、該r cpuタイマ」のプ
ロセッサに対する割り込みが生起する。
In this way, when the most significant bit (M) of the firmware timer is set to 1, an interrupt to the processor of the rcpu timer occurs.

このようなr cpuタイマ」においては、■ ハード
ウェアタイマ(カウンタ)1のビット数を少な(すると
、ハードウェア量は減少するが、ファームウェアに対す
る負担が重くなって、当該計算機システムの性能の低下
となる。
In such a r cpu timer, the number of bits of the hardware timer (counter) 1 may be reduced (this will reduce the amount of hardware, but the burden on the firmware will become heavier, resulting in a decrease in the performance of the computer system). Become.

■ 逆にハードウェアタイマ(カウンタ)lのビット数
を大きくすると、ハードウェア量が増加するが、性能の
低下は少なくなると云う特徴がある。
(2) Conversely, if the number of bits of the hardware timer (counter) l is increased, the amount of hardware will increase, but the performance will be less degraded.

そこで、一般には、該ハードウェアタイマを20ビット
程度で構成して、前述のように1μsの実時間信号をカ
ウントさせるようにすると、ファームウェアに対する割
り込み周期は凡そ1秒程度となり、1マイクロ命令の実
行時間が100 ns程度の計算機システムにおいては
、IMIPS (100万命令に1回)程度の割り込み
頻度となって、該r cpuタイマ」によるファームウ
ェアに対する影響は無視できることになる。
Therefore, in general, if the hardware timer is configured with about 20 bits and is configured to count 1 μs real-time signals as described above, the interrupt period for the firmware will be about 1 second, and the execution of 1 microinstruction will be In a computer system where the time is about 100 ns, the interrupt frequency is about IMIPS (once per million instructions), and the influence of the r cpu timer on firmware can be ignored.

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

然しなから、従来方式においては、前述のように、一度
r cpuタイマ」の割り込み処理に入ってしまうと、
該r cpuタイマ」の処理、即ち、ローカルストレー
ジ(LS) 23の特定エリアに設けられティるファー
ムウェアタイマ(T)に対するカウント処理、更に、最
上位ピッ) (M)が°0/1゛かの判定処理等の一連
のマイクロ割り込み処理が終了する迄、他の割り込み、
例えばユーザ端末からのコマンド投入に伴う割り込み処
理は待たされて、該ユーザ端末からのコマンド投入に対
する応答を遅くすると云う問題があった。
However, in the conventional method, as mentioned above, once the interrupt processing of the r cpu timer is started,
In other words, the counting process for the firmware timer (T) provided in a specific area of the local storage (LS) 23, and the counting process for the firmware timer (T) provided in a specific area of the local storage (LS) 23, as well as the counting process for the firmware timer (T) provided in a specific area of the local storage (LS) 23. Until a series of micro interrupt processing such as judgment processing is completed, other interrupts,
For example, there is a problem in that interrupt processing accompanying a command input from a user terminal is made to wait, slowing down the response to the command input from the user terminal.

本発明は上記従来の欠点に鑑み、r CPUタイマ」の
ハードウェアタイマ部分からのマイクロ割り、 込みに
伴うファームウェア処理を高速化して、プロセッサに対
する割り込み処理全体を高速化し、上記ユーザ端末から
のコマンド投入に対する応答を速(する方法を提供する
ことを目的とするものである。
In view of the above conventional drawbacks, the present invention speeds up micro-interrupts from the hardware timer part of the CPU timer, firmware processing associated with the interrupts, speeds up the overall interrupt processing for the processor, and enables command input from the user terminal. The purpose is to provide a method for speeding up responses to

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

第1図は本発明のr cpuタイマ」の原理ブロック図
であり、1はハードウェアタイマ、2はファームウェア
タイマである。
FIG. 1 is a principle block diagram of the "R CPU timer" of the present invention, where 1 is a hardware timer and 2 is a firmware timer.

プロセッサに対するタイマ割り込みの条件となる“ビッ
トO゛を、ファームウェア用200とハードウェア用1
0の両方に設け、ファームウェアタイマ2は、ハードウ
ェアタイマ1からのキャリ。
Bit O, which is the condition for timer interrupt to the processor, is set to 200 for firmware and 1 for hardware.
0 and firmware timer 2 carries from hardware timer 1.

又はボロウ信号によって、マイクロ割り込みが生起した
時、該ファームウェアタイマ2のカウントアツプ、又は
カウントダウンをした後、該ファームウェアの゛ビフト
O’200の値をその侭、ハードウェアの°ビット0°
10にコピーするように構成する。
Or when a micro interrupt occurs due to a borrow signal, after counting up or down the firmware timer 2, the value of bit O'200 of the firmware is set to bit 0 of the hardware.
10.

〔作用〕[Effect]

即ち、本発明によれば、計算機システムのプロセッサに
対する割り込み要因を生起するタイマ装置において、常
にカウントダウン、又はカウントアンプされる下位ビッ
ト部分をハードウェアで構成し、ある一定時間は動作し
ないことが保障される部分を、ファームウェア等で構成
したタイマ装置において、該タイマの、上記プロセッサ
に対する割り込み条件となる最上位の°ビットO゛を、
ファームウェアと、ハードウェアの両方に設け、ファー
ムウェアで構成したタイマに対する更新タイミングで設
定される、上記割り込み条件の゛ビット0°の値を、ハ
ードウェアで構成したタイマに対する°ビット0゛にコ
ピーするようにしたものであるので、ファームウェアタ
イマの°ビット0°に対する°0/1′チェックの為の
マイクロステップが不要となり、ビットチェック機構を
持たない計算機システムにおいても、rcpuタイマ」
によるプロセッサに対する割り込み処理を高速化できる
効果がある。
That is, according to the present invention, in a timer device that generates an interrupt factor for a processor of a computer system, the lower bit part that is always counted down or count-amplified is configured with hardware, and is guaranteed not to operate for a certain period of time. In a timer device whose part is configured with firmware or the like, the most significant bit O゛ of the timer, which is the interrupt condition for the processor, is
It is provided in both firmware and hardware, and the value of bit 0 of the above interrupt condition, which is set at the update timing for the timer configured in firmware, is copied to bit 0 for the timer configured in hardware. This eliminates the need for microsteps to check °0/1' for °bit 0° of the firmware timer, and even in computer systems that do not have a bit check mechanism, the rcpu timer
This has the effect of speeding up interrupt processing for the processor.

〔実施例〕 以下本発明の実施例を図面によって詳述する。〔Example〕 Embodiments of the present invention will be described in detail below with reference to the drawings.

第2図は本発明の一実施例をブロック図で示したもので
、第1図、第3図と同じ符号は同じ対象物を示しており
、ファームウェアタイマの“ビット0”200をハード
ウェアタイマの゛ビットO”10にコピーする機構が本
発明を実施するのに必要な機構である。
FIG. 2 is a block diagram showing an embodiment of the present invention. The same reference numerals as in FIGS. The mechanism for copying to bit O''10 is the mechanism necessary to implement the present invention.

本発明を実施しても、ハードウェアタイマ、即ち、カウ
ンタlの動作、及びファームウェアタイマ2のカウント
動作は、従来方式と同じであるので省略し、本発明の中
核となる “ビット0゛のコピー動作を中心にして、本
発明のタイマ割り込み制御方式を説明する。
Even if the present invention is implemented, the operations of the hardware timer, that is, the counter 1, and the counting operation of the firmware timer 2 are the same as in the conventional system, so they will be omitted. The timer interrupt control method of the present invention will be explained with a focus on its operation.

先ず、カウンタlからのキャリ信号、又はボロウ信号に
よるマイクロ割り込みによって、ファームウェアタイマ
2のカウント動作が行われる際、演算結果をレジスタA
 20にセットした後、例えば、ローカルストレージ(
LS) 23の該ファームウェアタイマ領域(T)に格
納するタイミングで、その最上位ビットである ゛ビッ
トO’200(斜線で示す)の値を、ハードウェアタイ
マ(カウンタ)1の“ビットO′10にコピーするよう
に制御する。
First, when the count operation of firmware timer 2 is performed by a micro interrupt caused by a carry signal from counter l or a borrow signal, the calculation result is stored in register A.
After setting it to 20, for example, local storage (
LS) At the timing to store it in the firmware timer area (T) of 23, the value of bit O'200 (indicated by diagonal lines), which is the most significant bit, is stored in bit O'10 of hardware timer (counter) 1. control to copy to.

この結果、r cpuタイマ」の割り込み条件となる、
“ビットO゛を図示していないハードウェア割り込み要
因に移すことができ、後は当該割り込み処理回路におけ
る優先順位機構に従って、プロセッサに対する高速割り
込みを行うことができる。
As a result, the interrupt condition for "r cpu timer" is
"Bit O" can be transferred to a hardware interrupt source (not shown), and then a high-speed interrupt to the processor can be performed according to the priority mechanism in the interrupt processing circuit.

又、ファームウェアタイマ1でのカウント処理が終了次
第、該“ビットO“200をハードウェアタイマの“ビ
ット0′10にコピーできるので、従来行われていた、
上記°ビット0”200の値をチェックすることなく、
r cpuタイマ」によるプロセッサ割り込みを実行す
ることができる。
Furthermore, as soon as the counting process in firmware timer 1 is completed, the "bit O" 200 can be copied to "bit 0'10" of the hardware timer, which was previously done.
Without checking the value of bit 0”200 above,
Processor interrupts can be executed by the "r cpu timer".

このように、本発明においては、計算機システムに設け
られているrcpuタイマ」を、ハードウェアタイマと
、ファームウェアタイマで分担して構成しているタイマ
装置において、プロセッサに対する割り込み条件となる
 “ビット0゛を、ファームウェアとハードウェアの両
方に設け、ファームウェアタイマの更新タイミングにお
いて得られる、ファームウェアタイマの°ビットQ゛を
ハードウェアタイマの゛ビット0°にコピーするように
した所に特徴がある。
As described above, in the present invention, in a timer device in which the "rcpu timer" provided in a computer system is divided into a hardware timer and a firmware timer, "bit 0", which is an interrupt condition for the processor, is configured. is provided in both firmware and hardware, and the firmware timer's bit Q' obtained at the update timing of the firmware timer is copied to the hardware timer's bit 0°.

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

以上、詳細に説明したように、本発明のタイマ割り込み
制御方式は、計算機システムのプロセッサに対する割り
込み要因を生起するタイマ装置において、常にカウント
ダウン、又はカウントアツプされる下位ビット部分をハ
ードウェアで構成し、ある一定時間は動作しないことが
保障される部分を、ファームウェア等で構成したタイマ
装置において、該タイマの、上記プロセッサに対する割
り込み条件となる最上位の°ビットQ゛を、ファームウ
ェアと、ハードウェアの両方に設け、ファームウェアで
構成したタイマに対する更新タイミングで設定される、
上記割り込み条件の°ビットQ゛の値を、ハードウェア
で構成したタイマに対する°ビフトO−゛にコピーする
ようにしたものであるので、ファームウェアタイマの“
ビットO′に対する゛0/19チェックの為のマイクロ
ステップが不要となり、ビットチェック機構を持たない
計算機システムにおいても、rcpuタイマ」によるプ
ロセッサに対する割り込み処理を高速化できる効果があ
る。
As described above in detail, the timer interrupt control method of the present invention configures the lower bit part, which is always counted down or counted up, in hardware in a timer device that causes an interrupt factor to a processor of a computer system. In a timer device in which a part that is guaranteed not to operate for a certain period of time is configured with firmware, etc., the most significant bit Q' of the timer, which is the interrupt condition for the processor, is set by both the firmware and the hardware. , and is set at the update timing for the timer configured in the firmware.
The value of bit Q of the above interrupt condition is copied to bit O of the timer configured in hardware, so the firmware timer's
This eliminates the need for a microstep for the 0/19 check on bit O', and has the effect of speeding up interrupt processing for the processor by the rcpu timer even in a computer system that does not have a bit check mechanism.

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

第1図は本発明のrcpuタイマ」の原理ブロック図。 第2図は本発明の一実施例をブロック図で示した図。 第3図は従来のrcpuタイマ」の構成例をブロック図
で示した図。 である。 図面において、 1はハードウェアタイマ(カウンタ)。 2はファームウェアタイマ。 20はレジスタA、   21はレジスタB。 22は演算器(ALU)。 23はローカルストレージ(LS) 。 Tはファームウェアタイマの内容。 200はファームウェアタイマの°ビットO’ (M)
 。 10はハードウェアタイマの゛ビットQ l。 をそれぞれ示す。 7゛−1’7″″7用力9□□用尺9□□9jPIJ5
’4?p@J!7D、y7a子 1 囚
FIG. 1 is a principle block diagram of the "rcpu timer" of the present invention. FIG. 2 is a block diagram showing an embodiment of the present invention. FIG. 3 is a block diagram showing a configuration example of a conventional rcpu timer. It is. In the drawing, 1 is a hardware timer (counter). 2 is the firmware timer. 20 is register A, 21 is register B. 22 is an arithmetic unit (ALU). 23 is local storage (LS). T is the contents of the firmware timer. 200 is the firmware timer's bit O' (M)
. 10 is bit Ql of the hardware timer. are shown respectively. 7゛-1'7''''7 force 9□□ length 9□□9jPIJ5
'4? p@J! 7D, y7a child 1 prisoner

Claims (1)

【特許請求の範囲】 計算機システムのプロセッサに対する割り込み要因を生
起するタイマ装置において、 常に動作する下位ビットの部分をハードウェア(1)で
構成し、 上位ビットの、ある時間は動作しないことが保障される
部分をファームウェア、又はソフトウェアで構成したタ
イマ装置であって、 当該タイマ装置からの割り込み条件となるビットを、上
記ファームウェア、又はソフトウェア用(200)と共
に、ハードウェア用(10)を設け、ファームウェア、
又はソフトウェアによるタイマ更新時、上記ファームウ
ェア、又はソフトウェアの割り込み条件ビット(200
)の値を、上記ハードウェアの割り込み条件ビット(1
0)にコピーするように制御することを特徴とするタイ
マ割り込み制御方式。
[Claims] In a timer device that generates an interrupt factor for a processor of a computer system, the lower bit part that always operates is configured with hardware (1), and the upper bit part is guaranteed not to operate for a certain period of time. This is a timer device whose part is configured with firmware or software, and a bit (10) for hardware is provided in addition to the bit (200) for the firmware or software that is the interrupt condition from the timer device.
Or, when updating the timer by software, the above firmware or software interrupt condition bit (200
) is set to the above hardware interrupt condition bit (1
0).
JP60147892A 1985-07-05 1985-07-05 Timer interrupt control method Expired - Fee Related JPH0782442B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60147892A JPH0782442B2 (en) 1985-07-05 1985-07-05 Timer interrupt control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60147892A JPH0782442B2 (en) 1985-07-05 1985-07-05 Timer interrupt control method

Publications (2)

Publication Number Publication Date
JPS629441A true JPS629441A (en) 1987-01-17
JPH0782442B2 JPH0782442B2 (en) 1995-09-06

Family

ID=15440532

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60147892A Expired - Fee Related JPH0782442B2 (en) 1985-07-05 1985-07-05 Timer interrupt control method

Country Status (1)

Country Link
JP (1) JPH0782442B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5178657A (en) * 1974-12-29 1976-07-08 Fujitsu Ltd KEIJI HOSHIKI
JPS52123145A (en) * 1976-04-09 1977-10-17 Fujitsu Ltd Time monitor system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5178657A (en) * 1974-12-29 1976-07-08 Fujitsu Ltd KEIJI HOSHIKI
JPS52123145A (en) * 1976-04-09 1977-10-17 Fujitsu Ltd Time monitor system

Also Published As

Publication number Publication date
JPH0782442B2 (en) 1995-09-06

Similar Documents

Publication Publication Date Title
JPS629441A (en) Timer interruption control system
JPH04209020A (en) Microcomputer
JPS633328B2 (en)
JP2586157B2 (en) System control unit
JPS6350903B2 (en)
JPH1091431A (en) Data processor
JPS61166631A (en) Microprogram control processor
JPH03252886A (en) Single chip microcomputer
JPS63271537A (en) Interruption controller
JPH01276241A (en) Multiple interrupting device
JPS6022248A (en) Interruption controller
JPH04369064A (en) Method and device for controlling interruption processing
JPH0298744A (en) Interruption processing system
JPS63265349A (en) Data transfer controller
JPH0353364A (en) Information processing system
JPS6299832A (en) Control system for computer
JPH10161887A (en) Method and device for interruption signal synchronization
JPS633341A (en) Preference control processing method
JPS63233455A (en) Microprocessor
JPH03273437A (en) Interruption processor
JPH03156647A (en) Watchdog timer
JPH01154234A (en) Interruption controller
JPH02118837A (en) Interrupting control device
JPH05108384A (en) Microprocessor
JPS6043765A (en) Input and output processor

Legal Events

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