JPS6015969B2 - Microinstruction address generation method - Google Patents

Microinstruction address generation method

Info

Publication number
JPS6015969B2
JPS6015969B2 JP11834875A JP11834875A JPS6015969B2 JP S6015969 B2 JPS6015969 B2 JP S6015969B2 JP 11834875 A JP11834875 A JP 11834875A JP 11834875 A JP11834875 A JP 11834875A JP S6015969 B2 JPS6015969 B2 JP S6015969B2
Authority
JP
Japan
Prior art keywords
instruction
address
instruction code
microinstruction
input
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
JP11834875A
Other languages
Japanese (ja)
Other versions
JPS5242339A (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 JP11834875A priority Critical patent/JPS6015969B2/en
Publication of JPS5242339A publication Critical patent/JPS5242339A/en
Publication of JPS6015969B2 publication Critical patent/JPS6015969B2/en
Expired legal-status Critical Current

Links

Description

【発明の詳細な説明】 本発明はマイクロプログラム制御方式に関し、特に命令
コード‘こ応じて実行マイクロルーチンにアドレスをジ
ャンプさせるためのマイクロ命令アドレス生成方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a microprogram control system, and more particularly to a microinstruction address generation system for causing an executing microroutine to jump to an address in response to an instruction code.

従来、命令コードに応じて該命令の実行マイクロルーチ
ンにジャンプさせる為のマイクロ命令先頭アドレス生成
方式には、命令コードをほとんどそのまま使用してその
上位アドレスビットに所定の固定パターンを付す方式、
あるいは命令コードを種々の手段により圧縮してアドレ
ス空間を狭くして同機に上位アドレスビットに所定の固
定パターンを付す方式が使用されていた。
Conventionally, methods for generating the start address of a microinstruction to jump to the execution microroutine of the instruction according to the instruction code include a method of using the instruction code almost as is and adding a predetermined fixed pattern to its upper address bits;
Alternatively, a method was used in which the instruction code was compressed by various means to narrow the address space and a predetermined fixed pattern was attached to the upper address bits of the same machine.

いずれの方式も、マイクロ命令先頭アドレスは該命令コ
ードから独特な方法で決定される。
In either method, the microinstruction start address is determined from the instruction code using a unique method.

命令コードを圧縮する方式においては、いよいよ複数の
異なる命令コードから同一のマイクロ命令先頭アドレス
が生成されるが、これらは互に共通な処理ステップを実
行した後、各々に固有な処理ステップを実行するマイク
ロ命令に分岐する。この場合においても、1つの命令コ
ードに着目すれば、その命令コードからマイクロ命令先
頭アドレスは独特な方法で決定されている。一方、演算
結果の正負等を表示するコンディション・コードの内容
に応じてアドレスをジャンプするかあるいは次命令に進
むかが決まるジャンプオンコンデイションコード(JC
)命令のような条件付命令の実行処理における先行制御
は困難である。
In the method of compressing instruction codes, the same microinstruction start address is finally generated from multiple different instruction codes, but after executing common processing steps, they each execute their own processing steps. Branch to microinstruction. Even in this case, if we focus on one instruction code, the microinstruction start address is determined from that instruction code using a unique method. On the other hand, a jump-on condition code (JC
) It is difficult to perform advance control in the execution process of conditional instructions such as instructions.

マイクロプログラム制御装置においては、例えばJC命
令の実行処理マイクロプログラムは第5図に示すように
命令フェッチ後に該命令をデコードし命令コード‘こ応
じた実行マイクロルーチンの先頭アドレスを生成する。
ここで命令コードはJCとしたのでJC処理マイクロル
ーチンの先頭にジャンプするとその第1の処理ステップ
としてコンディションコードのテストを実行し、その結
果により次のサイクルでジャンプ処理あるいは次命令へ
進む為の処理を実行するのが普通である。しかるに、J
Cのような命令の使用瀕度は比較的高率であり、例えば
電子交換処理プログラムでは約15%を占め、処理能力
の点から処理ステップを短縮することが望ましい。従っ
て本発明の目的は条件付ジャンプ命令を高速に実行でき
るマイクロプログラム制御処理袋鷹を提供するにある。
In a microprogram control device, for example, a JC instruction execution processing microprogram decodes the instruction after fetching the instruction and generates the start address of the execution microroutine according to the instruction code, as shown in FIG.
Here, the instruction code is JC, so when we jump to the beginning of the JC processing microroutine, a condition code test is executed as the first processing step, and depending on the result, we perform jump processing or processing to proceed to the next instruction in the next cycle. It is common to perform However, J.
Instructions such as C are used at a relatively high rate, for example in electronic exchange processing programs, accounting for approximately 15% of the usage, and it is desirable to shorten the processing steps from the viewpoint of processing power. SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a microprogram-controlled processing system capable of executing conditional jump instructions at high speed.

本発明の他の目的は所定の命令コードにおいては、該命
令実行マイクロルーチンの先頭アドレスの生成に該命令
コードと所定外部状態を使用し、一つの命令コードから
複数の命令実行マイクロルーチン先頭アドレスを生成す
る新しい概念のマイクロ命令アドレス生成方式を提供す
るにある。
Another object of the present invention is to use a predetermined instruction code and a predetermined external state to generate the start address of a plurality of instruction execution microroutines from one instruction code. The purpose of the present invention is to provide a new concept microinstruction address generation method.

更に本発明の他の目的は、マイクロプログラム制御と布
線論理制御との最適な機能分担を追求するにある。次に
本発明の一実施例について図面を参照して説明する。
Still another object of the present invention is to pursue optimal division of functions between microprogram control and wiring logic control. Next, an embodiment of the present invention will be described with reference to the drawings.

第1図は一般的なマイクロプログラム制御袋直のブロッ
ク図である。
FIG. 1 is a block diagram of a typical microprogram controlled bag.

1は主記糠ユニットであり、その議出しデ−夕は命令レ
ジスタ2又はバッファレジスタ3に格納される。
1 is a main memory unit, and its issue data is stored in an instruction register 2 or a buffer register 3.

命令レジスタ2及びバッファレジスタ3はオペランドバ
ス11あるいはオペランドバス12にデータの議出しが
可能で、またリザルトバス13から演算結果の書込みも
可能である。汎用レジスタ群4及びフリツプフロップグ
ループ5はオペランドバス12に接続されており、リザ
ルトバス13から書込みが可能である。演算論理ユニッ
ト6はオペランドバス11とオペランドバス12を入力
とし、結果をリザルトバス13に出力する。制御部に関
しては、制御記憶部7からの議出しデータ則ちマイクロ
命令はマイクロ命令レジスタ8にセットされマイクロ命
令フィールドデコーダ9に供聯合され、各種の制御信号
が発出される。
The instruction register 2 and buffer register 3 can send data to the operand bus 11 or 12, and can also write operation results from the result bus 13. General-purpose register group 4 and flip-flop group 5 are connected to operand bus 12 and can be written to from result bus 13. The arithmetic logic unit 6 receives the operand bus 11 and the operand bus 12 as inputs, and outputs the result to the result bus 13. Regarding the control section, the input data, ie, micro-instructions, from the control storage section 7 are set in the micro-instruction register 8, coupled to the micro-instruction field decoder 9, and various control signals are issued.

マイクロ命令レジスタの一部はネクストマイクロ命令ア
ドレスデータとしてマイクロ命令アドレス生成部20の
1つの入力となる。マイクロ命令アドレス生成部2川こ
は、割込アドレスデータ16・コンソール設定データ1
7及び命令コードデータ15もアドレスデータとして入
力されている。マイクロ命令アドレス生成部20は第2
図に示すように上記4つのアドレスデータのうちから1
つを選択するマルチプレクサ21とそのマルチプレクサ
の出力を入力とする制御記憶アドレスレジスタ22から
構成されている。マルチブレクサ21はセレクト制御端
子B,Aの状態に依り入力端子1,2及び3に接続され
るいずれかの入力が選択され出力となる。第3図にマル
チプレクサ21の機能表を示す。セレクト制御端子B,
Aはマイク。命令アドレス生成制御回路30に依り制御
される。マイクロ命令アドレス制御回燐30への第1の
入力制御線34はOR回路31及び32の一方の入力と
なっており、該制御線34が‘11に付勢されると、そ
れぞれセレクト制御端子B,Aに接続されているOR回
路31,32の出力線37,38も‘1’に付勢され、
マルチブレクサ21は入力端子3に接続されているアド
レスデータ17を選択する。
A part of the microinstruction register becomes one input of the microinstruction address generation section 20 as next microinstruction address data. Microinstruction address generation section 2 This includes interrupt address data 16 and console setting data 1.
7 and instruction code data 15 are also input as address data. The microinstruction address generation unit 20
As shown in the figure, one of the above four address data
It consists of a multiplexer 21 for selecting one of the multiplexers and a control storage address register 22 that receives the output of the multiplexer as input. In the multiplexer 21, one of the inputs connected to the input terminals 1, 2, and 3 is selected and becomes an output depending on the states of the select control terminals B and A. FIG. 3 shows a functional table of the multiplexer 21. Select control terminal B,
A is for microphone. It is controlled by the instruction address generation control circuit 30. The first input control line 34 to the microinstruction address control circuit 30 serves as one input to the OR circuits 31 and 32, and when the control line 34 is energized to '11', the respective select control terminals B , A, the output lines 37 and 38 of the OR circuits 31 and 32 are also energized to '1',
The multiplexer 21 selects the address data 17 connected to the input terminal 3.

アドレスデータ17はコンソ−ル操作盤から設定される
ものである。マイクロ命令アドレス制御回路30への第
2の入力制御線35はOR回路31の他の一方の入力及
びAND回路33の一方の入力に反転されて入力されて
いる。AND回路33の出力はOR回路32の他の一方
の入力となっている。従って入力制御線34が‘0’の
時制織線35が‘11に付勢されると出力線37のみが
‘11に付勢され、マルチプレクサ21はアドレスデー
タ16を選択する。該アドレスデ−夕16はマイクロプ
ログラム割込処理ルーチンの先頭アドレスに設定されて
いる。次にマイクロ命令アドレス制御回路30の第3の
入力制御線36はAND回路33の他の一方の入力に接
続されており、入力制御線34及び35が‘0’の時、
36が11●に付勢されると出力線38のみが‘1’に
付勢され、マルチプレクサ21はアドレス変換回路40
の出力データ15を選択する。制御回路30への3本の
入力制御線34,35,36がいずれも‘0’のときは
出力線37,38もともに‘0’であり、マルチプレク
サは、マイクロ命令レジスタの一部で設定するネクスト
マイクロ命令アドレスデータ14を選択する。入力制御
線36は、通常第5図及び第6図に示される73サイク
ル、即ち命令コードに応じた命令実行マイクロルーチン
先頭アドレスを制御記憶アドレスとすることを指示制御
する為に発出されるものである。
Address data 17 is set from the console operation panel. The second input control line 35 to the microinstruction address control circuit 30 is inverted and input to the other input of the OR circuit 31 and one input of the AND circuit 33. The output of the AND circuit 33 serves as the other input of the OR circuit 32. Therefore, when the input control line 34 is set to '0' and the tense line 35 is activated to '11', only the output line 37 is activated to '11', and the multiplexer 21 selects the address data 16. The address data 16 is set as the start address of the microprogram interrupt processing routine. Next, the third input control line 36 of the microinstruction address control circuit 30 is connected to the other input of the AND circuit 33, and when the input control lines 34 and 35 are '0',
36 is activated to 11●, only the output line 38 is activated to '1', and the multiplexer 21 is activated to the address conversion circuit 40.
Select the output data 15 of . When the three input control lines 34, 35, and 36 to the control circuit 30 are all '0', the output lines 37 and 38 are also '0', and the multiplexer is set by a part of the microinstruction register. Select next microinstruction address data 14. The input control line 36 is normally issued for 73 cycles shown in FIGS. 5 and 6, that is, for instructing and controlling that the start address of the instruction execution microroutine according to the instruction code is set as the control storage address. be.

該〜 サイクルにおいて、命令実行マイクロルーチン先
頭アドレスは命令コードをアドレス変換回路40‘こよ
り変換して生成される、本発明は主にこのアドレス変換
方式に関するものである。第4図は第2図におけるアド
レス変換回路40の詳細な回路図である。
In the ~ cycle, the instruction execution microroutine start address is generated by converting the instruction code by the address conversion circuit 40'.The present invention mainly relates to this address conversion method. FIG. 4 is a detailed circuit diagram of the address translation circuit 40 in FIG. 2.

第4図ではアドレスの下位4ビットについて変換を行う
。マイクロ命令アドレス生成部20は11のアドレスビ
ット劇ち上位から#A,#99#8,#7,#6,#5
.#4,#3,#2,#1.#0を入力とする。アドレ
ス変換回路40では、アドレスビット#A,#9,#8
へは固定パターン‘001’を、アドレスビット#7,
#6,#5,#4へは命令レジスタの命令コードの一部
ビット位置#F,#E,#D,#Cを供給する、又アド
レスビット#3,#2,#1,#0へは命令コードを変
換し、それぞれAND回路45,46,AND−OR回
路47,48の出力を供給する。以上の11のアドレス
ビットはアドレスデータ15としてマルチプレクサ21
に供給される。AND回路45,46の一方の入力及び
AND−OR回路47,48のAND回路の一方の入力
へはそれぞれ命令レジスタ2のビット位置#B,#A,
#9,#8を供給する。AND回路45,46の他方の
入力は、命令コードを6ビットあるいは8ビット使用す
る命令コードが検出された時‘1’に付勢されるゲート
信号としてOR回路42の出力が供給される。AND−
OR回路47,48の他方の入力は命令コードを8ビッ
ト使用する命令コードが検出された時11’に付勢され
るゲ−ト信号としてOR回路43の出力が供給される。
AND−OR回略47,48のもう一方のAND回路に
は、演算結果によりその内容が変わるような外部状態真
51,52がそれぞれ接続され、該AND回路の他方の
入力には外部状態51,52の状態を知った上でないと
次の処理に進めないような命令例えばジャンプオンゴン
デイション命令(JC)の命令コードを検出した時‘1
1に付勢されるOR回路44の出力がゲート信号として
供給される。OR回路42,43,44の入力は命令コ
ードデコーダ4iの相当する出力が接続されている。以
上の構成を採用することにより、JC命令が高速化され
るのを示す。
In FIG. 4, the lower 4 bits of the address are converted. The microinstruction address generation unit 20 generates 11 address bits from the high order: #A, #99, #8, #7, #6, #5.
.. #4, #3, #2, #1. #0 is input. In the address conversion circuit 40, address bits #A, #9, #8
Fixed pattern '001' to address bit #7,
Partial bit positions #F, #E, #D, #C of the instruction code of the instruction register are supplied to #6, #5, and #4, and to address bits #3, #2, #1, and #0. converts the instruction code and supplies the outputs of AND circuits 45, 46 and AND-OR circuits 47, 48, respectively. The above 11 address bits are sent to the multiplexer 21 as address data 15.
is supplied to One input of the AND circuits 45 and 46 and one input of the AND circuits of the AND-OR circuits 47 and 48 are supplied with bit positions #B, #A, and #B of the instruction register 2, respectively.
Supply #9 and #8. The output of the OR circuit 42 is supplied to the other inputs of the AND circuits 45 and 46 as a gate signal that is activated to ``1'' when an instruction code using 6 bits or 8 bits is detected. AND-
The output of the OR circuit 43 is supplied to the other inputs of the OR circuits 47 and 48 as a gate signal 11' which is activated when an instruction code using 8 bits is detected.
The other AND circuits of the AND-OR circuits 47 and 48 are connected to external state truths 51 and 52, the contents of which change depending on the calculation result, respectively, and the external states 51 and 52 are connected to the other input of the AND circuit. When an instruction code such as a jump-on instruction (JC) is detected that requires knowing the state of 52 before proceeding to the next process.'1
The output of the OR circuit 44, which is biased to 1, is supplied as a gate signal. The inputs of the OR circuits 42, 43, and 44 are connected to the corresponding outputs of the instruction code decoder 4i. It will be shown that by employing the above configuration, the speed of the JC instruction is increased.

第5図は従来方式、第6図は本発明の方式によるJC命
令の実行マイクロフローとその所要ステップ数をそれぞ
れ示している。第5図においては命令フェッチにてマシ
ンサイクルT,及びT2を要し、73サイクルではフェ
ツチされた命令の命令コードをデコードし、JC命令の
実行マイクロルーチンの先頭アドレスを生成する。74
サイクルはJC命令の実行ルーチン第1処理ステップで
あり、コンディション・コードのON/OFFをテスト
し、その状態に依り分岐する。
FIG. 5 shows a conventional method, and FIG. 6 shows a JC instruction execution microflow and its required number of steps according to the method of the present invention. In FIG. 5, an instruction fetch requires machine cycles T and T2, and in the 73rd cycle, the instruction code of the fetched instruction is decoded to generate the start address of the execution microroutine of the JC instruction. 74
The cycle is the first processing step of the JC instruction execution routine, in which ON/OFF of the condition code is tested and branches depending on the state.

75サイクルはコンディション・コードがONのときジ
ャンプ条件が成立したのでジャンプ先命令アドレスを命
令シーケンスカウンタに設定し命令フェツチ動作を行な
う。
In the 75th cycle, the jump condition is satisfied when the condition code is ON, so the jump destination instruction address is set in the instruction sequence counter and an instruction fetch operation is performed.

又コンディションコードがOFFのときジャンプ条件が
不成立であり、命令シーケンスカウンタの内容をインク
リメントし次命令フヱッチ動作を行う。第6図において
は、ヶ3サイクルで命令コードしJC命令を検出すると
、第4図におけるOR回路44を‘1’に付勢し、外部
状態51は‘0’又は‘1’に固定し、外部状態52に
コンディションコードのONあるいはOFF状態を接続
してJC命令の実行マイクロルーチンの先頭アドレスの
生成を行う。
Further, when the condition code is OFF, the jump condition is not satisfied, the contents of the instruction sequence counter are incremented, and the next instruction fetch operation is performed. In FIG. 6, when the instruction code is detected in three cycles, the OR circuit 44 in FIG. 4 is energized to '1', the external state 51 is fixed to '0' or '1', The ON or OFF state of the condition code is connected to the external state 52 to generate the start address of the JC instruction execution microroutine.

従ってT4サイクルでのJC命令の実行ルーチン第1処
理ステップはコンディション・コードのON/OFFに
応じて2つ存在し、T4 サイクルではただちにジャン
プ先命令アドレス又はインクリメント値をそれぞれ命令
シーケンスカウンタに設定し、命令フェッチ動作を実行
する。第5図と第6図を比較すると第5図の↑4 サイ
クルに相当する処理を第6図では73 サイクルで実行
できるので命令実行時間が短縮されている。本発明は以
上説明したように、マイクロプログラム制御装置におい
て、命令コードから該命令の実行マイクロルーチン先頭
アドレスを生成するマシンサイクルに、所定の命令コー
ドを検出した時には該命令コードばかりでなく必要とす
る外部状態を使用して該命令の実行マイクロルーチン先
頭アドレスを生成することにより、少ないゲート数の追
加で比較的大きな処理スピードの向上が得られる。
Therefore, there are two first processing steps in the JC instruction execution routine in the T4 cycle, depending on whether the condition code is ON or OFF, and in the T4 cycle, the jump destination instruction address or increment value is immediately set in the instruction sequence counter, respectively. Perform an instruction fetch operation. Comparing FIG. 5 and FIG. 6, the processing corresponding to ↑4 cycles in FIG. 5 can be executed in 73 cycles in FIG. 6, so the instruction execution time is shortened. As explained above, in a microprogram control device, when a predetermined instruction code is detected in a machine cycle that generates the execution microroutine start address of the instruction from the instruction code, the present invention not only generates the instruction code but also the necessary instruction code. By generating the start address of the execution microroutine for the instruction using the external state, a relatively large improvement in processing speed can be obtained with the addition of a small number of gates.

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

第1図は一般的マイクロプログラム制御装置のブロック
図、第2図はマイクロ命令アドレス生成部周辺ブロック
図、第3図はマルチプレクサの機能図、第4図は本発明
におけるアドレス変換回路図、第5図は従来方式による
JC命令の実行マイクロフロ−図、第6図は本発明によ
るJC命令の実行マイクロフロー図である。 20・・・・・・マイクロ命令アドレス生成部、30・
・・・・・マイクロ命令アドレス制御回路、40・・・
・・・アドレス変換回路。 第1図 第2図 第3図 第4図 第5図 第6図
Fig. 1 is a block diagram of a general microprogram control device, Fig. 2 is a peripheral block diagram of a microinstruction address generation section, Fig. 3 is a functional diagram of a multiplexer, Fig. 4 is an address conversion circuit diagram in the present invention, and Fig. 5 is a block diagram of a general microprogram control device. 6 is a microflow diagram for executing a JC instruction according to the conventional method, and FIG. 6 is a microflow diagram for executing a JC instruction according to the present invention. 20... Microinstruction address generation section, 30.
...Microinstruction address control circuit, 40...
...Address conversion circuit. Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6

Claims (1)

【特許請求の範囲】[Claims] 1 命令コードから該命令の実行マイクロルーチンの先
頭アドレスを生成するマイクロ命令アドレス生成方式に
おいて、所定の命令コードを検出する回路を有し、該命
令コードから先頭アドレスを生成するマシンサイクルに
、上記所定命令コードの検出回路が所定命令コードを検
出した際、命令コードと上記マシンサイクル時点の所定
の外部情報とより命令の実行マイクロルーチンの先頭ア
ドレスを生成することを特徴とするマイクロ命令アドレ
ス生成方式。
1. In a microinstruction address generation method that generates a start address of a microroutine for executing an instruction from an instruction code, a circuit that detects a predetermined instruction code is provided, and the above-mentioned predetermined address is generated in a machine cycle that generates the start address from the instruction code. A microinstruction address generation method characterized in that when an instruction code detection circuit detects a predetermined instruction code, a start address of an instruction execution microroutine is generated from the instruction code and predetermined external information at the time of the machine cycle.
JP11834875A 1975-09-30 1975-09-30 Microinstruction address generation method Expired JPS6015969B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11834875A JPS6015969B2 (en) 1975-09-30 1975-09-30 Microinstruction address generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11834875A JPS6015969B2 (en) 1975-09-30 1975-09-30 Microinstruction address generation method

Publications (2)

Publication Number Publication Date
JPS5242339A JPS5242339A (en) 1977-04-01
JPS6015969B2 true JPS6015969B2 (en) 1985-04-23

Family

ID=14734460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11834875A Expired JPS6015969B2 (en) 1975-09-30 1975-09-30 Microinstruction address generation method

Country Status (1)

Country Link
JP (1) JPS6015969B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57159348A (en) * 1981-03-27 1982-10-01 Fujitsu Ltd Microprogram control system
JPS5878236A (en) * 1981-11-04 1983-05-11 Mitsubishi Electric Corp Controller for microcomputer

Also Published As

Publication number Publication date
JPS5242339A (en) 1977-04-01

Similar Documents

Publication Publication Date Title
US4631663A (en) Macroinstruction execution in a microprogram-controlled processor
US6611909B1 (en) Method and apparatus for dynamically translating program instructions to microcode instructions
JPS6361691B2 (en)
US5497459A (en) System for testing instruction queue circuit and central processing unit having the system
JP3237858B2 (en) Arithmetic unit
JP2882426B2 (en) Address generator
US5253349A (en) Decreasing processing time for type 1 dyadic instructions
US4967339A (en) Operation control apparatus for a processor having a plurality of arithmetic devices
KR940011040B1 (en) Microcomputer
JPS6015969B2 (en) Microinstruction address generation method
JPS5833965B2 (en) Computer diagnostic method and device
JPH1091430A (en) Instruction decoding device
JP2583506B2 (en) Data processing device
JPH05298088A (en) Microcomputer
JP2581080B2 (en) Microprocessor for debugging
JPH05143447A (en) Digital processor and control method for the processor
KR950006585B1 (en) Micro program control apparatus and control method thereof
KR0167307B1 (en) Program branch control circuit
JPH04251331A (en) Information processor
JP2583614B2 (en) Vector arithmetic unit
JPS63129430A (en) Microprogram controller
JPS5850046A (en) Information processing device
JPS59106048A (en) Microprocessor system
JPS5927351A (en) Data processing device
JPH01253032A (en) Microprogram control type processor