JPS6218937B2 - - Google Patents

Info

Publication number
JPS6218937B2
JPS6218937B2 JP3111479A JP3111479A JPS6218937B2 JP S6218937 B2 JPS6218937 B2 JP S6218937B2 JP 3111479 A JP3111479 A JP 3111479A JP 3111479 A JP3111479 A JP 3111479A JP S6218937 B2 JPS6218937 B2 JP S6218937B2
Authority
JP
Japan
Prior art keywords
interrupt
level
microprogram
processing
register
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
Application number
JP3111479A
Other languages
Japanese (ja)
Other versions
JPS55124846A (en
Inventor
Masakazu Okada
Hitoshi Fushimi
Seiichi Yasumoto
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP3111479A priority Critical patent/JPS55124846A/en
Publication of JPS55124846A publication Critical patent/JPS55124846A/en
Publication of JPS6218937B2 publication Critical patent/JPS6218937B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 本発明は、複数の処理レベルを有するマイクロ
プログラム制御方式、とくに高速の割込み処理を
可能ならしめるマイクロプログラム制御方式に関
する。従来、ある機器を制御する回路がマイクロ
プログラム方式によつて実現されている。この場
合は、同一の機能をワイヤドロジツクで実現した
場合に比べ、処理速度が遅くなることは良く知ら
れている。従つて、特に高速の処理が要求される
計算機あるいはその周辺機器の制御に、マイクロ
プログラム処理を適用しようとした場合は、処理
性能の低さが問題であつた。さらに、このマイク
ロプログラム方式にあつては、プログラムの簡略
化およびハードウエア物量の大きさの制約といつ
た面から、1つのレベルでシーケンシヤルに処理
するマイクロプログラムが用いられている。この
ため、十分なる処理性能を得ることができないと
いう問題があつた。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a microprogram control system having a plurality of processing levels, and particularly to a microprogram control system that enables high-speed interrupt processing. Conventionally, a circuit for controlling a certain device has been realized using a microprogram method. It is well known that in this case, the processing speed is slower than when the same function is implemented using wire logic. Therefore, when microprogram processing is applied to control computers or their peripheral devices that require particularly high-speed processing, low processing performance has been a problem. Furthermore, in this microprogram method, a microprogram that processes sequentially at one level is used from the viewpoint of program simplification and restrictions on the amount of hardware. Therefore, there was a problem that sufficient processing performance could not be obtained.

近年、マイクロプログラムの多重レベル処理に
用いるための割込みレベル制御機能を有するLSI
等も開発、製品化されてきているが、これらには
以下の様な欠点がある。これらの割込み処理の方
法は、まず、現在実行中のプログラムに対し、高
いレベルの割込みが発生し、割込みが受け付けら
れると、実行中のプログラムを中断して、割込み
要因の読み出しと判定を行なう。次に、該当する
処理の先頭番地をジヤンプすべきマイクロプログ
ラムの実行番地とし、該割込み処理に入るという
ものである。本方式では、1回の割込みが発生す
る度に、割込み要因の判定とジヤンプ先の決定を
行なうため、プログラム処理にして2ステツプに
相当する処理時間を要し、前述の1レベル処理の
場合と同様に、処理性能が低いという問題があ
る。上記の問題を解決する方法としては、以下の
方法が考えられる。即ち、従来のマイクロプログ
ラムアドレス制御回路に対し、プログラムのレベ
ル制御回路を付加し、マイクロプログラムの実行
タイミングをそのまま割込み処理のタイミングに
も使用し、割込み受け付けの判定と、レベルの変
換および割込み処理先頭番地の読み出しを実行さ
せ、これらをマイクロプログラムそのものの処理
と並行して行なわせる方法である。ここでは、次
の様な問題が発生する。通常、実行中のマイクロ
プログラムが、他の高いレベルの割込みを受け付
けない様にするためには、マスクレジスタを設
け、本レジスタに該当ビツト(マスクビツト)を
立てるか否かによつて制御している。しかるに、
この方法では、マスクビツトのセツトおよびリセ
ツトを実行するための処理が必要となり、本来の
処理に余分の処理時間を要することになる。ま
た、さらに、複数のレベルで共通に使用するレジ
スタを制御する場合についても処理性能が低下す
るという問題が生じる。例えば、メモリアドレス
レジスタを制御する場合、低レベルのプログラム
で、上記レジスタにアドレスをセツトした後、メ
モリアクセスに入る前に、高いレベルに割込みジ
ヤンプする場合を考える。該割込み処理におい
て、メモリをアクセスする処理があつた後、元の
レベルへリターンした場合、低いレベルで、メモ
リでアクセスする処理を実行するときには、該ア
ドレスレジスタの内容が変わつており、正しいメ
モリアドレスをアクセスすることができなくな
る。従つて、上記の如く、低レベルで、メモリア
クセスする度に、マスクレジスタのマスクビツト
をセツト、リセツトする必要が生じ、このために
処理性能が大巾に低下する。
In recent years, LSIs with interrupt level control functions for use in multilevel processing of microprograms have become available.
etc. have also been developed and commercialized, but these have the following drawbacks. In these interrupt processing methods, first, when a high-level interrupt occurs in a currently executing program and the interrupt is accepted, the executing program is interrupted and the cause of the interrupt is read and determined. Next, the start address of the corresponding process is set as the execution address of the microprogram to be jumped, and the corresponding interrupt process is entered. In this method, each time an interrupt occurs, the cause of the interrupt is determined and the jump destination is determined, so it takes a processing time equivalent to two steps in program processing, which is different from the one-level processing described above. Similarly, there is a problem of low processing performance. The following methods can be considered to solve the above problem. In other words, a program level control circuit is added to the conventional microprogram address control circuit, and the execution timing of the microprogram is used as is for the interrupt processing timing to determine interrupt acceptance, level conversion, and interrupt processing start. This is a method of reading addresses and performing these operations in parallel with the processing of the microprogram itself. Here, the following problems occur. Normally, in order to prevent the microprogram being executed from accepting other high-level interrupts, a mask register is provided and control is performed by setting the corresponding bit (mask bit) in this register. . However,
This method requires processing to set and reset the mask bits, which requires extra processing time for the original processing. Furthermore, when controlling registers that are commonly used at a plurality of levels, a problem arises in that processing performance deteriorates. For example, when controlling a memory address register, consider a case where a low-level program sets an address in the register and then jumps the interrupt to a high level before accessing the memory. In the interrupt processing, if the process returns to the original level after memory access processing, when the memory access processing is executed at a lower level, the contents of the address register have changed and the correct memory address is returned. will no longer be able to access it. Therefore, as described above, it is necessary to set and reset the mask bits of the mask register every time a memory is accessed at a low level, which greatly reduces processing performance.

本発明の目的は、上記した従来技術の欠点を解
消し、高速割込み処理を実現する、多重レベルの
マイクロプログラム制御方式を提供することにあ
る。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a multi-level microprogram control method that overcomes the drawbacks of the prior art described above and achieves high-speed interrupt processing.

本発明の要点は、割込み処理とプログラムの実
行とを並行に実行できる従来の割込み制御回路を
制御するマイクロプログラム制御方式において、
マイクロプログラムの1命令に、マスクビツトを
1ビツト追加し、プログラムのステツプ単位に、
独立に本ビツトの制御を可能とし、本ビツトをセ
ツトしておくことにより、該ステツプを割込み禁
止状態とすることができるようにしたことにあ
る。以下、実施例により、本発明の詳細な説明を
行なう。第1図は、本発明を適用するための従来
のマイクロプログラム制御装置の一例を示すブロ
ツク図である。マイクロプログラムメモリ
(ROM)2からは、アドレス制御部(ROMAR)
4から与えられるアドレスに従つて内容が読み出
され、プログラムレジスタ(PR)3にセツトさ
れる。PR3の出力は、コントロールバス
(CTLBUS)上に現われ、演算回路(μ−P)1
内のレジスタアドレス、データ、あるいは、命令
デコーダ(DEC)5を介して、μ−P1に与え
られる。また、CTLBUSは、本制御装置を有す
る機器を制御するための制御回路(詳細は後述す
る)に設けられている。各種フリツプフロツプや
レジスタのセツト、クリアを指定するのに用いら
れる。入力バス(INBUS)には、外部ソースレ
ジスタ(図示せず)の内容がのり、μ−P1がそ
れを用いてデータの処理を行なう。μ−P1の処
理結果は、出力バス(OUTBUS)に出力され、
外部デイステイネーシヨンレジスタ(図示せず)
に与えられる。またROMAR4は通常は内蔵する
プログラムカウンタ(図示せず)を1更新してい
るが、ジヤンプ命令などを実行する場合は、
CTLBUSあるいはOUTBUSの内容を取り込んで
使用する。
The main point of the present invention is that in a microprogram control method for controlling a conventional interrupt control circuit that can execute interrupt processing and program execution in parallel,
One mask bit is added to each microprogram instruction, and each step of the program is
This bit can be controlled independently, and by setting this bit, the step can be placed in an interrupt-disabled state. Hereinafter, the present invention will be explained in detail with reference to Examples. FIG. 1 is a block diagram showing an example of a conventional microprogram control device to which the present invention is applied. From the microprogram memory (ROM) 2, the address control unit (ROMAR)
The contents are read out according to the address given from 4 and set in the program register (PR) 3. The output of PR3 appears on the control bus (CTLBUS) and the arithmetic circuit (μ-P)1
The register address, data, or instruction decoder (DEC) 5 is applied to μ-P1. Furthermore, the CTLBUS is provided in a control circuit (details will be described later) for controlling equipment including this control device. Used to specify the setting and clearing of various flip-flops and registers. The input bus (INBUS) carries the contents of an external source register (not shown), and μ-P1 uses it to process data. The processing result of μ-P1 is output to the output bus (OUTBUS),
External destination register (not shown)
given to. Also, ROMAR4 normally updates the built-in program counter (not shown) by 1, but when executing a jump instruction etc.
Import and use the contents of CTLBUS or OUTBUS.

マイクロプログラム制御方式は、ワイヤドロジ
ツクに比べて処理性能が低いため、1ステツプの
実行と次のステツプの実行を同時に行つている。
第1図では、クロツクの先頭から、1ステツプの
実行が始まることになる。つまり、クロツクの立
上りによつて、それまで読み出されていたROM
2の内容がPR3にセツトされ、CTLBUS上に出
力され1ステツプの実行が開始する。一方、クロ
ツクの立上りによつてROMAR4はアドレスを更
新し、次のステツプの内容をROM2から読み出
し始める。本発明における割込制御回路は
ROMAR4を制御するものである。このうち、レ
ベル制御部の回路図およびそこで用いられるクロ
ツクをそれぞれ第2図、第3図に示す。
Since the microprogram control system has lower processing performance than wire logic, it executes one step and the next step at the same time.
In FIG. 1, execution of one step begins from the beginning of the clock. In other words, at the rising edge of the clock, the ROM that had been read up to that point
The contents of step 2 are set in PR3, output on CTLBUS, and execution of step 1 begins. On the other hand, the ROMAR 4 updates the address with the rising edge of the clock and starts reading the contents of the next step from the ROM 2. The interrupt control circuit in the present invention is
It controls ROMAR4. Of these, the circuit diagram of the level control section and the clock used therein are shown in FIGS. 2 and 3, respectively.

外部からの各種の割込み要求は、割込レジスタ
(INTLATCH)6に入つており、本レジスタ6
はT端子に入力されるクロツクTP2でトリガさ
れている。ここで、或る割込みが発生すると、ク
ロツクTP2の立上りで、レジスタ6の出力が、
プライオリテイエンコーダ(PE)7に与えられ
る。PE7の出力は、線7Aを介して割込み専用
のジヤンプアドレスレジスタ(図示せず)に与え
られ、さらにCTLBUSを介してROMAR4へ送
られ、その出力の決定に用いられる。これと同時
に、このPE7の出力はレベル分割回路15に与
えられる。この分割回路15は、ゲートのみから
構成できるもので、種々の割込要求に対し、出力
2ビツトを共に1とするか、下ビツトのみ1とす
るかを選定するものである。一方、それまで実行
されていたプログラムレベルはレベルレジスタ
(LEVEL REG)10の下2ビツトに示されてお
り、比較器(COMP)8により、割込み要求が受
け付けられるか否かの判定が行われる。この
COMP8は分割回路15の出力がLEVEL REG
10の出力より大きいときには“1”、小さい時
には“0”を出力する。例えば、現在実行してい
たプログラムレベルを(0,0)とし、割込み要
求のレベルを(0,1)とすると、COMP8の出
力が“1”となり割込み要求が受け付けられるこ
とを示し、この出力によりクロツクTP1の次の
立上りで、フリツプフロツプ(F/F)11がセ
ツトされ、ゲート13,14によりクロツクTP
3の立上りでLEVEL REG10がトリガされ
る。一方、4ビツトセレクタ(SEL)9は、選信
信号(S)入力が“0”の場合はA側入力を出力
し、“1”の場合はB側入力を出力するが、上の
例では、F/F11がセツトされているためS入
力は“1”であり、LEVEL REG10の下ビツ
トを上2ビツトに分割回路15から与えられる割
込み要求のレベルを下2ビツトとして、LEVEL
REG10の入力に与えることになる。従つて、
前記クロツクTP3の入力後LEVEL REG10の
出力は、上2ビツトが(0,0)下2ビツトが
(0,1)となり、実行レベルは(0,0)から
(0,1)へ移つたことになる。この後、クロツ
クTP1の立上り時には、COMP8の出力は
“0”を示しているので、F/F11はリセツト
される。一方、ROMAR4についてはF/F11
がセツトされている時に、ROMAR4の出力とし
て、ジヤンプアドレスレジスタの内容を選ぶよう
に制御すれば、割込先へジヤンプさせることがで
きる(このため回路は図示せず)。
Various interrupt requests from the outside are stored in interrupt register (INTLATCH) 6, and this register 6
is triggered by the clock TP2 input to the T terminal. Here, when a certain interrupt occurs, at the rising edge of clock TP2, the output of register 6 becomes
It is given to the priority encoder (PE) 7. The output of PE7 is provided via line 7A to an interrupt-only jump address register (not shown) and is further sent via CTLBUS to ROMAR4 for use in determining its output. At the same time, the output of this PE 7 is given to the level division circuit 15. This division circuit 15 can be constructed only from gates, and selects whether to set both two output bits to 1 or to set only the lower bit to 1 in response to various interrupt requests. On the other hand, the program level that has been executed up to that point is indicated in the lower two bits of the level register (LEVEL REG) 10, and a comparator (COMP) 8 determines whether or not the interrupt request is accepted. this
For COMP8, the output of the dividing circuit 15 is LEVEL REG
When the output is larger than the output of 10, it outputs "1", and when it is smaller, it outputs "0". For example, if the currently executing program level is (0, 0) and the level of the interrupt request is (0, 1), the output of COMP8 will be "1", indicating that the interrupt request is accepted, and this output will indicate that the interrupt request is accepted. At the next rising edge of clock TP1, flip-flop (F/F) 11 is set, and gates 13 and 14 turn on clock TP.
LEVEL REG10 is triggered at the rising edge of 3. On the other hand, the 4-bit selector (SEL) 9 outputs the A side input when the selection signal (S) input is "0", and outputs the B side input when it is "1". , F/F11 are set, so the S input is "1", and the lower bit of LEVEL REG10 is divided into the upper 2 bits.The level of the interrupt request given from the dividing circuit 15 is set as the lower 2 bits.
It will be given to the input of REG10. Therefore,
After inputting the clock TP3, the output of the LEVEL REG10 has the upper two bits (0,0) and the lower two bits (0,1), indicating that the execution level has moved from (0,0) to (0,1). become. Thereafter, when the clock TP1 rises, the output of COMP8 indicates "0", so the F/F 11 is reset. On the other hand, for ROMAR4, F/F11
By controlling the contents of the jump address register to be selected as the output of ROMAR 4 when is set, it is possible to jump to the interrupt destination (the circuit is not shown for this purpose).

次に割込処理のマイクロプログラムで、リター
ン命令が発行されるとCTLBUSを介してこのリ
ターン命令がゲート13に入力され、ゲート14
を介して前と同様LEVEL REG10にトリが入
力される。一方、この場合はF/F11はクロツ
クTP1によりクリアされているため、S入力は
“0”であり、SEL9はA側入力、すなわち上2
ビツトは(0,0)、下2ビツトは前に退避して
いたレベル(0,0)を選んで、LEVEL REG
10の入力へ与える。従つて、RETURN命令が
発行されると、LEVEL10の出力は全て0とな
り、プログラムレベルは(0,0)に戻ることに
なる。レベル(0,1)の実行中にレベル(1,
1)が割込んだ場も全く同様の動作を行なうその
タイムチヤートを第3図に示す。第3図aは割込
み処理の受付時、第3図bはリターン命令の処理
時のタイムチヤートを示す。第4図は、本発明に
よる割込みマスクビツトをマイクロプログラム内
に追加した割込み制御回路を示す。この図におい
て、第2図と同一の数字又は記号の要素は第2図
と同じ要素をさす。本回路は、第2図の回路の
LOMP8を3ビツト構造の比較器(COMP)8′
とし、割込み要因側の最上位ビツトを常に“0”
とし、反対側の最上位ビツトにCTLBUSを介し
て入力されるマスクビツトフイールド出力を入力
する。このマスクビツトフイールドは各マイクロ
プログラムに設けられており、そのマイクロプロ
グラムが第2図で示した回路によりPR3に読出
されることに、CTLBUSを介して入力される。
比較器8′はLEVEL REG10側の入力が分割回
路15側の入力より小のときには“1”を、そう
でないときには“0”を出力する。この回路によ
れば、割込みが発生し、割込レジスタ6にセツト
されても、その時のマイクロプログラムのマスク
ビツトフイールド内にマスクビツトが立つていれ
ば、比較器8′の出力が出ないため、第3図に示
した、割込み処理が動作せず、次の命令で、マス
クビツトが落ちるまで割込みが待たされることに
なる。これにより、割込みのマスク制御が、マイ
クロプログラムの1ステツプ毎に独立に可能とな
り、処理性能を大巾に向上させることができる。
Next, in the interrupt processing microprogram, when a return instruction is issued, this return instruction is input to the gate 13 via the CTLBUS, and the return instruction is input to the gate 14 via the CTLBUS.
The bird is entered into LEVEL REG10 as before via . On the other hand, in this case, F/F11 is cleared by clock TP1, so the S input is "0", and SEL9 is the A side input, that is, the upper 2
Select the bit (0,0), the lower 2 bits select the level (0,0) that was saved before, and select LEVEL REG.
Give to 10 inputs. Therefore, when the RETURN command is issued, all outputs of LEVEL10 become 0, and the program level returns to (0, 0). level (1, 1) while level (0, 1) is running.
FIG. 3 shows a time chart in which exactly the same operation is performed when step 1) is interrupted. FIG. 3a shows a time chart when interrupt processing is accepted, and FIG. 3b shows a time chart when processing a return command. FIG. 4 shows an interrupt control circuit in which an interrupt mask bit according to the present invention is added within a microprogram. In this figure, elements with the same numbers or symbols as in FIG. 2 refer to the same elements as in FIG. This circuit is similar to the circuit shown in Figure 2.
LOMP8 is a 3-bit structure comparator (COMP)8'
and the most significant bit on the interrupt source side is always “0”.
and input the mask bit field output input via CTLBUS to the most significant bit on the opposite side. This mask bit field is provided in each microprogram and is input via the CTLBUS when the microprogram is read out to PR3 by the circuit shown in FIG.
The comparator 8' outputs "1" when the input on the LEVEL REG 10 side is smaller than the input on the dividing circuit 15 side, and outputs "0" otherwise. According to this circuit, even if an interrupt occurs and is set in the interrupt register 6, if the mask bit is set in the mask bit field of the microprogram at that time, the output of the comparator 8' will not be output. The interrupt processing shown in FIG. 3 does not work, and the interrupt is forced to wait until the mask bit falls in the next instruction. As a result, interrupt mask control can be performed independently for each step of the microprogram, and processing performance can be greatly improved.

本発明により、割込み処理と、プログラムの実
行が並行して行なえることに加え、割込み禁止の
指定を、新たに処理時間を費やすことなく、簡単
な回路によつて実現できた。
According to the present invention, in addition to being able to perform interrupt processing and program execution in parallel, it is also possible to specify interrupt prohibition using a simple circuit without spending additional processing time.

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

第1図は本発明を適用するマイクロプログラム
制御装置の構成図、第2図は本発明を適用するた
めの従来の割込み制御回路図、第3図は第2図の
回路についてのプログラムレベルの遷移を示すタ
イムチヤート、第4図は本発明による割込み制御
回路図である。 1……演算回路、2……マイクロプログラムメ
モリ、3……プログラムレジスタ、4……アドレ
ス制御部、5……命令デコーダ、6……割込みレ
ジスタ、8……比較器、8′……比較器。
Fig. 1 is a block diagram of a microprogram control device to which the present invention is applied, Fig. 2 is a conventional interrupt control circuit diagram to which the present invention is applied, and Fig. 3 is a program level transition for the circuit of Fig. 2. FIG. 4 is a time chart showing the interrupt control circuit according to the present invention. 1... Arithmetic circuit, 2... Micro program memory, 3... Program register, 4... Address control section, 5... Instruction decoder, 6... Interrupt register, 8... Comparator, 8'... Comparator .

Claims (1)

【特許請求の範囲】[Claims] 1 マイクロプログラムを記憶するプログラムメ
モリと、該メモリの読出し番地を制御するアドレ
ス制御手段と、実行する1ステツプ命令をラツチ
するレジスタと、プログラムの内容に応じた種々
の演算を行なう演算回路と、実行中のプログラム
のレベルを記憶する手段と、入力された割込み要
求のレベルを記憶手段と、上記2つの記憶手段の
出力を比較し、割込み要求の実行を制御する割込
み制御手段と、これらを制御するクロツク生成回
路とから成るマイクロプログラム制御回路におい
て、割込みを全て禁止するマスクビツトを記憶す
るフイールドを各1ステツプ命令内に設け、上記
レジスタに読出された1ステツプ命令内の上記マ
スクビツト記憶フイールドを上記割込み制御手段
に入力する手段を設け、かつ上記割込み制御手段
を、上記入力されたマスクビツト記憶フイールド
内に、割込みを禁止するマスクビツトが記憶され
ているときには、入力された割込みの実行を禁止
する信号を出力するごとく構成したことを特徴と
するマイクロプログラム制御方式。
1. A program memory that stores a microprogram, an address control means that controls the read address of the memory, a register that latches a 1-step instruction to be executed, an arithmetic circuit that performs various operations depending on the contents of the program, and an execution means for storing the level of the program therein; means for storing the level of the input interrupt request; interrupt control means for comparing the outputs of the two storage means and controlling execution of the interrupt request; In a microprogram control circuit consisting of a clock generation circuit, a field for storing a mask bit for inhibiting all interrupts is provided in each 1-step instruction, and the mask bit storage field in the 1-step instruction read into the register is used for the interrupt control. the interrupt control means outputs a signal for inhibiting execution of the input interrupt when a mask bit for inhibiting the interrupt is stored in the input mask bit storage field; A microprogram control system characterized by a similar structure.
JP3111479A 1979-03-19 1979-03-19 Microprogram control system Granted JPS55124846A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3111479A JPS55124846A (en) 1979-03-19 1979-03-19 Microprogram control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3111479A JPS55124846A (en) 1979-03-19 1979-03-19 Microprogram control system

Publications (2)

Publication Number Publication Date
JPS55124846A JPS55124846A (en) 1980-09-26
JPS6218937B2 true JPS6218937B2 (en) 1987-04-25

Family

ID=12322366

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3111479A Granted JPS55124846A (en) 1979-03-19 1979-03-19 Microprogram control system

Country Status (1)

Country Link
JP (1) JPS55124846A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63116942U (en) * 1987-01-19 1988-07-28

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5999553A (en) * 1982-11-29 1984-06-08 Nec Corp Interruption control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63116942U (en) * 1987-01-19 1988-07-28

Also Published As

Publication number Publication date
JPS55124846A (en) 1980-09-26

Similar Documents

Publication Publication Date Title
US4430706A (en) Branch prediction apparatus and method for a data processing system
US3983539A (en) Polymorphic programmable units employing plural levels of sub-instruction sets
US4870562A (en) Microcomputer capable of accessing internal memory at a desired variable access time
US4274138A (en) Stored program control system with switching between instruction word systems
US3983541A (en) Polymorphic programmable units employing plural levels of phased sub-instruction sets
KR0138468B1 (en) Microcomputer
JPS646488B2 (en)
KR970011207B1 (en) Method and apparatus for a register providing atomic access to set and clear individual bits of shared registers without software interlock
US4654779A (en) Multiprocessor system including firmware
JPH0346850B2 (en)
US4047245A (en) Indirect memory addressing
US4320454A (en) Apparatus and method for operand fetch control
EP0010196B1 (en) Control circuit and process for digital storage devices
US5247624A (en) Microprogram controller including leading microinstruction from a generator executed while succeeding microinstruction from memory is read out
JPS6218937B2 (en)
KR940002478B1 (en) Information processing apparatus
JPS6115453B2 (en)
US5524221A (en) Next instruction pointer calculation system for a microcomputer
JP2847863B2 (en) Microprocessor interrupt control method
JP2578669B2 (en) Interrupt control device
JPS60105043A (en) Information processing system
JPS6229813B2 (en)
JPS6218932B2 (en)
JPH0683986A (en) Single chip microcomputer
JPS60134940A (en) Register selecting system of information processing device