JPS6159532A - Instruction controller - Google Patents

Instruction controller

Info

Publication number
JPS6159532A
JPS6159532A JP18098984A JP18098984A JPS6159532A JP S6159532 A JPS6159532 A JP S6159532A JP 18098984 A JP18098984 A JP 18098984A JP 18098984 A JP18098984 A JP 18098984A JP S6159532 A JPS6159532 A JP S6159532A
Authority
JP
Japan
Prior art keywords
stored
address
data
microinstruction
mpc
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.)
Pending
Application number
JP18098984A
Other languages
Japanese (ja)
Inventor
Yasunori Kimura
康則 木村
Akira Hattori
彰 服部
Mitsuhiro Kishimoto
岸本 光弘
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP18098984A priority Critical patent/JPS6159532A/en
Publication of JPS6159532A publication Critical patent/JPS6159532A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To discriminate the type quickly and flexibly and to attain desired branch by reading a microinstruction stored in a branched address calculated by an MPC change circuit from a control storage device and controlling it to be processed. CONSTITUTION:A jumped address value stored in a microprogram counter (MPC)2 and a value corresponding to a tag in a general-purpose register 3 are added by an adder 4 and fed to a control storage device (CS)6 via a multiplexer 5. Further, the MPC change circuit 1 applies the microaddress of a jump destination corresponding to the information discriminating the type stored in a data area of the register 3 in a form corresponding to a prescribed microinstruction fed from the CS6. Thus, the address is jumped quickly to a desired address and it is controlled by using less storage area.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は命令制御装置、特にデータに付されたタグによ
って指定されるデータのタイプ(種類)に対応した形で
制御を行う際に、ハードウェアを用いて高速に分岐先を
演算するよう構成した命令制御装置に関するものである
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention is directed to an instruction control device, especially when performing control in a manner corresponding to the type of data specified by a tag attached to the data. The present invention relates to an instruction control device configured to calculate a branch destination at high speed using software.

〔従来の技術と発明が解決しようとする問題点〕従来、
計算機ンステムでは、データに付されたデータのタイプ
例えばFIX(固定小数点数)等のタイプに対応した形
で多重分岐等を実行することによって制御が行われてい
る。この際、データのタイプが多くなってしまうと、当
該分岐を行うために数多くの制御記ta領域を必要とし
てしまうと共に処理時間が長(なってしまうという問題
点があった。
[Problems to be solved by conventional technology and invention] Conventionally,
In a computer system, control is performed by executing multiple branches or the like in a form corresponding to the type of data attached to the data, such as FIX (fixed point number). At this time, when the number of data types increases, there is a problem that a large number of control memory areas are required to perform the branching, and the processing time becomes long.

例えば、第2図図示マルチウェイジャンプ(多重分岐)
方式のプログラムを実行してFIX  5HOPT (
固定小数点数であって単精度の長さを持つ場合)を実行
する場合について動作手順を説明する。
For example, the multiway jump (multiple branching) shown in Figure 2
Run the program of the method and FIX 5HOPT (
The operation procedure will be explained for the case of executing a fixed-point number with a single-precision length).

第1ステツプは、マイクロ・アドレス100番地に格納
されているマイクロ命令 GR−DATA。
The first step is the microinstruction GR-DATA stored at microaddress 100.

を実行する。これにより、タグにFIXを表す情+aを
格納したデータがGRレジスタに格納される。
Execute. As a result, data in which information +a representing FIX is stored in the tag is stored in the GR register.

第2ステツプは、マイクロ・アドレス101番地に格納
されているマイクロ命令 S口 ・ BTG。
The second step is the microinstruction S/BTG stored at microaddress 101.

を実行する。これは、マルチウェイジャンプを実行する
ことを意味し、そのときプログラム・カウンタに格納さ
れているマイクロ・アドレス102番地とデータの種類
に関する情報を格納した例えば4ビツトからなるタグに
対応して与えられている値(例えばFIXの場合は“0
”)とを加算し、該加算した結果のマイクロ・アドレス
例えばマイクロ・アドレス102番地にジャンプするこ
とを意味する。勿論、タグ(タグは“1”とする)が例
えばFLOATの場合には、103番地ヘジャンプする
Execute. This means executing a multi-way jump, which is given in correspondence with a tag consisting of, for example, 4 bits, which stores information about the micro address 102 and the type of data stored in the program counter. value (for example, “0” for FIX)
”) and jump to the micro address of the addition result, for example, micro address 102. Of course, if the tag (tag is “1”) is, for example, FLOAT, 103 Jump to the address.

第3ステツプは、第2ステツプでジャンプしたマイクロ
・アドレスに格納されている命令を実行する。ここでは
タグにFIX(固定小数点数)であることを示す“0″
の値が格納されているため、マノ/! ・アドレス10
0番地の命令SQ 、 3 TOPIX。
The third step executes the instruction stored at the microaddress jumped to in the second step. Here, the tag is “0” indicating that it is FIX (fixed point number).
Since the value of is stored, Mano/!・Address 10
Instruction SQ at address 0, 3 TOPIX.

を実行する。即ち、ラベルFIXによって指定されるマ
イクロ・アドレス200番地にジャンプする。
Execute. That is, it jumps to micro address 200 specified by label FIX.

第4ステツプは、マイクロ・アドレス200番地に格納
されているマイクロ命令 SQ 、 BNZ(SIIORT) To 5HORT
The fourth step is to execute the microinstruction SQ, BNZ(SIIORT) To 5HORT stored at microaddress 200.
.

を実jテする。これは、5IIORTフラグが零でない
ならば(SHORTフラグが“どである場合)、ラベル
5)IORTによって指定されるマイクロ・アドレスに
ジャンプすることを意味する。ここでは、5IIORT
フラグが“1″であるから、ラベル5IIORTによっ
て指定されるマイクロ・アドレス300番地にジャンプ
する。これにより、所望のFIX 5)IORTを処理
する処理プログラムが格納された先頭マイクロ・アドレ
スに到達したこととなる。もし、FIX LONGを処
理する処理プログラムが格納されている先頭マイクロ・
アドレス400番地に到達するには、更にマイクロ・ア
ドレス201番地に格納されているマイクロ命令を第5
ステツプとして実行しなければならない。
to practice. This means that if the 5IIORT flag is non-zero (if the SHORT flag is "if"), jump to the microaddress specified by label 5) IORT. Here, 5IIORT
Since the flag is "1", it jumps to micro address 300 specified by label 5IIORT. This means that the first micro address where the processing program for processing the desired FIX 5) IORT is stored has been reached. If the first micro-
In order to reach address 400, the microinstruction stored at microaddress 201 is sent to the fifth microinstruction.
Must be performed as a step.

以上説明した如く、マルチウェイジャンプを行うべきマ
イクロ命令を格納したマイクロ・アドレス101番地か
ら数えて4サイクル目でマイクロ・アドレス300番地
に格納されているFIX 5IIORTを処理する処理
プログラムを実行することができる。また、FIX L
ONGを処理する処理プログラムを実行するためには、
5サイクルが必要となる。
As explained above, it is possible to execute the processing program that processes FIX 5IIORT stored at micro address 300 in the fourth cycle counting from micro address 101 where the micro instruction to perform a multi-way jump is stored. can. Also, FIX L
To run the processing program that processes ONG,
Five cycles are required.

このように、データのタイプが多くなり、4ビツトから
なるタグに収容できないようなタイプ、例えば前述した
FIXに対応する5IIORTおよびLONG等のタイ
プに対しては、多くのサイクルが必要となってしまい、
C3(制御記憶装置)内の多くの記憶領域を使用してし
まうと共に、処理速度が遅くなってしまうという問題点
があった。また、タグとして用いるビット数を多くした
のでは、データ中に占める内界を格納する領域が一律に
狭くなり、データ処理を行なうための範囲を狭めること
となってしまい、効率良好なデータ処理を行いfIl[
い問題点がある。
In this way, as the number of data types increases, many cycles are required for types that cannot be accommodated in a 4-bit tag, such as 5IIORT and LONG, which correspond to the above-mentioned FIX. ,
There is a problem that a large amount of storage area in the C3 (control storage device) is used and the processing speed becomes slow. Furthermore, if the number of bits used as tags is increased, the area occupied by the data for storing the inner world will become narrower across the board, which will narrow the range for data processing, making it difficult to process data efficiently. Do fl[
There are some problems.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、前記問題点を解決するために、データに付さ
れたタグによって指定されるデータのタイプに対応した
形で制御を行う際に、ハードウェアを用いて高速に分岐
先を演算するよう構成することにより、データのタイプ
の故が増大しても迅速にタイプ判定を行って所定の分岐
先アドレスに分岐させることができる。そのため、本発
明の命令制御装置は、データに付されたデータのタイプ
を示すタグを用いて分岐を行うよう制御する命令制御装
置において、プログラム・カウンタに格納されているア
ドレスの値と前記タグに対応づけられている値とを加算
した値からなる分岐先のアドレスを生成する加算器と、
該別>Bgによって生成された分岐先のアドレスを制御
記憶装置に供給し、当該制御記iQ装置から読み出した
マイクロ命令に対応する形で1iii記データに格納さ
れているデータのタイプを表す情報に基づいて分岐先の
アドレスを算出するマイクロ・プログラム・カウンタ変
更回路とを備え、該マイクロ・プログラム・カウンタ変
更回路によって算出された分岐先のアドレスに格納され
ているマイクロ命令を前記制御記憶装置から読み出して
処理するよう制御することを特徴としている。
In order to solve the above-mentioned problems, the present invention uses hardware to quickly calculate a branch destination when performing control in a form that corresponds to the type of data specified by the tag attached to the data. With this configuration, even if the number of data types increases, the type can be quickly determined and the branch can be made to a predetermined branch destination address. Therefore, in an instruction control device of the present invention, in an instruction control device that controls branching using a tag indicating the type of data attached to data, the value of the address stored in the program counter and the tag are combined. an adder that generates a branch destination address consisting of a value added with the associated value;
The branch destination address generated by Category>Bg is supplied to the control storage device, and the control storage is converted into information representing the type of data stored in the 1iii data in a form corresponding to the microinstruction read from the iQ device. a microprogram counter change circuit that calculates a branch destination address based on the micro program counter change circuit, and reads a microinstruction stored at the branch destination address calculated by the micro program counter change circuit from the control storage device. The feature is that it is controlled so that it is processed according to the

〔実施例〕〔Example〕

以下図面を参照しつつ本発明の実施例を詳細に説明する
Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図は本発明の1実施例構成図、第2図は第1図図示
本発明の1実施例構成の動作を説明するための従来のプ
ログラム例を示す。
FIG. 1 is a configuration diagram of one embodiment of the present invention, and FIG. 2 is a conventional program example for explaining the operation of the configuration of one embodiment of the present invention shown in FIG.

図中、lはMPC変更回路、2はマイクロ・プログラム
・カウンタ(MPC) 、3は汎用レジスタ(GRレジ
スク)、4は加算器、5はマルチプレクサ、6は制御記
憶装置(C3) 、7はOPレノスク、8はインフレメ
ンタ、9はデコーダを表す。
In the figure, l is an MPC change circuit, 2 is a micro program counter (MPC), 3 is a general-purpose register (GR register), 4 is an adder, 5 is a multiplexer, 6 is a control storage device (C3), and 7 is an OP 8 represents an inflator, and 9 represents a decoder.

第1図において、図中マイクロ・プログラム・カウンタ
変史回1路(以下M P C変更回路という)1は本発
明に係わるものであり、後述する如くハードウェアを用
いて高速に例えば第2図図示プログラム中のマイクロ・
アドレス300番地あるいは400番地にジャンプさせ
るためのものである。
In FIG. 1, a micro program counter changing circuit 1 (hereinafter referred to as an MPC changing circuit) 1 is related to the present invention, and as described later, it is possible to use hardware to perform high-speed processing, for example, as shown in FIG. Micro in the illustrated program
This is for jumping to address 300 or 400.

以下節単に構成および動作を説明した後、第2図を用い
て動作を詳細に説明する。
In the following sections, the configuration and operation will be briefly explained, and then the operation will be explained in detail using FIG.

第1図図中マイクロ・プログラム・カウンタ(以下MP
Cという)2に格納されたマイクロ・アドレスが加算器
4およびマルチプレクサ5を介してCS6に供給され、
当Bcs6から読み出されたマイクロ命令がoPレジス
タ7に格納される。
Micro program counter (hereinafter referred to as MP) in Figure 1
The micro address stored in C) 2 is supplied to CS 6 via an adder 4 and a multiplexer 5;
The microinstruction read from the Bcs 6 is stored in the oP register 7.

そして、該OPレジスク7に格納されたマイクロ命令は
デコーダ9によって解読され、所定の処理が実行される
。また、GRレジスタ3中の4ビット分で構成される図
示タグによって指定されるデータのタイプに対応する数
値が加算器4に供給される。これにより、前述したマル
チウェイジャンプのジャンプ先のアドレスが算出され、
即ちMPC2に格納されているジャンプ先のアドレスの
値とGRレジスタ3中のタグに対応づけられている値と
が加算され、マルチプレクサ5を介してC36に供給さ
れる。これにより、ジャンプ先のマイクロ・アドレスに
格納されているマイクロ命令が、OPレジスタ7に格納
され、所定の処理が実行される。
The microinstructions stored in the OP register 7 are decoded by the decoder 9, and predetermined processing is executed. Also, a numerical value corresponding to the type of data specified by the illustrated tag consisting of 4 bits in the GR register 3 is supplied to the adder 4. As a result, the jump destination address of the multiway jump mentioned above is calculated,
That is, the value of the jump destination address stored in the MPC 2 and the value associated with the tag in the GR register 3 are added and supplied to the C 36 via the multiplexer 5. As a result, the microinstruction stored at the jump destination microaddress is stored in the OP register 7, and a predetermined process is executed.

また、MPC変更回路1はC56から供給された所定の
マイクロ命令に対応した形でGRレジスタ3のデータ域
に格納されているタイプを判別するためのiF? Ii
i 、例えばFIX中の°5HOPT ”であるか“L
ONG”であるか否かを判別するII¥報“0”あるい
は“1°に暴づいてJ亥当するジャンプ先のマイクロ・
アドレスをマルチプレクサ5を介してC36に供給する
。これにより、ハードウェアを用いた構成によって前記
FIX 5HORTあるいはFIX LONGに対応す
るマイクロ・アドレスに迅速にジャンプすることができ
ると共に少ない記憶領域(CSG中の記tri領域)の
使用によって制御することができる。以下第1図図示構
成を用いて、従来の第2図図示マルチウェイジャンプ命
令を使用して記述したプログラムと同一の動作をさせる
場合の動作を詳細に説明する。ここで、GRレジスタ3
のタグには、FI文(固定小数点数)を示す“O”の値
が格納され、データ域のタグの隣にタイプがFIX 5
IIORTを示す“0″が格納されていると仮定する。
The MPC change circuit 1 also uses iF? for determining the type stored in the data area of the GR register 3 in a form corresponding to a predetermined microinstruction supplied from the C56. Ii
i, for example, ``5HOPT'' in FIX or ``L
II information to determine whether it is “ON” or not “0” or “1°” and the jump destination micro
The address is supplied to C36 via multiplexer 5. As a result, it is possible to quickly jump to the micro address corresponding to FIX 5HORT or FIX LONG by a configuration using hardware, and control can be performed by using a small storage area (the tri area in the CSG). . Hereinafter, using the configuration shown in FIG. 1, a detailed explanation will be given of the operation when performing the same operation as a program written using the conventional multi-way jump instruction shown in FIG. 2. Here, GR register 3
The value "O" indicating the FI statement (fixed point number) is stored in the tag, and the type is FIX 5 next to the tag in the data area.
Assume that "0" indicating IIORT is stored.

第1ステツプは、マイクロ・アドレス100番地に格納
されているマイクロ命令 GR−DATA。
The first step is the microinstruction GR-DATA stored at microaddress 100.

を実行する。これにより、FIXを表すデータ等がGR
レジスク3に格納される。
Execute. As a result, the data representing FIX etc. will be changed to GR.
Stored in Registrar 3.

第2ステツプは、マイクロ・アドレス101番地に格納
されているマルチウェイジャンプであるマイクロ命令 SQ 、 LITG。
The second step is the multi-way jump microinstructions SQ and LITG stored at microaddress 101.

を実行する。これにより、MPC2に格納されているマ
イクロ・アドレスの値“+02”およびORレジスク3
のタグFIXに対応づけられている値“0”が加算器4
に夫々供給されて加算される。
Execute. As a result, the micro address value “+02” stored in MPC2 and OR register 3
The value “0” associated with the tag FIX in adder 4
are respectively supplied and added.

該加算されたマイクロ・アドレスの値“102″が、マ
ルチプレクサ5を介してC56に供給される。
The added micro address value "102" is supplied to C56 via multiplexer 5.

第3ステツプは、第2ステツプでジャンプしたマイクロ
・アドレス102番地に格納されているマイクロ命令 SQ  、  8  To  FIX。
The third step is the microinstruction SQ, 8 To FIX stored at the microaddress 102 jumped in the second step.

がC36から読み出され、本発明に係わるMPC変更回
路1に供給される。該供給されたマイクロ命令に含まれ
るラベル”FIX”が読み出されるのに対応する形で、
GRレジスク3中のデータ域に格納されている前述した
“5HORT”に対応する値“OoがMPC変更回路l
に供給される。これにより、当該MPC変更回路1はF
IX 5HORTに対応する処理プログラムが格納され
ているマイクロ・アドレス300番地を生成し、マルチ
プレクサ5を介してCS6に当8亥マイクロ・アドレス
300番地を供給する。該マイクロ・アドレス300番
地の供給は、CS6に対しては同一ステップ(サイクル
)内で再度供給された形となり、従来は2サイクルで処
理していたものが本実施例では、MPC変更回路1等か
らなるハードウェアを用いてlステップ(サイクル)で
処理している。このため、従来記述していたマイクロ・
アドレス200番地および201番地のプログラムは、
不用となると共に処理ステップを少な(することが可能
となる。
is read out from the C36 and supplied to the MPC modification circuit 1 according to the present invention. In a manner corresponding to reading out the label "FIX" included in the supplied microinstruction,
The value “Oo” corresponding to the aforementioned “5HORT” stored in the data area of the GR register 3 is the MPC change circuit l.
supplied to As a result, the MPC change circuit 1 becomes F
A micro address 300 where a processing program corresponding to the IX 5HORT is stored is generated, and the micro address 300 is supplied to the CS 6 via the multiplexer 5. The micro address 300 is supplied to CS6 again within the same step (cycle), and conventionally it was processed in two cycles, but in this embodiment, it is processed in MPC change circuit 1, etc. Processing is performed in l steps (cycles) using hardware consisting of. For this reason, the previously described micro
The programs at addresses 200 and 201 are
It becomes unnecessary and the number of processing steps can be reduced.

第4ステツプは、第3ステツプでC36に供給したマイ
クロ・アドレス300番地から;、°εみ出したマイク
ロ命令CFIX 5HOPTの処理プログラム〉をOP
レジスタ7に格納する。そして、3ff Q pレジス
タ7に格納したマイクロ命令がデコーダ9によって解読
され、所定の処理が実行される。
The fourth step is to open the processing program for the microinstruction CFIX 5HOPT that has been extracted from the microaddress 300 that was supplied to the C36 in the third step.
Store in register 7. Then, the microinstruction stored in the 3ffQp register 7 is decoded by the decoder 9, and a predetermined process is executed.

以上説明した如く第1図図示構成によれば、マルチウェ
イジャンプを行うべきマイクロ命令を格納したマイクロ
・アドレス101番地から数えて3サイクル目(従来は
4サイクル目)でマイクロ・アドレス300番地に格納
されているFIX 5IIORTの処理プログラムを実
行することができる。また、同様にマイクロ・アドレス
400番地に格納されているFIX LONGの処理プ
ログラムも、マイクロ・アドレス101番地から数えて
3サイクル目(従来は5サイクル目)に実行することが
できる。
As explained above, according to the configuration shown in FIG. 1, a microinstruction to perform a multi-way jump is stored at microaddress 300 in the third cycle (previously the fourth cycle) counting from microaddress 101 where the microinstruction is stored. You can run the FIX 5II ORT processing program. Similarly, the FIX LONG processing program stored at micro address 400 can also be executed in the third cycle (conventionally, the fifth cycle) counting from micro address 101.

尚、以上の全ステップは計算機システムのlマシンサイ
クル中に充分実行することが可能である。
It should be noted that all of the above steps can be fully executed during one machine cycle of the computer system.

以上説明した例から判明する如く、第1図図示構成によ
れば、データのタイプ(種類)が増大しても、短い時間
(少ないステップ数)でデータのタイプの判定を実行し
、即ち所望の処理プログラムが格納されているジャンプ
先にジャンプし、当該タイプに対応した処理プログラム
等を実行することができる。
As is clear from the examples explained above, according to the configuration illustrated in FIG. It is possible to jump to a jump destination where a processing program is stored and execute a processing program etc. corresponding to the type.

〔発明の効果〕〔Effect of the invention〕

以上説明した如く、本発明によれば、データに付された
タグによって指定されるデータのタイプに対応した形で
処理を行う際に、ハードウェアを用いてデータのタイプ
に対応した演算処理を冒速に実行し、所望の分岐先を算
出する構成を採用しているため、データのタイプの数が
増大しても迅速かつ柔軟な形でタイプ判定を行って所望
の分岐先アドレスに分岐させることができる。
As explained above, according to the present invention, when performing processing in a form corresponding to the data type specified by the tag attached to the data, hardware is used to perform calculation processing corresponding to the data type. Since it uses a configuration that executes quickly and calculates the desired branch destination, even when the number of data types increases, the type can be quickly and flexibly determined and the branch can be made to the desired branch destination address. I can do it.

4、UA面の前車な説明 第1図は本発明の1実施例構成図、第2図は第1図図示
本発明のI実施例構成の動作を説明するための従来のプ
ログラム例を示す。
4. Explanation of the front vehicle on the UA side Fig. 1 is a configuration diagram of one embodiment of the present invention, and Fig. 2 shows an example of a conventional program for explaining the operation of the configuration of the I embodiment of the present invention shown in Fig. 1. .

図中、lはMPC変更回路、2はMPC(フィクロ・プ
ログラム・カウンタ)、3はGRレジスタ、4は加算器
、5はマルチプレクサ、6はcs(制御記憶装置)、7
はOPレジスタ、8はインフレメンタ、9はデコーダを
表す。
In the figure, l is an MPC change circuit, 2 is an MPC (Physical Program Counter), 3 is a GR register, 4 is an adder, 5 is a multiplexer, 6 is a CS (control storage device), and 7
is an OP register, 8 is an inflator, and 9 is a decoder.

Claims (1)

【特許請求の範囲】[Claims] データに付されたデータのタイプを示すタグを用いて分
岐を行うよう制御する命令制御装置において、プログラ
ム・カウンタに格納されているアドレスの値と前記タグ
に対応づけられている値とを加算した値からなる分岐先
のアドレスを生成する加算器と、該加算器によつて生成
された分岐先のアドレスを制御記憶装置に供給し、当該
制御記憶装置から読み出したマイクロ命令に対応する形
で前記データに格納されているデータのタイプを表す情
報に基づいて分岐先のアドレスを算出するマイクロ・プ
ログラム・カウンタ変更回路とを備え、該マイクロ・プ
ログラム・カウンタ変更回路によつて算出された分岐先
のアドレスに格納されているマイクロ命令を前記制御記
憶装置から読み出して処理するよう制御することを特徴
とする命令制御装置。
In an instruction control device that controls branching using a tag indicating the type of data attached to data, the value of the address stored in the program counter and the value associated with the tag are added. an adder for generating a branch destination address consisting of a value; and supplying the branch destination address generated by the adder to a control storage device, and in a form corresponding to a microinstruction read from the control storage device. and a micro program counter changing circuit that calculates a branch destination address based on information representing the type of data stored in the data, and the branch destination address calculated by the micro program counter changing circuit. An instruction control device characterized by controlling the microinstructions stored at addresses to be read from the control storage device and processed.
JP18098984A 1984-08-30 1984-08-30 Instruction controller Pending JPS6159532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18098984A JPS6159532A (en) 1984-08-30 1984-08-30 Instruction controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18098984A JPS6159532A (en) 1984-08-30 1984-08-30 Instruction controller

Publications (1)

Publication Number Publication Date
JPS6159532A true JPS6159532A (en) 1986-03-27

Family

ID=16092791

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18098984A Pending JPS6159532A (en) 1984-08-30 1984-08-30 Instruction controller

Country Status (1)

Country Link
JP (1) JPS6159532A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5081050A (en) * 1987-08-11 1992-01-14 Bbc Brown Boveri Ag Method of making a gate turn-off thyristor using a simultaneous diffusion of two different acceptor impurities

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5081050A (en) * 1987-08-11 1992-01-14 Bbc Brown Boveri Ag Method of making a gate turn-off thyristor using a simultaneous diffusion of two different acceptor impurities

Similar Documents

Publication Publication Date Title
GB1457878A (en) Microprogramme controller for data processor
JPS59174948A (en) Information processing device
KR920004279B1 (en) Microprocessor with pointer register
JPS62226231A (en) Processor
JPH0447335B2 (en)
JPS6159532A (en) Instruction controller
JP2583506B2 (en) Data processing device
JPS58200349A (en) Microprogram controller
JP2637070B2 (en) Micro instruction start address generation method
JPS5842891B2 (en) Meirei Seigiyohoushiki
JPS6020769B2 (en) Microprogram control method
JP3190945B2 (en) Micro program control circuit
JPS5949643A (en) Data processor
JPS55153053A (en) Information processor
JPS54105442A (en) Microprogram control system
JP2629899B2 (en) Tag branching device
JPS60126731A (en) Program control method
JPS59173817A (en) Processing method of functional operation
JPH02242335A (en) Electronic computer
JPS6277647A (en) Controller for microinstruction used for computer system
JPH04124728A (en) Register index constitution system
JPS5971542A (en) Arithmetic processor
JPH0519820A (en) Programmable controller
JPH0471219B2 (en)
JPS61235946A (en) Data processor