JPS6250855B2 - - Google Patents

Info

Publication number
JPS6250855B2
JPS6250855B2 JP54118985A JP11898579A JPS6250855B2 JP S6250855 B2 JPS6250855 B2 JP S6250855B2 JP 54118985 A JP54118985 A JP 54118985A JP 11898579 A JP11898579 A JP 11898579A JP S6250855 B2 JPS6250855 B2 JP S6250855B2
Authority
JP
Japan
Prior art keywords
execution
control
microinstruction
address
microprogram
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
JP54118985A
Other languages
Japanese (ja)
Other versions
JPS5642858A (en
Inventor
Hideo Morisue
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 JP11898579A priority Critical patent/JPS5642858A/en
Publication of JPS5642858A publication Critical patent/JPS5642858A/en
Publication of JPS6250855B2 publication Critical patent/JPS6250855B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 本発明はマイクロプログラム制御方式、特に、
条件分岐機能を有するマイクロプログラム制御方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a microprogram control system, in particular,
This invention relates to a microprogram control system having a conditional branching function.

一般に、情報処理装置の実行制御方式として一
連のマイクロ命令からなるマイクロプログラムを
用いたマイクロプログラム制御方式が広く利用さ
れている。このマイクロプログラム制御方式は情
報処理装置が各マシンサイクルに於て実行すべき
動作の指示を制御記憶と呼ばれる高速(通常その
1マシンサイクルでアクセスできる)記憶装置に
記憶されたマイクロ命令を順次読み出して実行す
るものである。このマイクロ命令は実行部の制御
を行うだけでなく次に読み出すべき制御記憶の番
地の決定も行なうので、複雑な順序制御回路の機
能を制御記憶から読み出したマイクロ命令が代つ
て行なうことになり、ハードウエアの単純化、論
理変更の容易化等がその特長となつている。
Generally, a microprogram control method using a microprogram consisting of a series of microinstructions is widely used as an execution control method for information processing devices. In this microprogram control method, an information processing device sequentially reads microinstructions stored in a high-speed (usually accessible in one machine cycle) storage device called a control memory to provide instructions for operations to be executed in each machine cycle. It is something to be carried out. This microinstruction not only controls the execution unit, but also determines the address of the control memory to be read next, so the microinstruction read from the control memory performs the functions of the complex sequential control circuit instead. Its features include simplification of hardware and ease of logical changes.

従来のマイクロプログラム制御方式の一例を第
1図に示す。
An example of a conventional microprogram control system is shown in FIG.

実行部1の制御を行うために制御記憶2から読
み出されたマイクロ命令21はマイクロ命令レジ
スタ3に保持される。
Microinstructions 21 read from control memory 2 to control execution unit 1 are held in microinstruction register 3.

マイクロ命令レジスタ3はマシンサイクルの最
初(=前のマシンサイクルの終了時)にマイクロ
命令がセツトされ、その内の実行制御フイールド
31の値が実行部1に送られて、そのマシンサイ
クルにおける実行部1の動作を決定する。そのマ
シンサイクルの終了時までに、実行部1における
実行の結果として得られた実行結果が実行部1内
の各種レジスタ、フリツプフロツプにセツトされ
る。
A microinstruction is set in the microinstruction register 3 at the beginning of a machine cycle (= at the end of the previous machine cycle), and the value of the execution control field 31 is sent to the execution unit 1 to control the execution unit in that machine cycle. Determine the operation of step 1. By the end of the machine cycle, the execution results obtained as a result of the execution in the execution unit 1 are set in various registers and flip-flops within the execution unit 1.

一方、マイクロ命令レジスタ3内の番地制御フ
イールド32の値は番地制御部4に送られ、番地
制御部4はその内容に従つて次に読み出すべき制
御記憶番地41を決定して制御記憶2に与え、そ
のマシンサイクルの終了時には次のマシンサイク
ルで実行すべきマイクロ命令が制御記憶2から読
み出されてマイクロ命令レジスタ3にセツトされ
る。
On the other hand, the value of the address control field 32 in the microinstruction register 3 is sent to the address control section 4, and the address control section 4 determines the control memory address 41 to be read next according to the contents and provides it to the control memory 2. At the end of that machine cycle, the microinstruction to be executed in the next machine cycle is read from the control memory 2 and set in the microinstruction register 3.

次にマイクロ命令を指示する制御記憶番地は、
無条件に番地制御フイールド32で与えられた番
地である場合の他に、実行部1内の各種レジス
タ、フリツプフロツプの値11に依存して2方向
あるいは多方向分岐の形となつて得られる制御記
憶番地である場合がある。このような、実行と並
行して次のマイクロ命令を読み出す形のマイクロ
プログラム制御方式では実行結果に依存してマイ
クロプログラム分岐を行う場合に無駄なマシンサ
イクルが生ずることが多い。
The control memory address that directs the next microinstruction is
In addition to the case where the address is unconditionally given by the address control field 32, the control memory is obtained in the form of a two-way or multi-way branch depending on the values 11 of various registers and flip-flops in the execution unit 1. It may be a street address. In such a microprogram control system in which the next microinstruction is read in parallel with execution, wasted machine cycles often occur when microprogram branching is performed depending on the execution result.

例えば、情報処理装置に於て算術演算を行いオ
ーバーフローがなければその結果を(ソフトウエ
アに見える)レジスタに書き戻すという動作を考
えてみると、第1マシンサイクルで演算を行い、
演算結果をアキユムレータ(ソフトウエアに見え
ない累算レジスタ)に格納し、これと同時にオー
バーフローの有無をインデイケータにセツトす
る。次の、第2のマシンサイクルでは、このイン
デイケータの値によるマイクロプログラム分岐の
可否が調べられ、次いで、アドレス計算が行なわ
れる。
For example, if we consider an operation in which an arithmetic operation is performed in an information processing device and there is no overflow, the result is written back to a register (visible to software), the operation is performed in the first machine cycle,
The calculation result is stored in an accumulator (an accumulation register that is invisible to the software), and at the same time an indicator is set to indicate the presence or absence of an overflow. In the next, second machine cycle, it is checked whether or not microprogram branching is possible based on the value of this indicator, and then address calculation is performed.

そして分岐結果の定まる第3のマシンサイクル
で演算結果の(ソフトウエアに見えるレジスタへ
の)転送が行われる。この例では演算結果の判断
に1サイクルを要しておりそのサイクルで実行部
は有効な動作を行つていない。
Then, in the third machine cycle in which the branch result is determined, the operation result is transferred (to a register visible to the software). In this example, one cycle is required to determine the calculation result, and the execution unit does not perform any effective operation during that cycle.

このような、従来のマイクロプログラム制御方
式における本質的な弱点を回避して処理の高速化
をはかるために条件動作すなわち、条件に応じた
動作を行なう部分をハードウエア制御にすること
が考えられる。
In order to avoid these essential weaknesses of the conventional microprogram control system and speed up processing, it is conceivable to use hardware control for conditional operations, that is, the portion that performs operations according to conditions.

このような場合の、マイクロプログラム制御方
式では、「もしオーバーフローインデイケータが
0であればアキユムレータの内容を(ソフトウエ
アに見える)レジスタに転送せよ」という条件動
作型マイクロ命令を使用して演算直後の第2サイ
クルで演算結果のレジスタなどへの転送が行なわ
れる。
In such cases, the microprogram control method uses a conditional microinstruction that says, ``If the overflow indicator is 0, transfer the contents of the accumulator to a register (visible to software).'' In the second cycle, the calculation result is transferred to a register or the like.

しかし、このようなマイクロプログラム制御方
式は設計当初から必要な動作を予想して、あらか
じめハードウエア設計に盛込んでおかなければな
らない。これは仕様の単純な場合は問題はない
が、複雑なマイクロプログラム制御を必要とする
マイクロプログラム制御方式でしかも将来どのよ
うな機能追加が要求されるか不明であるような場
合、ハードウエア制御を行なわせるという解決で
限界があり、マイクロプログラム制御方式が仕様
の変更において容易であるという面に対して実際
には性能面から制約が加わることとなる、ととも
に、各々のマイクロ命令の個別の条件に対応した
動作を行なわせるために、条件と動作に応じたそ
れぞれのマイクロ命令を作成しなければならず、
さらに、これは条件分岐マイクロ命令の条件が重
なれば、膨大な種類のマイクロ命令を準備しなけ
ればならず実際的でなかつた。
However, with such a microprogram control method, the necessary operations must be anticipated from the beginning of the design and incorporated into the hardware design in advance. This is not a problem if the specifications are simple, but if the microprogram control method requires complex microprogram control and it is unclear what kind of functions will be added in the future, hardware control may be necessary. There are limits to the solution of making the microinstructions run, and while the microprogram control method is easy to change specifications, it actually puts constraints on performance. In order to perform the corresponding action, each microinstruction must be created according to the condition and action.
Furthermore, if the conditions of the conditional branch microinstructions overlap, a huge variety of microinstructions must be prepared, which is impractical.

従来のマイクロプログラム制御方式ではある条
件の有無によつて動作が異なるときには、まず有
効な実行動作を伴わない条件分岐マイクロ命令に
よつて分岐してから目的の動作を行なつており、
マイクロ命令の実行時間を短縮することができな
いという欠点があつた。
In conventional microprogram control systems, when the operation differs depending on the presence or absence of a certain condition, the program first branches using a conditional branching microinstruction that does not involve a valid execution operation, and then performs the desired operation.
The drawback was that it was not possible to shorten the execution time of microinstructions.

マイクロプログラム分岐の条件制御とマイクロ
プログラム動作実行抑止の制御との共通化を計る
ことによりマイクロ命令の実行時間を短縮でき、
かつ条件動作型マイクロ命令を少なくできるマイ
クロプログラム制御方式を提供することにある。
By standardizing the conditional control of microprogram branching and the control of inhibiting execution of microprogram operations, the execution time of microinstructions can be shortened.
Another object of the present invention is to provide a microprogram control method that can reduce the number of conditional operation type microinstructions.

本発明のマイクロプログラム制御方式は一連の
マイクロ命令で構成されるマイクロプログラムを
格納する制御記憶と、前記制御記憶から読み出さ
れた実行すべきマイクロ命令を格納するマイクロ
命令レジスタと、次に実行するマイクロ命令の番
地を作成して前記制御記憶から次に実行するマイ
クロ命令を読み出させるとともに前記実行すべき
マイクロ命令の番地制御フイールドが条件分岐を
しめすときに分岐指示信号を発生するマイクロプ
ログラム番地制御部と、前記分岐指示信号に応答
して発生する実行抑止信号によつて前記実行すべ
きマイクロ命令の実行動作が実行抑制される実行
部とを含んで構成される。
The microprogram control method of the present invention includes a control memory for storing a microprogram consisting of a series of microinstructions, a microinstruction register for storing microinstructions to be executed read from the control memory, and a microinstruction register for storing microinstructions to be executed next. Microprogram address control that creates a microinstruction address, reads the next microinstruction to be executed from the control memory, and generates a branch instruction signal when the address control field of the microinstruction to be executed indicates a conditional branch. and an execution section in which execution of the microinstruction to be executed is inhibited by an execution inhibition signal generated in response to the branch instruction signal.

本発明の実施例を図面を参照して説明する。 Embodiments of the present invention will be described with reference to the drawings.

第2図は本発明の一実施例で、実行部1′、制
御記憶2′、マイクロ命令レジスタ3′、マイクロ
プログラム番地制御部4′、分岐条件信号11、
制御記憶から読出されるマイクロ命令21′のう
ちの実行制御フイールド31、番地制御フイール
ド32、次に読出すべき制御記憶番地41は第1
図と同じである。番地制御フイールド32は分岐
条件信号選択フイールド33と番地フイールド3
4とからなつている。分岐条件信号選択フイール
ド33の値はマイクロプログラム番地制御部4′
の中の条件信号選択回路42を制御し、実行部
1′から送られてきた分岐条件信号11の内のひ
とつを分岐指示信号43として選び出す。分岐指
示信号43は番地フイールド34の値と組合せて
次に読出すべき制御記憶番地41となる。条件信
号選択回路42へは分岐条件信号選択フイールド
33の内の1ビツトが選択される分岐条件信号1
1の1つとして加わつており、これによつて無条
件分岐も実現されている。
FIG. 2 shows an embodiment of the present invention, in which an execution unit 1', a control memory 2', a microinstruction register 3', a microprogram address control unit 4', a branch condition signal 11,
The execution control field 31, address control field 32, and control memory address 41 to be read next of the microinstruction 21' read from the control memory are the first
Same as the figure. Address control field 32 is branch condition signal selection field 33 and address field 3.
It consists of 4. The value of the branch condition signal selection field 33 is determined by the microprogram address control section 4'.
It controls a condition signal selection circuit 42 in the execution section 1' and selects one of the branch condition signals 11 sent from the execution section 1' as a branch instruction signal 43. Branch instruction signal 43 is combined with the value of address field 34 to become the control storage address 41 to be read next. A branch condition signal 1 in which one bit in the branch condition signal selection field 33 is selected is sent to the condition signal selection circuit 42.
1, and thereby also realizes unconditional branching.

マイクロ命令レジスタ3′に格納されるマイク
ロ命令21′には第1図に示すマイクロ命令21
に対し実行抑止制御フイールド35,36が追加
されており、これらはともに1ビツトで構成され
る。論理ゲート52はいわゆる排他的論理和素子
であり、実行抑止制御フイールド36の値と分岐
指示信号43の値とが異る時“1”が出力され、
さらにアンドゲート51によつて実行抑止制御フ
イールド35の値との論理積がとられて、実行抑
止信号13となつて実行部1′の実行抑止制御端
子12に加えられる。
The microinstruction 21' stored in the microinstruction register 3' includes the microinstruction 21 shown in FIG.
Execution inhibition control fields 35 and 36 have been added to this, and both of these fields are composed of 1 bit. The logic gate 52 is a so-called exclusive OR element, and outputs "1" when the value of the execution inhibition control field 36 and the value of the branch instruction signal 43 are different.
Further, an AND gate 51 performs a logical product with the value of the execution inhibition control field 35, and the resulting execution inhibition signal 13 is applied to the execution inhibition control terminal 12 of the execution unit 1'.

実行部1′の詳細は図示されていないが、第1
図に示す実行部1と実行抑止制御端子12が
“1”の時に実行制御フイールド31の値にかか
わらずそのマシンサイクルの動作を抑止するため
に動作抑止制御手段の1つであるインヒビツトゲ
ートのインヒビツト端子に、実行抑止信号13が
供給されて、動作を抑止するかどうか制御する点
にある。この動作抑止手段としては実行部1′に
供給されるクロツクを根元から止めるというのが
最も単純である。しかし、この動作抑止手段とし
てのクロツク停止制御が時間的に間に合わない場
合は実行部1′内の各レジスタ、フリツプフロツ
プの書込制御端子の直前に動作抑止手段を設けて
もよい。このとき、すべてのレジスタやフリツプ
フロツプの書込を抑えずに、ソフトウエアに見え
るレジスタや主記憶アクセスを起動するフリツプ
フロツプ等動作を抑止しようとする部分のみ必要
最小限に限つても良い。いずれにしても当業者に
は容易な一般的技術である。
Although details of the execution unit 1' are not shown, the first
In order to suppress the operation of the machine cycle regardless of the value of the execution control field 31 when the execution unit 1 and the execution inhibition control terminal 12 shown in the figure are "1", an inhibit gate, which is one of the operation inhibition control means, is activated. An execution inhibition signal 13 is supplied to the inhibit terminal to control whether or not to inhibit the operation. The simplest means for inhibiting this operation is to stop the clock supplied to the execution section 1' from its source. However, if the clock stop control as the operation inhibiting means is not sufficient in time, the operation inhibiting means may be provided immediately before the write control terminal of each register or flip-flop in the execution section 1'. At this time, instead of suppressing writing to all registers and flip-flops, only the portions whose operations are to be suppressed, such as registers visible to software and flip-flops that activate main memory access, may be suppressed to the necessary minimum. In any case, it is a common technique that is easy for those skilled in the art.

このような実施例の動作を前述した演算オーバ
ーフローチエツクの例で以下に説明する。先行す
るマシンサイクルで演算が行われた後に、当該マ
シンサイクルを実行させるマイクロ命令21′で
は実行制御フイールド31でアキユムレータから
レジスタへの転送を指示し、実行抑止制御フイー
ルド35に“1”、実行抑止制御フイールド36
に“0”を設定しておく。また、条件信号選択フ
イールド33はオーバーフローインデイケータを
選択するように設定し、番地フイールド34は次
のマイクロ命令を読み出すための番地を設定して
おく。この番地は通常の条件分岐のときと同じ
で、オーバーフローインデイケータの値による2
方向分岐となるが、同時に、もしオーバーフロー
インデイケータの値が“1”であると論理ゲート
52の出力が“1”となり、アンドゲート51を
通過して実行抑止制御端子12に伝えられ、この
マシンサイクルで実行する予定であつたレジスタ
転送が抑えられる。もし、オーバーフローインデ
イケータの値が“0”であれば、レジスタ転送は
実行される。マイクロ命令レジスタ3へのクロツ
クは抑えられないので条件分岐動作自体は実行さ
れ、次のマシンサイクルでは分岐先の番地のマイ
クロ命令が実行される。
The operation of such an embodiment will be explained below using the example of the arithmetic overflow check mentioned above. After the operation is performed in the preceding machine cycle, the microinstruction 21' that executes the machine cycle instructs the transfer from the accumulator to the register in the execution control field 31, and sets "1" in the execution inhibition control field 35 to inhibit execution. control field 36
Set “0” to “0”. Further, the condition signal selection field 33 is set to select the overflow indicator, and the address field 34 is set to the address for reading the next microinstruction. This address is the same as for normal conditional branching, and is determined by the value of the overflow indicator.
However, at the same time, if the value of the overflow indicator is "1", the output of the logic gate 52 becomes "1", which is passed through the AND gate 51 and transmitted to the execution inhibit control terminal 12, and this machine Register transfers that were scheduled to be executed in cycles are suppressed. If the value of the overflow indicator is "0", the register transfer is executed. Since the clock to the microinstruction register 3 cannot be suppressed, the conditional branch operation itself is executed, and the microinstruction at the branch destination address is executed in the next machine cycle.

なお、マイクロプログラムの条件分岐の方式と
しては上述のように指定された飛び先番地のビツ
トの一部に条件信号を埋込む形式ではなく、条件
信号が“1”か“0”かによつて指定された飛び
先に分岐するか現番地の次の(+1)番地に進む
かが選ばれる形式のものがあるが、多くの条件信
号が選択回路によつて最終的に1本の信号線に集
められているという事情は同じであり容易に本発
明を適用できる。また2方向でなく多方向分岐に
於てその内の一部の分岐について動作抑止をする
ことが有用な場合、動作抑止フイールド36を拡
張し、細かい動作抑止指定が行えるようにするこ
とは当業者には容易であろう。
Note that the method of conditional branching in a microprogram is not to embed a conditional signal in a part of the bits at the specified jump address as described above, but to embed the conditional signal in a part of the bits at the designated jump address. There is a format in which a choice is made between branching to a specified jump destination or proceeding to the next (+1) address from the current address, but many conditional signals are ultimately connected to one signal line by a selection circuit. The circumstances of the collection are the same, and the present invention can be easily applied. Furthermore, if it is useful to inhibit the operation of a part of a multi-directional branch instead of a two-way branch, a person skilled in the art will be able to extend the operation inhibition field 36 and make detailed operation inhibition specifications. It would be easy to do so.

本実施例では抑止制御のために実行制御フイー
ルドや番地制御フイールドとは別に独立なフイー
ルドを設定しているが、マイクロ命令語の幅の制
約から番地制御フイールド中にコード化して組込
んだり、いくつかに分割された実行制御フアール
ドの内の1フイールド中にコード化して定義され
ている数十〜数百種のマイクロ命令のひとつとし
て組込んだりする実現法も考えられる。
In this embodiment, an independent field is set apart from the execution control field and the address control field for inhibition control, but due to the constraints on the width of the microinstruction word, it is necessary to code and incorporate it into the address control field. An implementation method may also be considered in which it is incorporated as one of dozens to hundreds of types of microinstructions that are coded and defined in one field of an execution control field divided into two.

本発明のマイクロプログラム制御方式は、実行
部の動作を常に実行する代りに、条件分岐命令の
ときに発生する分岐指示信号に応答して発生する
実行抑止信号により実行を抑止することにより、
複数のマイクロ命令で達成される動作を単一のマ
イクロ命令で実行できるため実行時間が短縮でき
るという効果がある。
The microprogram control method of the present invention suppresses execution by using an execution inhibit signal generated in response to a branch instruction signal generated at the time of a conditional branch instruction, instead of constantly executing the operation of the execution unit.
This has the effect of shortening execution time because an operation that can be accomplished with multiple microinstructions can be executed with a single microinstruction.

さらに、付帯的な効果として、実行抑止をマイ
クロプログラムの条件分岐と関係づけて行なうこ
とにより、各々のマイクロ命令の個別の条件に対
応した動作が行なわれる条件動作型マイクロ命令
を多くつくる必要がなくなり、マイクロプログラ
ムのプログラミングの自由度と同じ自由さで実行
抑止ができるという効果もある。
Furthermore, as an additional effect, by linking execution suppression to the conditional branches of a microprogram, there is no need to create many conditional microinstructions that perform actions corresponding to the individual conditions of each microinstruction. This also has the effect of inhibiting execution with the same degree of freedom as the programming freedom of microprograms.

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

第1図は従来の一例を示すブロツク図、第2図
は本発明の一実施例を示すブロツク図である。 1および1′……実行部、2および2′……制御
記憶、3および3′……マイクロ命令レジスタ、
4および4′……マイクロプログラム番地制御
部、11……分岐条件信号、12……実行抑止制
御端子、13……実行抑止信号、21および2
1′……マイクロ命令、31……実行制御フイー
ルド、32……番地制御フイールド、33……分
岐条件信号選択フイールド、34……番地フイー
ルド、35,36……実行抑止制御フイールド、
41……次に読出すべき制御記憶番地、42……
条件信号選択回路、43……分岐指示信号、51
……論理積ゲート、52……排他的論理和ゲー
ト。
FIG. 1 is a block diagram showing a conventional example, and FIG. 2 is a block diagram showing an embodiment of the present invention. 1 and 1'...execution unit, 2 and 2'...control memory, 3 and 3'...microinstruction register,
4 and 4'...Microprogram address control unit, 11...Branch condition signal, 12...Execution inhibition control terminal, 13...Execution inhibition signal, 21 and 2
1'...Microinstruction, 31...Execution control field, 32...Address control field, 33...Branch condition signal selection field, 34...Address field, 35, 36...Execution inhibition control field,
41... Control memory address to be read next, 42...
Condition signal selection circuit, 43...branch instruction signal, 51
...AND gate, 52...Exclusive OR gate.

Claims (1)

【特許請求の範囲】[Claims] 1 一連のマイクロ命令で構成されるマイクロプ
ログラムを格納する制御記憶と、前記制御記憶か
ら読み出された実行すべきマイクロ命令を格納す
るマイクロ命令レジスタと、次に実行するマイク
ロ命令の番地を作成して前記制御記憶から次に実
行するマイクロ命令を読み出させるとともに前記
実行すべきマイクロ命令の番地制御フイールドが
条件分岐をしめすときに分岐指示信号を発生する
マイクロプログラム番地制御部と、前記分岐指示
信号に応答して発生する実行抑止信号によつて前
記実行すべきマイクロ命令の実行動作が実行抑制
される実行部とを含むことを特徴とするマイクロ
プログラム制御方式。
1 Create a control memory that stores a microprogram consisting of a series of microinstructions, a microinstruction register that stores the microinstructions to be executed read from the control memory, and the address of the next microinstruction to be executed. a microprogram address control unit that reads a microinstruction to be executed next from the control memory and generates a branch instruction signal when an address control field of the microinstruction to be executed indicates a conditional branch, and the branch instruction signal; 1. A microprogram control method, comprising: an execution unit in which execution of the microinstruction to be executed is inhibited by an execution inhibition signal generated in response to the execution of the microinstruction.
JP11898579A 1979-09-17 1979-09-17 Microprogram control system Granted JPS5642858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11898579A JPS5642858A (en) 1979-09-17 1979-09-17 Microprogram control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11898579A JPS5642858A (en) 1979-09-17 1979-09-17 Microprogram control system

Publications (2)

Publication Number Publication Date
JPS5642858A JPS5642858A (en) 1981-04-21
JPS6250855B2 true JPS6250855B2 (en) 1987-10-27

Family

ID=14750147

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11898579A Granted JPS5642858A (en) 1979-09-17 1979-09-17 Microprogram control system

Country Status (1)

Country Link
JP (1) JPS5642858A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56147244A (en) * 1980-04-15 1981-11-16 Nec Corp Microprogram-controlled information processing device
JPH0778632B2 (en) * 1987-09-30 1995-08-23 コニカ株式会社 Development processing method of non-silver salt light-sensitive material capable of improving development uniformity

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5024044A (en) * 1973-07-04 1975-03-14
JPS5081040A (en) * 1973-11-15 1975-07-01

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5024044A (en) * 1973-07-04 1975-03-14
JPS5081040A (en) * 1973-11-15 1975-07-01

Also Published As

Publication number Publication date
JPS5642858A (en) 1981-04-21

Similar Documents

Publication Publication Date Title
US4187539A (en) Pipelined data processing system with centralized microprogram control
US4181942A (en) Program branching method and apparatus
JPS6239780B2 (en)
US4037213A (en) Data processor using a four section instruction format for control of multi-operation functions by a single instruction
US4539635A (en) Pipelined digital processor arranged for conditional operation
US4541045A (en) Microprocessor architecture employing efficient operand and instruction addressing
EP0378415A2 (en) Multiple instruction dispatch mechanism
EP0010197B1 (en) Data processing system for interfacing a main store with a control sectron and a data processing section
US4318172A (en) Store data buffer control system
CA2304609A1 (en) Autonomously cycling data processing architecture
EP0240606B1 (en) Pipe-line processing system and microprocessor using the system
US8200943B2 (en) Microprocessor
JPS6250855B2 (en)
JP2680828B2 (en) Digital device
JPH0222413B2 (en)
JPH0687221B2 (en) Information processing equipment
JPS60134957A (en) Parallel operation processing device
JPH0524537B2 (en)
JPH033037A (en) Microprogram control system
JP2000029508A (en) Programmable controller
JPS6346856B2 (en)
JPH05307483A (en) Method and circuit for controlling write-in to register
JPS63157235A (en) Controller for computer system
JPS6028014B2 (en) microprocessor
JPH0239812B2 (en)