JPS6052447B2 - Microprogram order control method - Google Patents

Microprogram order control method

Info

Publication number
JPS6052447B2
JPS6052447B2 JP51081484A JP8148476A JPS6052447B2 JP S6052447 B2 JPS6052447 B2 JP S6052447B2 JP 51081484 A JP51081484 A JP 51081484A JP 8148476 A JP8148476 A JP 8148476A JP S6052447 B2 JPS6052447 B2 JP S6052447B2
Authority
JP
Japan
Prior art keywords
microinstruction
address
microprogram
control unit
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
JP51081484A
Other languages
Japanese (ja)
Other versions
JPS538035A (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.)
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 JP51081484A priority Critical patent/JPS6052447B2/en
Publication of JPS538035A publication Critical patent/JPS538035A/en
Publication of JPS6052447B2 publication Critical patent/JPS6052447B2/en
Expired legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 本発明はマイクロプログラム方式の電子計算機におい
て、専用のハードウェアを付加することなく、マイクロ
プログラムで多様なブランチを行なうことのできるマイ
クロプログラム順序制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a microprogram order control system that allows a microprogram to perform various branches in a microprogram electronic computer without adding dedicated hardware.

従来マイクロプログラム方式の電子計算機においては
、例えば第1図に示すようにマイクロ命令自身がブラン
チアドレスBRADRを与えてマイクロプログラム内で
ブランチするとき、マイクロ命令の特定のフィールドを
マイクロ命令レジスタMIRからマイクロプログラムの
アドレスを制御しているアドレス制御部ACへ直送する
In conventional microprogram electronic computers, when a microinstruction itself gives a branch address BRADR and branches within a microprogram as shown in FIG. 1, a specific field of the microinstruction is transferred from the microinstruction register MIR to the microprogram. The address is directly sent to the address control unit AC that controls the address.

ここでBRは、ブランチ制御信号を表わしている。そし
てプログラムカウンタPCを介し、マイクロプログラム
メモリMMに次に実行すべきマイクロ命令を指定する。
上記マイクロ命令の特定のフィールドを、マイクロ命令
レジスタMIRからアドレス制御部ACへ送るには、従
来次のような方式が行なわれて来た。 すなわち1つの
マイクロ命令は必らずその一部をブランチ専用フィール
ドとしてもち、1マイクロ命令実行毎に次に実行すべき
マイクロプログラムのアドレスを指定する方式。
Here, BR represents a branch control signal. Then, the next microinstruction to be executed is specified in the microprogram memory MM via the program counter PC.
Conventionally, the following method has been used to send a specific field of the microinstruction from the microinstruction register MIR to the address control unit AC. In other words, each microinstruction always has a part of it as a branch-only field, and each microinstruction specifies the address of the next microprogram to be executed.

またはマイクロプログラムは通常順次実行されるからマ
イクロプログラムの実行番地の指定をプログラムカウン
タPCで行い、1マイクロ命令実行毎に更新してゆき、
ブランチを行なうときのみマイクロ命令の特定のフィー
ルドをブランチアドレスとしてプランチ条件と共にアド
レス制御部ACへ与える方式である。しかしながらこの
ような方式においては、ブランチアドレスを直接アドレ
ス制御部ACへ送るのでアドレスの値が固定されてしま
い、プログラムの処理結果によつて飛び先アドレスを変
えることができない欠点を有する。
Alternatively, since microprograms are usually executed sequentially, the execution address of the microprogram is specified using a program counter PC, and updated every time one microinstruction is executed.
This is a system in which a specific field of a microinstruction is given as a branch address to the address control unit AC together with a branch condition only when a branch is executed. However, in such a system, since the branch address is directly sent to the address control unit AC, the value of the address is fixed, and there is a drawback that the destination address cannot be changed depending on the processing result of the program.

本発明はブランチアドレスをマイクロプログラムでデー
タの演算と全く同じように扱い、ブランチアドレスに演
算をほどこすことにより専用のハードウエアを付加する
ことなく、マイクロプログラムで多様なブランチを行な
うことのできる前記欠点のないプログラム順序制御方式
を提供することを目的とする。
The present invention handles branch addresses in microprograms in exactly the same way as data operations, and by performing operations on branch addresses, it is possible to perform various branches in microprograms without adding dedicated hardware. The purpose is to provide a program order control method that does not have any drawbacks.

以下本発明を図面を参照して説明する。The present invention will be explained below with reference to the drawings.

第2図は本発明の一実施例を示し、本発明においては、
マイクロ命令の特定のフイールドはデータバスBUSl
2に接続され、また演算部,ALUの出力はデータ出力
バスBUS2を介してアドレス制御部ACに接続される
。通常マイクロプログラムが順次実行されているときは
、プログラムカウンタPCの内容は更新されてゆき、プ
ログラムカウンタPCの値に従つてマイクロプログラム
メモリMMから読み出されたマイクロ命令はマイクロ命
令レジスタMIRに設定される。
FIG. 2 shows an embodiment of the present invention, in which:
The specific field of the microinstruction is transferred to the data bus BUSl.
2, and the output of the arithmetic unit, ALU, is connected to the address control unit AC via a data output bus BUS2. Normally, when microprograms are executed sequentially, the contents of the program counter PC are updated, and the microinstructions read from the microprogram memory MM according to the value of the program counter PC are set in the microinstruction register MIR. Ru.

このマイクロ命令レジスタMIRの出力は必要に応じて
デコードされ、その一部は演算部,AL,Uにも割当て
られる。マイクロ命令がブランチを指定すると、演算部
Al.Uの入力はデータ入力バスBUSl2を介してマ
イクロ命令レジスタMIRのブランチフイールドの値を
選択する。
The output of this microinstruction register MIR is decoded as necessary, and a portion of it is also allocated to the arithmetic units AL and U. When a microinstruction specifies a branch, the arithmetic unit Al. The input of U selects the value of the branch field of the microinstruction register MIR via the data input bus BUS12.

これにより演算部ALUは通常のデータ演算と同様にブ
ランチアドレスの値の演算を行なう。
As a result, the calculation unit ALU performs calculation of the branch address value in the same way as normal data calculation.

演算部ALUに入力された値はそのままデータ出力バス
BUS2を介してアドレス制御部ACに与えられ、マイ
クロ命令のブランチフイールドで指定したアドレスヘブ
ランチする。またデータ入力バスBUSllにレジスタ
等と接続すれば、データ入力バスBUSllとブランチ
アドレスが与えられているデータ入力バスBUSl2の
間で演算を行なうことが可能となる。
The value input to the arithmetic unit ALU is directly applied to the address control unit AC via the data output bus BUS2, and is branched to the address specified by the branch field of the microinstruction. Furthermore, if a register or the like is connected to the data input bus BUSll, it becomes possible to perform an operation between the data input bus BUSll and the data input bus BUSl2 to which a branch address is given.

データ入力バスBUSllに与えるデータ源と、演算部
ALUで行なう演算の指定は、マイク口命令レジスタM
IRに保持されているマイクロ命令により制御される。
例えば数ビツトからなる状態レジスタFLRの内容によ
り異なるアドレスヘブランチする場合は、状態レジスタ
FLRの内容をデータ入力バスBUSllへ与え、ブラ
ンチアドレスをデータ入力バスBUSl2へ与えて演算
部,Al.Uへ入力する。演算部ALUは2データの加
算を行ない、この結果をアドレス制御部ACへ送る。こ
れにより、1マイクロ命令で状態レジスタJFLRの内
容にしたがつて複数のアドレスの内1つのアドレスヘブ
ランチすることができる。 また割込み制御部1CUを
データ入力バスBUSllへ接続する。これにより割込
みが発生したとき、割込み処理マイクロプログラムの割
込み制御部1CUの割込みレベルをデータ入力バスBU
Sllを介して演算部ALUへ入力する。演算部ALU
は入力されたこの値とマイクロ命令のブランチフイール
ドの値とから加算等の演算を行ない、その結果をアドレ
ス制御部ACへ送り出し、割込み要因に従“つたマイク
ロプログラムの特定アドレスヘブランチを行なう。従来
マイクロプログラムでサブルーチンの機能を実現するに
は、特別な回路を付加しなければならなかつた。
The data source to be applied to the data input bus BUSll and the calculation to be performed in the calculation unit ALU are specified by the microphone command register M.
Controlled by microinstructions held in the IR.
For example, when branching to a different address depending on the contents of the status register FLR consisting of several bits, the contents of the status register FLR are given to the data input bus BUSll, the branch address is given to the data input bus BUS12, and the arithmetic section Al. Enter into U. The arithmetic unit ALU adds two pieces of data and sends the result to the address control unit AC. Thereby, it is possible to branch to one address among a plurality of addresses according to the contents of the status register JFLR with one microinstruction. Also, the interrupt control unit 1CU is connected to the data input bus BUSll. As a result, when an interrupt occurs, the interrupt level of the interrupt control unit 1CU of the interrupt processing microprogram is set to the data input bus BU.
The signal is input to the arithmetic unit ALU via the Sll. Arithmetic unit ALU
performs operations such as addition from this input value and the value of the branch field of the microinstruction, sends the result to the address control unit AC, and branches the microprogram to a specific address according to the interrupt factor. In order to implement subroutine functions using microprograms, special circuits had to be added.

しかしながら本発明においては、これを容易に実現でき
ると共に、戻り方を多様に行なうことができる。すなわ
ち第3図は本発明の他の実施例を示すもので、サブルー
チンを呼び出すときは次のように行なう。同図でRFは
、複数レジスタをその内部に有するレジスタフアイルを
、またN/10Rは戻リアドレスを表わしている。まず
サブルーチンよりの戻リアドレス、すなわちサブルーチ
ルを呼び出しているマイクロ命令の次のアドレスをアド
レス制御部ACからデータ入力バスBUSllへ送り出
し、これを演算部,AL.Uを介してレジスタフアイル
RFに保存するマイク口命令を実行する。このときステ
イタスも同時に保存するマイクロ命令にすると、データ
入力バスBUSllへ上記戻リアドレスの値と共に状態
レジスタFLRの値が送り出され、サブルーチンを呼び
出したときのステイタスと共にレジスタフアイルRFに
保存される。次いでサブルーチン呼び出し命令を実行す
る。これはマイクロ命令のブランチフイールドでつくら
れたブランチアドレスを、データ入力バスBUSl2と
演算部AL.Uを介してアドレス制御部ACへ送る。第
4図は、このときのデータフオーマツトを表わすもので
ある。またサブルーチンから戻るときは、戻リアドレス
が保存されているレジスタフアイルRFの内容を読出し
て演算部ALUで演算する。そしてデータ出力バスBU
S2を介してアドレス制御部ACへ送るマイクロ命令を
実行する。演算部,ALUでの演算を転送演算にしてお
くと、保存されていた戻リアドレスはそのまま送り出さ
れてサブルーチンを呼び出した次のマイクロ命令に戻る
が、加算等の演算をほどこせば戻リアドレスを自由に制
御できる。したがつてこの方法はサブルーチン処理結果
によつて戻りアドレスを変えたいときに有効である。こ
のときステイタスも復帰するマイクロ命令にしておくと
、データ出力バスBUS2を介して状態レジスタFLR
に元のステイタスが送られる。上記したサブルニチンの
呼び出しには2マイク口命令を必要としたが、次に、こ
れが1マイクロ命令で行なうことのできる本発明のその
他の実施例について説明する。
However, in the present invention, this can be easily realized and the return can be performed in various ways. That is, FIG. 3 shows another embodiment of the present invention, in which the subroutine is called as follows. In the figure, RF represents a register file having a plurality of registers therein, and N/10R represents a return address. First, the return address from the subroutine, that is, the next address of the microinstruction that calls the subroutine, is sent from the address control unit AC to the data input bus BUSll, and this is sent to the arithmetic unit, AL. Execute the microphone command to be stored in the register file RF via U. At this time, if the microinstruction is made to save the status at the same time, the value of the status register FLR is sent to the data input bus BUSll together with the value of the return address, and is saved in the register file RF together with the status when the subroutine is called. Next, a subroutine call instruction is executed. This transfers the branch address created by the branch field of the microinstruction to the data input bus BUS12 and the arithmetic unit AL. It is sent to the address control unit AC via U. FIG. 4 shows the data format at this time. Further, when returning from the subroutine, the contents of the register file RF in which the return address is stored are read out and calculated by the calculation unit ALU. and data output bus BU
A microinstruction sent to the address control unit AC via S2 is executed. If the operation in the arithmetic unit or ALU is a transfer operation, the stored return address will be sent out as is and will return to the next microinstruction that called the subroutine, but if an operation such as addition is performed, the return address will be changed. can be freely controlled. Therefore, this method is effective when it is desired to change the return address depending on the result of subroutine processing. At this time, if you make a microinstruction that also returns the status, the status register FLR will be sent via the data output bus BUS2.
The original status is sent to Although two microcommands are required to call the sublunitine described above, another embodiment of the present invention in which this can be performed with one microinstruction will be described next.

第5図において、まずマイクロ命令レジスタMlRのブ
ランチアドレスを、予め演算部ALUと内部データバス
BUS32を介して、レジスタフアイルRFの1つのレ
ジスタに記憶させておく。サブルーチンを呼び出すマイ
クロ命令を実行すると戻りアドレスをデータ入力バスB
USllへ送り出し、これを演算部ALUと内部データ
バスBUS32を介して上記レジスタフアイルRFのレ
ジスタに保存する。同時に予め記憶されているサブルー
チンのブランチアドレスを、内部データバスBUS3l
とマルチブレキサMPXを介してデータ出力バスBUS
2へ出力する。このデータは前記アドレス制御部ACへ
送られる。この場合は前記レジスタフアイルRFの1つ
のレジスタをサブルーチンのブランチアドレス記憶用に
確保しておかなければならない。次にこのレジスタがい
らない実施例について説明する。
In FIG. 5, first, the branch address of the microinstruction register MIR is stored in advance in one register of the register file RF via the arithmetic unit ALU and the internal data bus BUS32. When a microinstruction that calls a subroutine is executed, the return address is sent to data input bus B.
It is sent to USll and stored in the register of the register file RF via the arithmetic unit ALU and internal data bus BUS32. At the same time, the branch address of the subroutine stored in advance is transferred to the internal data bus BUS3l.
and the data output bus BUS via the multiplexer MPX.
Output to 2. This data is sent to the address control section AC. In this case, one register in the register file RF must be reserved for storing the branch address of the subroutine. Next, an embodiment that does not require this register will be described.

第6図においてサブルーチンを呼び出すマイクロ命令を
実行すると戻りアドレスを前記アドレス制御部ACから
データ入力バスBUSllへ送り出し、これをマルチブ
レキサMPXを介してレジスタフアイルRFに保存する
。同時にマイク口命令レジスタMIRのブランチフイー
ルドの値をデータ入力バスBUSl2と演算部ALUを
介してデータ入力バスBUSl2へ出力する。このデー
タは前記アドレス制御部ACへ送られる。この方法は前
記プログラムカウンタPCと、状態レジスタFLRの内
容を予めレジスタフアイルRFに保存しておく。そして
サブルーチンからの戻りのとき演算部AL.Dで戻リア
ドレス−適当な演算をほどこし、このデータをアドレス
制御部ACと状態レジスタFLRに送ることにより、戻
リアドレスを自由に変えることを可能にした点に特徴が
ある。このように本発明のマイクロプログラム順序制御
方式は、ブランチアドレスをデータと全く同等に演算部
ALUで演算し、このデータを保存する必要があるとき
はレジスタフアイルRFの任意のレジスタに記憶してお
く。そしてブランチを行なうときは、レジスタフアイル
RFに記憶されているデータあるいはマイクロ命令の特
定のフイールドでつくられたブランチアドレスを演算部
Al.Uで演算してからアドレス制御部ACおよび状態
レジスタHλへ送るものである。したがつて簡単な回路
構成でマイクロプログラムのブランチを多様に行なうこ
とができるので、効率の良いマイクロプログラムを組む
ことができ、プログラムの実行速度を向上させることが
できる。
In FIG. 6, when a microinstruction calling a subroutine is executed, a return address is sent from the address control unit AC to the data input bus BUSll, and is stored in the register file RF via the multiplexer MPX. At the same time, the value of the branch field of the microphone instruction register MIR is output to the data input bus BUS12 via the data input bus BUS12 and the arithmetic unit ALU. This data is sent to the address control section AC. In this method, the contents of the program counter PC and the status register FLR are stored in advance in a register file RF. When returning from the subroutine, the calculation unit AL. The return address in D is characterized in that the return address can be changed freely by performing appropriate calculations and sending this data to the address control section AC and the status register FLR. In this way, the microprogram order control method of the present invention calculates branch addresses in the calculation unit ALU in exactly the same way as data, and when it is necessary to save this data, stores it in an arbitrary register of the register file RF. . When performing a branch, the branch address created by the data stored in the register file RF or a specific field of the microinstruction is sent to the arithmetic unit Al. It is calculated by U and then sent to address control unit AC and status register Hλ. Therefore, microprograms can be branched in a variety of ways with a simple circuit configuration, making it possible to assemble efficient microprograms and improve program execution speed.

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

第1図は従来のマイクロプログラム制御方式の電子計算
機におけるプログラム順序制御部の構成を示すプロツク
図、第2図は本発明によるマイクロプログラム順序制御
部の構成の一実施例を示すプロツク図、第3図は本発明
の他の実施例を示すプロツク図、第4図は本発明のデー
タフオーマツトを示し、同図aは無条件分岐命令のフオ
ーマツト図、同図bは条件付分岐命令のフオーマツト図
、第5図および第6図は本発明のその他の実施例を示す
プロツク図である。 AC・・・・アドレス制御部、MM・・・・・・マイク
ロプログラムメモリ、MIR・・・・マイクロ命令レジ
スタ、ALU・・・・・・演算部、BR・・・・・・ブ
ランチ制御信号、BR,ADR・・・・・・ブランチア
ドレス、NADR゜゜戻リアドレス、PC・・・・・・
プログラムカウンタ、弓CU・・・・・・割込み制御部
、BUSll,BUSl2・・・データ入力バス、BU
S2・・・・・・データ出力バス、FLR・・・・・・
状態レジスタ、RF・・・・・ルジスタフアィル、MP
X・・・・・・マルチプレクサ、BUS3l,BUS3
2・・・・・内部データバス。
FIG. 1 is a block diagram showing the configuration of a program order control unit in a conventional microprogram control system electronic computer, FIG. 2 is a block diagram showing an embodiment of the configuration of the microprogram order control unit according to the present invention, and FIG. 4 is a block diagram showing another embodiment of the present invention, FIG. 4 is a data format of the present invention, FIG. 4A is a format diagram of an unconditional branch instruction, and FIG. , 5 and 6 are block diagrams showing other embodiments of the present invention. AC: Address control unit, MM: Micro program memory, MIR: Micro instruction register, ALU: Arithmetic unit, BR: Branch control signal, BR, ADR...Branch address, NADR゜゜return address, PC...
Program counter, bow CU...Interrupt control unit, BUSll, BUSl2...data input bus, BU
S2...Data output bus, FLR...
Status register, RF... Rujista file, MP
X...Multiplexer, BUS3l, BUS3
2...Internal data bus.

Claims (1)

【特許請求の範囲】 1 マイクロプログラム制御方式の電子計算機のマイク
ロプログラムの実行番地を指定するアドレス制御部と、
このアドレス制御部の出力信号によりマイクロ命令を読
出すマイクロプログラム記憶部と、上記読出されたマイ
クロ命令を保持するマイクロ命令レジスタとからなるマ
イクロプログラム順序制御部において、前記マイクロ命
令により所定の演算を行なう演算部と、この演算部の演
算結果によつて決まる状態レジスタと、複数のレジスタ
から成りデータを記憶するレジスタファイルと割込みを
制御する割込み制御部とを設けて成り、前記マイクロ命
令の一部ないしは前記レジスタファイルから読出した値
を前記演算部を介して前記アドレス制御部へ送り、ない
しは前記マイクロ命令の一部と前記状態レジスタの値な
いしは前記割込み制御部の値を前記演算部へ演算データ
として入力させ、加算ないしは論理和の演算をほどこし
た後その演算出力を前記アドレス制御部へ送る機能を前
記マイクロ命令により制御することを特徴としたマイク
ロプログラム順序制御方式。 2 前記アドレス制御部から読出した値を前記演算部を
介して前記レジスタフアイルへ送る機能を前記マイクロ
命令により制御する特許請求の範囲第1項記載のマイク
ロプログラム順序制御方式。
[Claims] 1. An address control unit that specifies an execution address of a microprogram of a microprogram control computer;
A predetermined operation is performed in accordance with the microinstruction in a microprogram order control unit consisting of a microprogram storage unit that reads the microinstruction based on the output signal of the address control unit, and a microinstruction register that holds the read out microinstruction. It is provided with an arithmetic unit, a status register determined by the arithmetic result of the arithmetic unit, a register file consisting of a plurality of registers and for storing data, and an interrupt control unit that controls interrupts, and includes a part of the microinstruction or A value read from the register file is sent to the address control unit via the calculation unit, or a part of the microinstruction and the value of the status register or the value of the interrupt control unit are input to the calculation unit as calculation data. A microprogram order control system characterized in that the microinstruction controls a function of performing an addition or a logical OR operation and then sending the output of the operation to the address control section. 2. The microprogram order control system according to claim 1, wherein a function of sending a value read from the address control section to the register file via the calculation section is controlled by the microinstruction.
JP51081484A 1976-07-10 1976-07-10 Microprogram order control method Expired JPS6052447B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP51081484A JPS6052447B2 (en) 1976-07-10 1976-07-10 Microprogram order control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP51081484A JPS6052447B2 (en) 1976-07-10 1976-07-10 Microprogram order control method

Publications (2)

Publication Number Publication Date
JPS538035A JPS538035A (en) 1978-01-25
JPS6052447B2 true JPS6052447B2 (en) 1985-11-19

Family

ID=13747666

Family Applications (1)

Application Number Title Priority Date Filing Date
JP51081484A Expired JPS6052447B2 (en) 1976-07-10 1976-07-10 Microprogram order control method

Country Status (1)

Country Link
JP (1) JPS6052447B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS49103548A (en) * 1973-02-05 1974-10-01
JPS5097248A (en) * 1973-12-26 1975-08-02

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS49103548A (en) * 1973-02-05 1974-10-01
JPS5097248A (en) * 1973-12-26 1975-08-02

Also Published As

Publication number Publication date
JPS538035A (en) 1978-01-25

Similar Documents

Publication Publication Date Title
US4050058A (en) Microprocessor with parallel operation
EP0087978B1 (en) Information processing unit
US3938098A (en) Input/output connection arrangement for microprogrammable computer
CA1176757A (en) Data processing system for parallel processings
US5077657A (en) Emulator Assist unit which forms addresses of user instruction operands in response to emulator assist unit commands from host processor
JPH02300983A (en) Fast arithmetic processing for central processing unit
JPS6311697B2 (en)
US4562538A (en) Microprocessor having decision pointer to process restore position
KR100288170B1 (en) Data processor with a compute unit that shares a set of register files
US4247893A (en) Memory interface device with processing capability
US6026486A (en) General purpose processor having a variable bitwidth
KR100194850B1 (en) Digital signal processing unit
JPH1165839A (en) Instruction control mechanism of processor
US4656581A (en) Vector mask control system
KR940002322B1 (en) Method of transferring register allocation
US6249858B1 (en) Information processing apparatus having a CPU and an auxiliary arithmetic unit for achieving high-speed operation
JPS6052447B2 (en) Microprogram order control method
US6275925B1 (en) Program execution method and program execution device
JP2826309B2 (en) Information processing device
JPS6217773B2 (en)
JPS6057435A (en) Microprocessor
JPH0831033B2 (en) Data processing device
JPS59218569A (en) Microcomputer
JPH0683618A (en) Flag control circuit
JP2504535B2 (en) Bus unit configuration method