JPS6113258B2 - - Google Patents

Info

Publication number
JPS6113258B2
JPS6113258B2 JP7376178A JP7376178A JPS6113258B2 JP S6113258 B2 JPS6113258 B2 JP S6113258B2 JP 7376178 A JP7376178 A JP 7376178A JP 7376178 A JP7376178 A JP 7376178A JP S6113258 B2 JPS6113258 B2 JP S6113258B2
Authority
JP
Japan
Prior art keywords
address
register
subroutine
microinstruction
branch
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
JP7376178A
Other languages
Japanese (ja)
Other versions
JPS55934A (en
Inventor
Hiroshi Matsumoto
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 JP7376178A priority Critical patent/JPS55934A/en
Publication of JPS55934A publication Critical patent/JPS55934A/en
Publication of JPS6113258B2 publication Critical patent/JPS6113258B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 本発明はマイクロプログラム制御による情報処
理装置に関し、特に、サブルーチン機能を備えた
マイクロプログラム制御装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an information processing device controlled by a microprogram, and more particularly to a microprogram control device equipped with a subroutine function.

一般に、この種の情報処理装置はメインルーチ
ンのほかに、マイクロプログラムのステツプ数を
少くするために、よく使われるルーチンをサブル
ーチンとして備えていることが多い。サブルーチ
ンを使用する場合、メインルーチンから分岐用マ
イクロ命令によつてサブルーチンに分岐すると共
に、サブルーチン処理後の実行すべきアドレスを
サブルーチンからの戻り番地として、退避させて
おく必要がある。
Generally, in addition to a main routine, this type of information processing device often includes frequently used routines as subroutines in order to reduce the number of steps in a microprogram. When using a subroutine, it is necessary to branch from the main routine to the subroutine using a branch microinstruction, and to save the address to be executed after subroutine processing as the return address from the subroutine.

従来、サブルーチンからの戻り番地として、前
述した分岐用マイクロ命令の次の番地(分岐用マ
イクロ命令の番地+1)をアドレス退避用レジス
タに退避させる方法が採用されている。この方法
では、サブルーチンの処理が終了すると、リター
ン用マイクロ命令を用いて、アドレス退避用レジ
スタに保持されている戻り番地に分岐し、これに
よつて、処理をメインルーチンに移すことができ
る。
Conventionally, a method has been adopted in which the address following the aforementioned branch microinstruction (branch microinstruction address +1) is saved in an address saving register as the return address from the subroutine. In this method, when the subroutine processing is completed, a return microinstruction is used to branch to the return address held in the address save register, thereby allowing the processing to proceed to the main routine.

一方、サブルーチンの処理は何度も繰返して行
なわれることが多い。同じサブルーチンを繰返し
処理する場合、戻り番地として分岐用マイクロ命
令の次の番地を保持する従来の方法では、直接、
サブルーチンに分岐することができない。このた
め、戻り番地に、繰返し回数のテストを行なうマ
イクロ命令を設け、このマイクロ命令の実行結果
にしたがつて、改めてサブルーチンへの分岐用マ
イクロ命令の番地に分岐させ、再びサブルーチン
へ分岐させている。したがつて、繰返し1回当り
に必要なステツプ数が増加し、繰返し回数が大き
くなればなるほど、処理時間に対する影響が大き
くなるという欠点がある。
On the other hand, subroutine processing is often repeated many times. When processing the same subroutine repeatedly, the conventional method of holding the address next to the branch microinstruction as the return address does not directly
It is not possible to branch to a subroutine. For this reason, a microinstruction that tests the number of repetitions is provided at the return address, and according to the execution result of this microinstruction, the program branches again to the address of the microinstruction for branching to the subroutine, and then branches to the subroutine again. . Therefore, there is a drawback that the number of steps required per repetition increases, and the larger the number of repetitions, the greater the effect on processing time.

本発明の目的はサブルーチンを連続的に繰返し
て使用する場合に、処理時間を短縮できるマイク
ロプログラム制御装置を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a microprogram control device that can reduce processing time when subroutines are used repeatedly.

本発明では、メインルーチン内の分岐マイクロ
命令によつてサブルーチンへ分岐する場合、その
サブルーチンを連続して2回以上繰返し使用する
ときには、アドレス退避レジスタに分岐マイクロ
命令自身の番地を退避させ、1回しか使用しない
ときには、分岐マイクロ命令に一定数を加えた番
地を退避させ、処理条件によつて、サブルーチン
からの戻り番地を変えるマイクロプログラム制御
装置が得られる。
In the present invention, when a branch microinstruction in a main routine causes a branch to a subroutine, and the subroutine is repeatedly used two or more times in succession, the address of the branch microinstruction itself is saved in the address save register, and the address of the branch microinstruction itself is saved once. When the subroutine is only used, a microprogram control device is obtained which saves the branch microinstruction plus a certain number of addresses, and changes the return address from the subroutine depending on processing conditions.

本発明によれば、マイクロプログラム制御の電
子計算機、特に、サブルーチン機能を有する装置
において、サブルーチンを繰返し実行させる場合
と、一度だけ実行させる場合とでサブルーチンか
らの戻りアドレスを変えるために、装置の内部状
態によつて、分岐用マイクロ命令自身のアドレス
か、該アドレスに一定数を加えたアドレスかを選
択する手段と、選択されたアドレスを格納するア
ドレス退避手段と、該退避手段に退避したアドレ
スをサブルーチン終了時、マイクロ命令の指定に
よつて次に実行すべきマイクロプログラムアドレ
スとして使用する手段とから構成されるマイクロ
プログラム制御装置が得られる。
According to the present invention, in a microprogram-controlled electronic computer, particularly in a device having a subroutine function, the internal memory of the device can be used to change the return address from a subroutine depending on whether the subroutine is executed repeatedly or only once. means for selecting the address of the branch microinstruction itself or an address plus a certain number depending on the state; address saving means for storing the selected address; and address saving means for storing the address saved in the saving means. At the end of the subroutine, a microprogram control device is obtained which includes means for using as the next microprogram address to be executed in accordance with the designation of the microinstruction.

以下、図面を参照して、本発明の一実施例を説
明する。
Hereinafter, one embodiment of the present invention will be described with reference to the drawings.

第1図を参照すると、本発明の一実施例は、メ
インルーチン及びサブルーチンを含むマイクロプ
ログラムを格納するコントロールメモリ1を備え
ている。このコントロールメモリ1は読出すべき
マイクロ命令の番地を指定する読出しアドレス
ADによつて、指定された番地からマイクロ命令
を読出す。読出されたマイクロ命令は図示されな
いマイクロにしたがつて、コントロールレジスタ
2にセツトされ、この出力によつて各部の動作が
制御される。尚、後述するように、この実施例で
は、コントロールレジスタ2のほかに数個のレジ
スタが設けられているが、これらのレジスタはク
ロツクで動作し、クロツク到来時における入力状
態をセツトする。したがつて、あるクロツクでレ
ジスタ内にセツトされた状態は次のクロツクの到
来まで保持される。
Referring to FIG. 1, one embodiment of the invention comprises a control memory 1 that stores microprograms including main routines and subroutines. This control memory 1 is a read address that specifies the address of the microinstruction to be read.
Read the microinstruction from the specified address by AD. The read microinstruction is set in the control register 2 according to a microcontroller (not shown), and the operation of each part is controlled by this output. As will be described later, in this embodiment, several registers are provided in addition to the control register 2, and these registers are operated by the clock and set the input state when the clock arrives. Therefore, the state set in a register at one clock will be held until the arrival of the next clock.

次に、この実施例ではアドレスレジスタ3が設
けられている。このアドレスレジスタ3の内容は
切替回路4を介して、コントロールストア1及び
加算器5に読出しアドレスADとして供給される
と共に、減算器6を介して、又は、直接、切替回
路7へ与えられる。この切替回路7の出力はアド
レス退避レジスタ8を通して切替回路4へ送出さ
れる。
Next, in this embodiment, an address register 3 is provided. The contents of the address register 3 are supplied to the control store 1 and the adder 5 as a read address AD via the switching circuit 4, and are also supplied to the switching circuit 7 via the subtracter 6 or directly. The output of this switching circuit 7 is sent to the switching circuit 4 through an address save register 8.

切替回路4はコントロールレジスタ2の命令の
種別をあらわすフイールドによつて制御され、読
出しアドレスADとして使用するアドレスを選択
する機能を備えている。まず、コントロールレジ
スタ2にセツトされたマイクロ命令が分岐命令の
ときには、切替回路4はコントロールレジスタ2
の出力を選択し、読出しアドレスADとして分岐
先のアドレスを送出する。マイクロ命令がリター
ン命令のときには、切替回路4はアドレス退避レ
ジスタ8に保持されているアドレスを読出しアド
レスADとして選択する。これ以外のときには、
アドレスレジスタ3の内容が切替回路4によつて
選択され、アドレスレジスタ3の内容が続けて選
択されている状態では、1つ前の読出しアドレス
ADに対して“+1”したアドレスが次の読出し
アドレスADとして供給される。
The switching circuit 4 is controlled by a field representing the type of instruction in the control register 2, and has a function of selecting an address to be used as the read address AD. First, when the microinstruction set in the control register 2 is a branch instruction, the switching circuit 4
Select the output of , and send the branch destination address as the read address AD. When the microinstruction is a return instruction, the switching circuit 4 selects the address held in the address save register 8 as the read address AD. At other times,
The contents of the address register 3 are selected by the switching circuit 4, and when the contents of the address register 3 are continuously selected, the previous read address
The address added by "+1" to AD is supplied as the next read address AD.

本発明に係るシステムでは、前述したように、
アドレス退避レジスタ8に切替回路7で選択され
たアドレスが退避される。したがつて、アドレス
退避レジスタ8には、アドレスレジスタ3の内容
又はその内容から“−1”だけ減算された値が保
持される。
In the system according to the present invention, as described above,
The address selected by the switching circuit 7 is saved in the address save register 8. Therefore, the address save register 8 holds the contents of the address register 3 or a value obtained by subtracting "-1" from the contents.

このアドレス退避レジスタ8の内容はサブルー
チンを抜けた時点における戻るべきアドレスをあ
らわしている。
The contents of this address save register 8 represent the address to return to at the time of exiting the subroutine.

一方、切替回路7の選択条件を定めるために、
この実施例では、サブルーチンに先立つて処理さ
れるマイクロ命令の所定フイールドに、サブルー
チンの連続繰返し処理回数を設定しておき、この
フイールドにおける繰返し処理回数がレジスタ9
にセツトされるように、構成している。このレジ
スタ9の内容は減算器10において、“−1”だ
け減算された後、デコーダ11及びレジスタ9へ
供給される。レジスタ9ではサブルーチンの処理
が1回終了する毎に、減算器10からの減算結果
をセツトし、残りの処理回数をあらわす。減算器
10からの減算結果が供給されるデコーダ11は
減算結果が“0”であることを検出して、切替信
号を切替回路7に送出する。切替回路7はデコー
ダ11から切替信号を受けると、アドレスレジス
タ3の出力を選び、他方、切替信号が送出されて
いない状態では、減算器6の出力を選択する。し
たがつて、サブルーチンの処理回数がマイクロ命
令で指定された回数に達しない間、アドレスレジ
スタ3の内容から“−1”減算された値がアドレ
ス退避レジスタ8に退避され、サブルーチンの処
理回数が指定された回数目に入ると、アドレスレ
ジスタ3の内容がアドレス退避レジスタ8に退避
される。
On the other hand, in order to determine the selection conditions of the switching circuit 7,
In this embodiment, the number of consecutive repetitions of a subroutine is set in a predetermined field of a microinstruction that is processed prior to the subroutine, and the number of repetitions in this field is set in a register 9.
It is configured so that it is set to . The contents of register 9 are subtracted by "-1" in subtracter 10 and then supplied to decoder 11 and register 9. Each time the subroutine process is completed, the register 9 sets the result of subtraction from the subtracter 10 to represent the remaining number of processes. The decoder 11 to which the subtraction result from the subtracter 10 is supplied detects that the subtraction result is "0" and sends a switching signal to the switching circuit 7. When the switching circuit 7 receives a switching signal from the decoder 11, it selects the output of the address register 3, and on the other hand, when the switching signal is not sent, it selects the output of the subtracter 6. Therefore, while the number of times the subroutine is processed does not reach the number specified by the microinstruction, the value obtained by subtracting "-1" from the contents of the address register 3 is saved in the address save register 8, and the number of times the subroutine is processed is specified. When the address register 3 reaches the specified number of times, the contents of the address register 3 are saved to the address save register 8.

第2図を参照すると、第1図の実施例の動作を
説明するためのマイクロプログラムのフローチヤ
ートが示されている。この例ではn番地からp番
地までの1つのサブルーチンを連続的に2回繰返
し処理する場合である。今、メインルーチン内の
m番地には、一部にサブルーチンのn番地へ分岐
することを指示するマイクロ命令が格納されてい
る。また、m番地のマイクロ命令はレジスタ9に
減算器10から減算結果をセツトすることを指示
する。一方、m番地に先立つm−1番地には、レ
ジスタ9にサブルーチンの連続処理回数(ここで
は“2”)をレジスタ9にセツトさせるマイクロ
命令が格納されている。また、サブルーチンのp
番地におけるマイクロ命令はメインルーチンへの
リターンを指示している。
Referring to FIG. 2, a microprogram flowchart for explaining the operation of the embodiment of FIG. 1 is shown. In this example, one subroutine from address n to address p is continuously repeated twice. Currently, a microinstruction instructing to branch to address n of the subroutine is partially stored at address m in the main routine. Further, the microinstruction at address m instructs register 9 to set the result of subtraction from subtracter 10. On the other hand, at address m-1, which precedes address m, a microinstruction is stored in register 9 that causes register 9 to set the number of consecutive processes of the subroutine (here, "2"). Also, the subroutine p
The microinstruction at address indicates a return to the main routine.

本発明に係る制御装置の動作を第2図を参照し
て概略的に述べる。メインルーチンの処理がm−
1番地を介して、m番地まで行なわれると、m番
地の分岐命令によつてサブルーチンの開始番地即
ちn番地に分岐される。サブルーチンがn番地か
らp番地まで処理されると、メインルーチンのm
番地に再び戻る。この結果、再度、サブルーチン
がn番地からp番地まで処理され、これが終る
と、m+1番地に戻り、以後、メインルーチンの
処理が継続して行なわれる。
The operation of the control device according to the present invention will be schematically described with reference to FIG. Main routine processing is m-
When the process has proceeded from address 1 to address m, the branch instruction at address m causes a branch to the start address of the subroutine, that is, address n. When the subroutine is processed from address n to address p, the main routine m
Return to the address again. As a result, the subroutine is processed again from address n to address p, and when this is completed, the process returns to address m+1, and the main routine continues to be processed.

以下、第1図及び第2図を参照して、より詳細
に説明する。まず、メインルーチンの処理が進
み、コントロールレジスタ2にm−1番地のマイ
クロ命令がセツトされた状態になると、アドレス
レジスタ3にはmがセツトされる。この状態で、
コントロールレジスタ2にセツトされたm−1番
地のマイクロ命令によつて、レジスタ9に“2”
がセツトされる。また、m−1番地のマイクロ命
令には、分岐指定はないので、切替回路4はアド
レスレジスタ3の内容を選択して、読出しアドレ
スADとしてコントロールストア1に供給する。
このため、m番地のマイクロ命令がコントロール
ストア1から読出されて、コントロールレジスタ
2にセツトされとともに、加算器5の出力即ちm
+1がアドレスレジスタ3にセツトされる。
A more detailed explanation will be given below with reference to FIGS. 1 and 2. First, as the main routine progresses and the microinstruction at address m-1 is set in control register 2, m is set in address register 3. In this state,
“2” is written to register 9 by the microinstruction at address m-1 set in control register 2.
is set. Furthermore, since the microinstruction at address m-1 does not have a branch specification, the switching circuit 4 selects the contents of the address register 3 and supplies it to the control store 1 as a read address AD.
Therefore, the microinstruction at address m is read from control store 1 and set in control register 2, and the output of adder 5, that is, m
+1 is set in address register 3.

m番地のマイクロ命令がコントロールレジスタ
2にセツトされた状態では、レジスタ9の内容が
“2”であるため、デコーダ11は“0”を検出
することができず、切替信号を送出しない。した
がつて、切替回路7はm番地のマイクロ命令によ
つて、減算器6の出力即ちアドレスレジスタ3の
内容(m+1)から“1”を引いた値であるmを
選択する。この値mは切替回路7を介してアドレ
ス退避レジスタ8に退避される。一方、レジスタ
9には、減算器10からの減算結果である“1”
がセツトされる。更に、m番地のマイクロ命令は
n番地への分岐を指定しているので、切替回路4
はコントロールレジスタ2のアドレス部分、即
ち、nを選択する。
When the microinstruction at address m is set in the control register 2, the content of the register 9 is "2", so the decoder 11 cannot detect "0" and does not send out a switching signal. Therefore, the switching circuit 7 selects m, which is the value obtained by subtracting "1" from the output of the subtracter 6, that is, the content (m+1) of the address register 3, by the microinstruction at address m. This value m is saved in the address save register 8 via the switching circuit 7. On the other hand, "1", which is the result of subtraction from the subtracter 10, is stored in the register 9.
is set. Furthermore, since the microinstruction at address m specifies a branch to address n, switching circuit 4
selects the address part of control register 2, ie, n.

このため、n番地のマイクロ命令が読出され
て、コントロールレジスタ2にセツトされ、サブ
ルーチンの処理がn番地から開始される。加算器
5は切替回路4を介して与えられる。nに“1”
を加えて、アドレスレジスタ3にn+1をセツト
する。サブルーチンの処理が進み、p番地のマイ
クロ命令がコントロールレジスタ2にセツトされ
ると、p番地のマイクロ命令にはリターンの指定
があるので、切替回路4からはアドレス退避レジ
スタ8の内容が出力される。この状態では、アド
レス退避レジスタ8にはmが退避されているの
で、m番地の分岐用マイクロ命令が再びコントロ
ールストア1から読出されて、コントロールレジ
スタ2にセツトされる。これによつて、処理はメ
インルーチンで最後に実行したm番地に戻ること
になる。この状態では、加算器5を通して、アド
レス退避レジスタ8の内容mに“1”を加えた値
m+1がアドレスレジスタ3に送られセツトされ
る。
Therefore, the microinstruction at address n is read out and set in control register 2, and subroutine processing is started from address n. Adder 5 is provided via switching circuit 4. “1” for n
and sets n+1 in address register 3. When the subroutine processing progresses and the microinstruction at address p is set in control register 2, the contents of address save register 8 are output from switching circuit 4 since the microinstruction at address p has a return specification. . In this state, since m is saved in the address save register 8, the branch microinstruction at address m is again read out from the control store 1 and set in the control register 2. As a result, the process returns to the address m that was last executed in the main routine. In this state, the value m+1 obtained by adding "1" to the content m of the address save register 8 is sent to the address register 3 through the adder 5 and set therein.

m番地のマイクロ命令がコントロールレジスタ
2にセツトされると、前回と同様に、再びサブル
ーチンの先頭番地nへ分岐する。この場合、レジ
スタ9の内容は既に“1”になつているため、デ
ユーダ11は“0”を検出して切替信号を送出す
る。切替回路7はこの切替信号にしがつてアドレ
スレジスタ3の内容m+1を選択し、アドレス退
避レジスタ8にセツトする。したがつて、アドレ
ス退避レジスタ8の内容は2回目のサブルーチン
処理に先立つて、サブルーチン処理後に実行すべ
きマイクロ命令のアドレスm+1を指示する。
When the microinstruction at address m is set in control register 2, the program branches again to the starting address n of the subroutine, as in the previous case. In this case, since the contents of the register 9 have already become "1", the deducer 11 detects "0" and sends out a switching signal. The switching circuit 7 selects the content m+1 of the address register 3 in accordance with this switching signal and sets it in the address save register 8. Therefore, the contents of the address save register 8 indicate, prior to the second subroutine processing, the address m+1 of the microinstruction to be executed after the subroutine processing.

サブルーチンの処理が再び行なわれて、p番地
のマイクロ命令になると、切替回路4はアドレス
退避レジスタ8の内容m+1を選択する。このた
め、メインルーチンのm+1番地におけるマイク
ロ命令がコントロールストア1から読出され、コ
ントロールレジスタ2にセツトされる。以後、メ
インルーチンの処理が順次継続して行なわれる。
When the subroutine processing is performed again and the microinstruction at address p is reached, the switching circuit 4 selects the content m+1 of the address save register 8. Therefore, the microinstruction at address m+1 of the main routine is read from control store 1 and set in control register 2. Thereafter, the main routine processing continues in sequence.

上に述べた実施例では、切替回路7の切替信号
としてレジスタ9の内容を“−1”し、その結果
をデコードした信号を用い、この切替信号によつ
て切替を指定している。しかし、マイクロ命令の
一部で直接切替を指定してもよいし、また、マイ
クロ命令の一部で装置の内部状態をテストし、そ
の結果によつて、切替を指定してもよい。更に、
サブルーチンの処理を行なつた後のアドレスは分
岐命令のアドレスmと何等かの関連性を有するア
ドレスであれば、分岐命令の次のアドレスm+1
でなくてもよいことは明らかである。例えば、分
岐命令のアドレスに一定数を加えたアドレスでも
よい。
In the embodiment described above, a signal obtained by adding "-1" to the contents of the register 9 and decoding the result is used as a switching signal for the switching circuit 7, and the switching is designated by this switching signal. However, a part of the microinstruction may directly specify switching, or a part of the microinstruction may test the internal state of the device, and depending on the result, specify switching. Furthermore,
If the address after the subroutine processing is an address that has some relation to the address m of the branch instruction, it is the next address m+1 of the branch instruction.
It is clear that this does not have to be the case. For example, the address may be the address of the branch instruction plus a certain number.

本発明は以上説明したようにサブルーチンから
の戻りアドレスを退避手段に退避する場合に、サ
ブルーチンへの分岐命令自身のアドレスを退避す
るか、その次のアドレス(分岐命令自身のアドレ
ス+1)を退避するかを選択できるように構成す
ることにより、サブルーチンを連続して繰返し使
用する場合の無駄な処理時間を少なくする効果が
ある。
As explained above, when saving the return address from a subroutine to the saving means, the present invention saves the address of the branch instruction itself to the subroutine, or saves the next address (address of the branch instruction itself + 1). By configuring the subroutine to be selectable, there is an effect of reducing wasted processing time when the subroutine is continuously and repeatedly used.

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

第1図は本発明の一実施例を示すブロツク図、
第2図は第1図の実施例の動作を説明するための
マイクロプログラムの流れの一例である。 1……コントロールストア、2……コントロー
ルレジスタ、3……アドレスレジスタ、4……切
替回路、5……加算器、6……減算器、7……切
替回路、8……アドレス退避レジスタ、9……レ
ジスタ、10……減算器、11……デコーダ、
AD……読出しアドレス。
FIG. 1 is a block diagram showing one embodiment of the present invention;
FIG. 2 is an example of the flow of a microprogram for explaining the operation of the embodiment shown in FIG. 1... Control store, 2... Control register, 3... Address register, 4... Switching circuit, 5... Adder, 6... Subtractor, 7... Switching circuit, 8... Address save register, 9 ...Register, 10...Subtractor, 11...Decoder,
AD...Read address.

Claims (1)

【特許請求の範囲】[Claims] 1 予め定められた分岐用マイクロ命令を通し
て、一連の処理を行ない、該一連の処理終了後、
次に実行すべきマイクロプログラムアドレスを選
択するマイクロプログラム制御装置において、前
記マイクロプログラム制御装置の内部状態を監視
する手段と該内部状態に応じて、前記分岐用マイ
クロ命令自身のアドレス及び該アドレスと関連の
ある所定のアドレスのうち、いずれか一方を選択
する手段と、選択されたアドレスを前記一連の処
理が行なわれている間、退避しておくアドレス退
避手段と、前記一連の処理後、前記退避手段に退
避したアドレスを前記次に実行すべきマイクロプ
ログラムアドレスとして使用する手段とを有する
ことを特徴とするマイクロプログラム制御装置。
1 Perform a series of processing through predetermined branching microinstructions, and after completing the series of processing,
In a microprogram control device that selects a microprogram address to be executed next, means for monitoring an internal state of the microprogram control device; means for selecting one of certain predetermined addresses; address saving means for saving the selected address while the series of processes is being performed; and address saving means for saving the selected address after the series of processes. and means for using the address saved in the means as the next microprogram address to be executed.
JP7376178A 1978-06-20 1978-06-20 Microprogram controller Granted JPS55934A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7376178A JPS55934A (en) 1978-06-20 1978-06-20 Microprogram controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7376178A JPS55934A (en) 1978-06-20 1978-06-20 Microprogram controller

Publications (2)

Publication Number Publication Date
JPS55934A JPS55934A (en) 1980-01-07
JPS6113258B2 true JPS6113258B2 (en) 1986-04-12

Family

ID=13527524

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7376178A Granted JPS55934A (en) 1978-06-20 1978-06-20 Microprogram controller

Country Status (1)

Country Link
JP (1) JPS55934A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56140444A (en) * 1980-04-03 1981-11-02 Nec Corp Microprogram control system

Also Published As

Publication number Publication date
JPS55934A (en) 1980-01-07

Similar Documents

Publication Publication Date Title
EP0459445A2 (en) Method for processing by processor
JPH0772864B2 (en) Digital signal processor
JPS6113258B2 (en)
JP2577023B2 (en) Address extension control method for information processing equipment
JPH05257681A (en) Microprogram controller group
JPH1011315A (en) In-circuit emulator device and in-circuit emulation method
JPS6242301B2 (en)
JP2758624B2 (en) Speed control method of micro program
KR880000817B1 (en) Data processing apparatus and method
JPS58200349A (en) Microprogram controller
JPS6053334B2 (en) Microprogram control method
JPS6116334A (en) Data processor
EP0260639A2 (en) Microprogram sequencer
JPS60250438A (en) Information processor
JPH01128133A (en) Microprogram controller
JPH01269129A (en) Microprogram controller
JP2506591B2 (en) Auxiliary processor
JPH06149569A (en) Register number changing device
JPH01175632A (en) Micro program controller
JPH0561660B2 (en)
JPH0146889B2 (en)
JPH05165640A (en) Microprocessor
JPH05181671A (en) Emulation system for software instruction
JPH07334215A (en) Sequence control method of programmable controller
GB2081944A (en) Microinstruction sequence control