JPS6226485B2 - - Google Patents

Info

Publication number
JPS6226485B2
JPS6226485B2 JP12408980A JP12408980A JPS6226485B2 JP S6226485 B2 JPS6226485 B2 JP S6226485B2 JP 12408980 A JP12408980 A JP 12408980A JP 12408980 A JP12408980 A JP 12408980A JP S6226485 B2 JPS6226485 B2 JP S6226485B2
Authority
JP
Japan
Prior art keywords
microinstruction
flag
register
field
specifies
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
JP12408980A
Other languages
Japanese (ja)
Other versions
JPS5750050A (en
Inventor
Isamu Yamazaki
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.)
Toshiba Corp
Original Assignee
Tokyo Shibaura 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 Tokyo Shibaura Electric Co Ltd filed Critical Tokyo Shibaura Electric Co Ltd
Priority to JP12408980A priority Critical patent/JPS5750050A/en
Publication of JPS5750050A publication Critical patent/JPS5750050A/en
Publication of JPS6226485B2 publication Critical patent/JPS6226485B2/ja
Granted 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/22Microcontrol or microprogram arrangements
    • G06F9/26Address formation of the next micro-instruction ; Microprogram storage or retrieval arrangements
    • G06F9/262Arrangements for next microinstruction selection
    • G06F9/264Microinstruction selection based on results of processing

Description

【発明の詳細な説明】 本発明はマイクロプログラム制御式計算機の改
良に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to improvements in microprogram controlled computers.

マイクロプログラム制御式計算機においては、
ユーザプログラムを形成する個々のユーザ命令に
対応してマイクロプログラムからなる実行ルーチ
ンが設けられ、この実行ルーチンの実行によつて
ユーザ命令の機能が実現される。したがつて、実
行ルーチンのステツプ数を減少させることにより
処理速度の向上がはかれる。
In microprogram controlled calculators,
An execution routine consisting of a microprogram is provided corresponding to each user instruction forming a user program, and the function of the user instruction is realized by executing this execution routine. Therefore, processing speed can be improved by reducing the number of steps in the execution routine.

ところで、一般にユーザプログラムの判断分岐
のためにコンデイシヨンコード(CC)を記憶す
るレジスタ(CCR)が設けられる。コンデイシ
ヨンコードはユーザ命令による演算結果の状態を
示すものである。同様に実行ルーチン中のマイク
ロ命令の判断分岐のためにフラグ(FLG)を記
憶するレジスタ(FLGR)が設けられる。フラグ
はマイクロ命令の演算結果の状態を示すものであ
る。そして、コンデイシヨンコードの値を演算結
果によつて変化させるユーザ命令の実行ルーチン
は、この新しいCCの値をフラグレジスタ
(FLGR)の中に生成し、その最後のステツプで
FLGの値をコンデイシヨンコードレジスタ
(CCR)へ移していた。すなわち、コンデイシヨ
ンコードの変化を伴なうユーザ命令の実行ルーチ
ンにおいては、その最後のマイクロステツプとし
てFLGRの内容をCCRへ転送するマイクロ命令が
必要であつた。
Incidentally, a register (CCR) is generally provided to store a condition code (CC) for decision branching of a user program. The condition code indicates the state of the operation result based on the user's instruction. Similarly, a register (FLGR) is provided to store a flag (FLG) for decision branching of microinstructions in an execution routine. The flag indicates the state of the operation result of the microinstruction. Then, the user instruction execution routine that changes the condition code value according to the operation result generates this new CC value in the flag register (FLGR), and in its final step, executes the user instruction.
The value of FLG was moved to the condition code register (CCR). That is, in a user instruction execution routine that involves a change in condition code, a microinstruction for transferring the contents of the FLGR to the CCR is required as the final microstep.

本発明は、このような転送ステツプを省略する
ことによつて処理速度を向上させたマイクロプロ
グラム制御式計算機を提供することを目的とす
る。
An object of the present invention is to provide a microprogram-controlled computer that improves processing speed by omitting such a transfer step.

本発明は、各ユーザ命令に定義された機能を実
現する実行ルーチンの最後のマイクロ命令(従来
技術における実行ルーチンの最後から2番目のス
テツプのマイクロ命令に相当する)で、フラグの
値をコンデイシヨンコードレジスタに転送できる
ように構成したものである。一般に最後となるマ
イクロ命令は実行ルーチンによつて異なる。この
ため本発明においては、実行ルーチンを構成する
少なくとも一部のマイクロ命令として演算内容を
指定する第1のフイールド及び演算対象を指定す
る第2のフイールドに加えて拡張機能を指定する
第3のフイールドを有するものが用いられる。そ
してこの第3のフイールドに実行ルーチンの最後
のマイクロ命令であることを示す特定のコードが
付加されている場合に、そのマイクロ命令の本来
の機能に加えて上述した転送操作を行なう。
The present invention configures the value of the flag in the last microinstruction of the execution routine that implements the function defined in each user instruction (corresponding to the microinstruction of the penultimate step of the execution routine in the prior art). The code is configured so that it can be transferred to the code register. Generally, the last microinstruction differs depending on the execution routine. Therefore, in the present invention, in addition to a first field that specifies the operation content and a second field that specifies the operation target as at least some microinstructions constituting the execution routine, a third field that specifies the extended function is provided. The one with the following is used. If a specific code indicating that this is the last microinstruction of the execution routine is added to this third field, the above-described transfer operation is performed in addition to the original function of that microinstruction.

実行ルーチンの最後のマイクロ命令としては、
フラグ変化を伴なうものと伴なわないものとあ
り、フラグ変化を伴なわない場合には、既にフラ
グレジスタに収容されている値がコンデイシヨン
コードレジスタに転送される。実行ルーチンの最
後のマイクロ命令がフラグ変化を伴なう場合に
は、このマイクロ命令の実行により生成されたフ
ラグの値が直接コンデイシヨンコードレジスタに
セツトされる。
The final microinstruction of the execution routine is
There are cases in which the flag changes and cases in which it does not occur.If the flag does not change, the value already stored in the flag register is transferred to the condition code register. If the last microinstruction in the execution routine involves a flag change, the value of the flag generated by the execution of this microinstruction is directly set in the condition code register.

第1図に本発明の一実施例のブロツク図を示
す。図において、1はユーザプログラム等を収容
した主メモリ(MM)、2はMM1のアドレスを保
持するメモリアドレスレジスタ(MAR)、3は実
行すべきユーザ命令を保持する命令レジスタ
(IR)、4はユーザ命令のオペレーシヨコードを
解読して実行ルーチンの先頭アドレスを出力する
デコーダ(DE)、5はユーザ命令に対応するマイ
クロ命令群からなる実行ルーチンを収容した制御
メモリ(CROM)、6はCROM5のアドレスを保
持するアドレスレジスタ(RAR)、7は実行すべ
きマイクロ命令を保持するマイクロ命令レジスタ
(MIR)、8はマイクロ命令を解読して各種制御信
号を発生するデコーダ(DEC)、9は演算装置
(ALU)、10は演算すべきデータ等を保持する
レジスタ群(RF)、11はALU9の演算結果に
基づいてフラグ(FLG)を発生するフラグ発生
器(FG)、12はFG11が発生したFLGを保持
するフラグレジスタ(FLGR)、13は選択回路
(SEL)、14はユーザ命令の演算結果の状態を示
すコンデイシヨンコード(CC)を保持するコン
デイシヨンコードレジスタ(CCR)である。
FIG. 1 shows a block diagram of an embodiment of the present invention. In the figure, 1 is the main memory (MM) that stores user programs, etc., 2 is the memory address register (MAR) that holds the address of MM1, 3 is the instruction register (IR) that holds the user instructions to be executed, and 4 is the A decoder (DE) decodes the operation code of the user instruction and outputs the start address of the execution routine. 5 is a control memory (CROM) that stores the execution routine consisting of a group of microinstructions corresponding to the user instruction. 6 is the CROM 5. Address register (RAR) that holds addresses; 7 is microinstruction register (MIR) that holds microinstructions to be executed; 8 is decoder (DEC) that decodes microinstructions and generates various control signals; 9 is arithmetic unit (ALU), 10 is a register group (RF) that holds data to be calculated, 11 is a flag generator (FG) that generates a flag (FLG) based on the calculation result of ALU9, 12 is FLG generated by FG11 13 is a selection circuit (SEL), and 14 is a condition code register (CCR) that holds a condition code (CC) indicating the state of the operation result of the user instruction.

MM1内のユーザプログラムを構成する各ユー
ザ命令は、MAR2の指定に従つて順次読み出さ
れIR3にセツトされる。各ユーザ命令が指定す
する機能は、そのオペレーシヨンコードで区別す
ることができる。このオペレーシヨンコードは
DE4に供給される。DE4はIR3内のユーザ命令
に対応する実行ルーチンの先頭アドレスをRAR
6に出力する。これによつてCROM5に収容さ
れているIR3内のユーザ命令に対応する実行ル
ーチンの実行が開始される。まずCROM5から
は先頭アドレスに対応するマイクロ命令が取り出
されMIR7にセツトされる。MIR7内のマイクロ
命令はDEC8により解読され、ALU9、RF10
等によりこのマイクロ命令が指定する操作が行な
われる。この操作が終了するとCROM5からは
次のマイクロ命令が取り出されMIR7にセツトさ
れて実行される。以下同様にして実行ルーチンが
終了すると、IR3には次のユーザ命令がMM1か
ら取り出される。
Each user instruction constituting the user program in MM1 is sequentially read out according to the designation of MAR2 and set in IR3. The function specified by each user command can be distinguished by its operation code. This operation code is
Supplied to DE4. DE4 RARs the start address of the execution routine corresponding to the user instruction in IR3
Output to 6. As a result, execution of the execution routine corresponding to the user command in the IR 3 stored in the CROM 5 is started. First, the microinstruction corresponding to the start address is taken out from CROM5 and set in MIR7. Microinstructions in MIR7 are decoded by DEC8, ALU9, RF10
etc., the operation specified by this microinstruction is performed. When this operation is completed, the next microinstruction is taken out from the CROM 5, set in the MIR 7, and executed. Similarly, when the execution routine ends, the next user instruction is fetched from MM1 to IR3.

ところで、ユーザプログラムから例えば分岐命
令がIR3に取り出されると、CCR14内のコン
デイシヨンコード(CC)を調べ、その値が分岐
条件に合致するか否かにより分岐するか否かが決
定される。分岐条件に合致すれば、分岐命令が有
する分岐先アドレスをMAR2にセツトし、MM
1から分岐先のユーザ命令を取り出して処理を進
める。
By the way, when a branch instruction, for example, is taken out from the user program to the IR 3, the condition code (CC) in the CCR 14 is checked, and it is determined whether or not to branch depending on whether the value matches the branch condition. If the branch condition is met, the branch destination address of the branch instruction is set to MAR2, and MM
The branch destination user instruction is extracted from 1 and processing proceeds.

同様に実行ルーチン内でも例えばマイクロ分岐
命令がMIR7に取り出されると、図示しない機構
によりFLGR12内のフラグ(FLG)を調べ、そ
の値が分岐条件に合致するか否かにより分岐する
か否かが決定される。分岐条件に合致すれば、マ
イクロ分岐命令が有する分岐先アドレスをRAR
6にセツトし、CROM5から分岐先のマイクロ
命令を取り出して処理を進める。
Similarly, in the execution routine, for example, when a micro branch instruction is taken out by MIR7, a mechanism not shown in the figure checks the flag (FLG) in FLGR12, and it is determined whether or not to branch depending on whether the value matches the branch condition. be done. If the branch condition is met, RAR the branch destination address of the micro branch instruction.
6, fetch the branch destination microinstruction from CROM 5, and proceed with the process.

CROM5内の実行ルーチンを構成するマイク
ロ命令には種々のものがあるが、その代表的な
Register to Registerタイプのフオーマツトを第
2図aに示す。図において、マイクロ命令は20ビ
ツトからなり、6ビツトのOPフイールド、5ビ
ツトのDフイールド、5ビツトのSフイールド及
び4ビツトの拡張フイールドを有している。OP
フイールドはALU9が実行すべき演算内容を指
定している。演算内容としては論理演算、算術演
算、シフト等がある。Dフイールド及びSフイー
ルドは演算対象としてのRF10内のレジスタ等
を指定する。そしてこのようなマイクロ命令が
MIR7にセツトされると、そのOPフイールドは
DEC8により解読されてALU9その他を制御す
る信号が発生され、またD及びSフイールドは
RF9に供給されて夫々の指定するレジスタのデ
ータがALU9に供給された後、ALU9が指定さ
れた演算を実行する。この演算結果はRF9のD
フイールドで指定されたレジスタに収容される。
このとき演算内容によつてはFLG変化を伴なう
ものがある。マイクロ命令がFLG変化を伴なう
ものであるかはOPフイールドで指定される。OP
フイールドがDEC8で解読されてFLG変化を
指定していることを検出すると制御線15により
FG11がALU9の演算結果に応じて発生した
FLGをFLGR12にセツトするとともにSEL13
がFG11の出力を選択するように制御される。
マイクロ命令のOPフイールドがFLG変化を指定
していないことをDEC8が検出したときは
SEL13はFLGR12の出力を選択するように制
御される。
There are various types of microinstructions that make up the execution routine in CROM5, but the typical
The format of the Register to Register type is shown in Figure 2a. In the figure, the microinstruction consists of 20 bits, including a 6-bit OP field, a 5-bit D field, a 5-bit S field, and a 4-bit extension field. OP
The field specifies the content of the operation that the ALU 9 should perform. The operation contents include logical operations, arithmetic operations, shifts, etc. The D field and the S field designate a register in the RF 10 as an operation target. And a microinstruction like this
When set to MIR7, its OP field is
Signals that are decoded by DEC8 and control ALU9 and others are generated, and D and S fields are
After the data in the respective designated registers is supplied to the RF9 and is supplied to the ALU9, the ALU9 executes the designated operation. This calculation result is RF9's D
Stored in the register specified by the field.
At this time, depending on the content of the calculation, there may be a change in the FLG. Whether the microinstruction involves changing the FLG is specified by the OP field. OP
When the field is decoded by DEC81 and it is detected that it specifies an FLG change, the control line 15
FG11 occurred according to the calculation result of ALU9
Set FLG to FLGR12 and SEL13
is controlled to select the output of FG11.
When DEC81 detects that the OP field of the microinstruction does not specify an FLG change,
SEL13 is controlled to select the output of FLGR12.

次に、マイクロ命令のEフイールドは、このマ
イクロ命令の機能を修飾、拡張するもので、本発
明においてはこのEフイールドに特定のコード、
END又はENDCが存在することによつてそのマイ
クロ命令が実行ルーチンの最後のマイクロ命令で
あることを知らせている。MIR7のマイクロ命令
のEフイールドはDEC8によつてENDCである
ことが検出されると、制御線16によつてCCR
14にはSEL13が選択した値がセツトされる。
しかる後図示しない機構によりFLGR12の内容
はクリアされる。なお、EフイールドがENDで
あると図示しない機構によつてFLGR12の内容
がクリアされるが、CCR14にはFLGの転送を
行なわない。
Next, the E field of a microinstruction modifies and expands the function of this microinstruction, and in the present invention, this E field contains a specific code,
The presence of END or ENDC indicates that the microinstruction is the last microinstruction in the execution routine. When the E field of the microinstruction of MIR7 is detected to be ENDC by DEC82 , it is sent to CCR by control line 16.
14 is set to the value selected by SEL13.
Thereafter, the contents of FLGR 12 are cleared by a mechanism not shown. Note that when the E field is END, the contents of the FLGR 12 are cleared by a mechanism not shown, but the FLG is not transferred to the CCR 14.

第3図にFLG(CC)の一例を示す。このFLG
は4ビツトからなり、CはALU9の演算結果に
キヤリーがあれば、1、Vは演算結果にオーバー
フローがあれば1、Gは演算結果が正ならばI、
Lは演算結果が負ならば1となる。なおマイクロ
命令によつては別の意味で使用されることもあ
る。
Figure 3 shows an example of FLG (CC). This FLG
consists of 4 bits, C is 1 if there is a carry in the operation result of ALU9, V is 1 if there is an overflow in the operation result, G is I if the operation result is positive,
L becomes 1 if the operation result is negative. Note that depending on the microinstruction, it may be used with a different meaning.

このような構成においては、いくつかのユーザ
命令の実行ルーチンは1マイクロ命令でその処理
を終ることができる。例えば加算命令(ユーザ命
令)は第2図bに示す1マイクロ命令で実現され
る。加算命令がIR3にセツトされると上述した
ようにしてMIR7には第2図bに示すマイクロ命
令がセツトされる。このOPフイールドADDFは
FLG変化を伴なう加算を指定している。D及び
SフイールドのYD及びYSは演算のオペランドと
してIR3内の加算命令が指定する第1、第2オ
ペランドを指定している。したがつて、RF9か
ら対応するオペランドがALU9に供給される。
ALU9が加算を実行するとその演算結果が第1
オペランドで指定するレジスタに収容される。そ
の演算結果に応じてFG11がFLGを発生する。
このときDEC8はFLG変化を指定しているこ
とを検出し制御線15によりSEL13はFG11
が発生したFLGを選択する。一方、DEC8
EフイールドにENDCコードがあることを検出し
制御線16によりSEL13が選択したFG11の
出力をCCR14にセツトする。このようにENDC
の指定でCCが更新される。
In such a configuration, several user instruction execution routines can complete their processing with one microinstruction. For example, an addition instruction (user instruction) is realized by one microinstruction shown in FIG. 2b. When the add instruction is set in IR3, the microinstruction shown in FIG. 2b is set in MIR7 as described above. This OP field ADDF is
Addition with FLG change is specified. YD and YS of the D and S fields specify the first and second operands specified by the addition instruction in IR3 as operands of the operation. Therefore, the corresponding operand is supplied from RF9 to ALU9.
When ALU9 executes addition, the result of the operation is the first one.
Stored in the register specified by the operand. The FG11 generates FLG according to the calculation result.
At this time, DEC81 detects that FLG change is specified, and SEL13 changes to FG11 by control line 15.
Select the FLG where this occurred. On the other hand, the DEC 82 detects the presence of the ENDC code in the E field and sets the output of the FG 11 selected by the SEL 13 to the CCR 14 via the control line 16. Like this ENDC
CC is updated by specifying .

また第2図cに示すようにOPフイールドが
ADDであるとFLG変化を伴なわない加算を指定
する。この場合にはSEL13がFLG12の出力
を選択するので、ENDCの指定で既にFLGR12
にセツトされていたFLGがCCR14に転送され
る。これは実行ルーチンが2マイクロ命令以上か
らなる場合で、かつ新しいCCの値が実行ルーチ
ンの最後以外のマイクロ命令で作られてFLGR1
2に残されているときに用いられる。
Also, as shown in Figure 2c, the OP field is
ADD specifies addition without FLG change. In this case, SEL13 selects the output of FLG12, so by specifying ENDC, FLGR12 has already been selected.
The FLG that was set to is transferred to the CCR14. This occurs when the execution routine consists of two or more microinstructions, and the new CC value is created by a microinstruction other than the last one in the execution routine, and FLGR1
Used when left in 2.

実行ルーチンの最後でないマイクロ命令には
ENDCの指定ができない。このときは、そのマイ
クロ命令がFLG変化を指定している場合にのみ
FLGR12の値が更新される。更新されたFLGは
マイクロルーチンでの通常の目的に用いられる。
For microinstructions that are not the last in an execution routine,
ENDC cannot be specified. In this case, only if the microinstruction specifies an FLG change.
The value of FLGR12 is updated. The updated FLG is used for normal purposes in microroutines.

以上のように本発明によれば、実行ルーチンの
最後に必要なFLG→CCの転送ステツプを独立な
マイクロ命令で行なうことなく、その実行ルーチ
ンの最後の演算操作等を指定している任意のマイ
クロ命令の実行の際に実現できる。
As described above, according to the present invention, the FLG→CC transfer step required at the end of an execution routine is not performed by an independent microinstruction, and an arbitrary microinstruction that specifies the final arithmetic operation of the execution routine can be used. It can be realized when executing an instruction.

したがつて実行ルーチンのステツプ数を減ら
し、処理速度を向上することができる。またその
極限として、1ユーザ命令に当り1マイクロ命令
からなる実行ルーチンも可能である。
Therefore, the number of steps in the execution routine can be reduced and the processing speed can be improved. At its extreme, an execution routine consisting of one microinstruction per user instruction is also possible.

なお、演算内容を指定するフイールドで、
FLGを更新するか、CCを更新するかを区別する
ことも考えられるが、この場合よりもそのフイー
ルドに必要なコードの数従つて命令のビツト長が
短かくてすむ。
In addition, in the field that specifies the calculation content,
Although it is possible to distinguish between updating FLG and updating CC, the number of codes required for that field and the bit length of the instruction are shorter than in this case.

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

第1図は本発明の一実施例のブロツク図、第2
図a〜c及び第3図は本発明の一実施例を説明す
るための図である。 1……主メモリ(MM)、5……制御メモリ
(CROM)、7……マイクロ命令レジスタ
(MIR)、8,8,8……デコーダ(DEC)、
9……演算装置(ALU)、10……レジスタ群
(RF)、11……フラグ発生器(FG)、12……
フラグレジスタ(FLGR)、13……選択回路
(SEL)、14……コンデイシヨンコードレジスタ
(CCR)。
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG.
Figures a to c and Figure 3 are diagrams for explaining one embodiment of the present invention. 1...Main memory (MM), 5...Control memory (CROM), 7...Micro instruction register (MIR), 8, 8 1 , 8 2 ...Decoder (DEC),
9... Arithmetic unit (ALU), 10... Register group (RF), 11... Flag generator (FG), 12...
Flag register (FLGR), 13...Selection circuit (SEL), 14...Condition code register (CCR).

Claims (1)

【特許請求の範囲】[Claims] 1 少なくとも演算内容を指定する第1のフイー
ルド、演算対象を指定する第2のフイールド及び
拡張機能を指定する第3のフイールドとを有する
マイクロ命令をその一部として含んでいるマイク
ロ命令群を収容する記憶装置と、ユーザ命令に応
答してこの記憶装置から順次取り出された実行す
べきマイクロ命令を格納するマイクロ命令レジス
タと、このマイクロ命令レジスタの内容を解読す
るデコーダと、マイクロ命令の第1のフイールド
で指定された演算を行なう演算回路と、この演算
回路の演算結果によつてマイクロ命令の演算結果
の状態を示すフラグを発生するフラグ発生回路
と、このフラグを記憶するフラグレジスタと、前
記ユーザ命令の演算結果の状態を示すコンデイシ
ヨンコードを記憶するためのコンデイシヨンコー
ドレジスタと、前記フラグ発生回路の出力又は前
記フラグレジスタの内容とのいずれかを選択する
選択回路とを備え、前記デコーダによつて、実行
すべきマイクロ命令の第1のフイールドがフラグ
変化を指定していることを検出すると前記フラグ
発生器の出力を前記フラグレジスタにセツトし、
実行すべきマイクロ命令の第3のフイールドがコ
ンデイシヨンコードの変化を指定していることを
検出すると前記選択回路が選択した出力を前記コ
ンデイシヨンコードレジスタにセツトすることを
特徴とするマイクロプログラム制御式電子計算
機。
1 Accommodates a group of microinstructions that include as part of them microinstructions that have at least a first field that specifies the content of the operation, a second field that specifies the object of the operation, and a third field that specifies the extended function. a storage device, a microinstruction register for storing microinstructions to be executed sequentially retrieved from the storage device in response to user instructions, a decoder for decoding the contents of the microinstruction register, and a first field of the microinstruction. an arithmetic circuit that performs the arithmetic operation specified by the arithmetic operation circuit; a flag generation circuit that generates a flag indicating the status of the operation result of the microinstruction based on the arithmetic result of the arithmetic circuit; a flag register that stores this flag; and a flag register that stores the flag; and a selection circuit for selecting either the output of the flag generation circuit or the contents of the flag register; sets the output of the flag generator to the flag register when detecting that the first field of the microinstruction to be executed specifies a flag change;
A microprogram characterized in that upon detecting that a third field of a microinstruction to be executed specifies a change in condition code, the selection circuit sets the selected output in the condition code register. Controlled electronic computer.
JP12408980A 1980-09-09 1980-09-09 Microprogram control type electronic computer Granted JPS5750050A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12408980A JPS5750050A (en) 1980-09-09 1980-09-09 Microprogram control type electronic computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12408980A JPS5750050A (en) 1980-09-09 1980-09-09 Microprogram control type electronic computer

Publications (2)

Publication Number Publication Date
JPS5750050A JPS5750050A (en) 1982-03-24
JPS6226485B2 true JPS6226485B2 (en) 1987-06-09

Family

ID=14876648

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12408980A Granted JPS5750050A (en) 1980-09-09 1980-09-09 Microprogram control type electronic computer

Country Status (1)

Country Link
JP (1) JPS5750050A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4589065A (en) * 1983-06-30 1986-05-13 International Business Machines Corporation Mechanism for implementing one machine cycle executable trap instructions in a primitive instruction set computing system
JPS62157944A (en) * 1985-12-31 1987-07-13 Nec Corp Microprogram control device
JPH03144733A (en) * 1989-10-30 1991-06-20 Matsushita Electric Ind Co Ltd Microprogram control device

Also Published As

Publication number Publication date
JPS5750050A (en) 1982-03-24

Similar Documents

Publication Publication Date Title
JP3683230B2 (en) Data processing apparatus, instruction set switching method, data processing architecture, and data processing apparatus operating method
US4179731A (en) Microprogrammed control system
EP0286354B1 (en) A method and apparatus for modifying micro-instructions using a macro-instruction pipeline
JPH0812598B2 (en) Microprogram processor controller
JPS62197830A (en) Data processing system
US4388682A (en) Microprogrammable instruction translator
JPH04233640A (en) Microcontroller having pseudo-linear bank which switches memory expanding scheme
JPH0810428B2 (en) Data processing device
JPH0895804A (en) Central processor
JPS645330B2 (en)
US4764869A (en) Method and apparatus for controlling interruption in the course of instruction execution in a processor
US5247624A (en) Microprogram controller including leading microinstruction from a generator executed while succeeding microinstruction from memory is read out
EP0140299A2 (en) Vector mask control system
US5991870A (en) Processor for executing an instructions stream where instruction have both a compressed and an uncompressed register field
JPS6226485B2 (en)
EP0397414B1 (en) Control device having a function of modifying a microinstruction
JPH031231A (en) Microprogram controller
JPS6355636A (en) Data processing system
JPS6217773B2 (en)
JP2583506B2 (en) Data processing device
KR880000817B1 (en) Data processing apparatus and method
JPS58200349A (en) Microprogram controller
JP3060917B2 (en) Processor
GB2009470A (en) Microprogrammable control units of data processing systems
JP2743947B2 (en) Micro program control method