JP2529694B2 - Standby instruction execution device for microprocessor - Google Patents

Standby instruction execution device for microprocessor

Info

Publication number
JP2529694B2
JP2529694B2 JP62158534A JP15853487A JP2529694B2 JP 2529694 B2 JP2529694 B2 JP 2529694B2 JP 62158534 A JP62158534 A JP 62158534A JP 15853487 A JP15853487 A JP 15853487A JP 2529694 B2 JP2529694 B2 JP 2529694B2
Authority
JP
Japan
Prior art keywords
standby
instruction
condition
output
wait
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 - Lifetime
Application number
JP62158534A
Other languages
Japanese (ja)
Other versions
JPS642142A (en
JPH012142A (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.)
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 JP62158534A priority Critical patent/JP2529694B2/en
Publication of JPS642142A publication Critical patent/JPS642142A/en
Publication of JPH012142A publication Critical patent/JPH012142A/en
Application granted granted Critical
Publication of JP2529694B2 publication Critical patent/JP2529694B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 〔概要〕 本発明は特殊な命令フォーマットを有する1つの待機
(WAIT)命令を設け,該命令を実行するハードウェアを
構成することによって,従来のWAIT命令を有していない
マイクロプロセッサにおいていくつかの命令を組み合わ
せて実行していた結果の不都合な点,例えばチェックを
タイムリーになしえなかった点,あるいは特定のチェッ
クポイントを少しでも過ぎてしまうと間に合わず,次の
チェックサイクルの特定チェックポイントがくるまでチ
ェックが行えなかった点,あるいはアドレス・トレース
を行う場合に条件成立またはタイマ・アウトにならない
限り同一アドレス群のみが抽出されるようになる点など
を解決している。
DETAILED DESCRIPTION [Outline] The present invention has a conventional WAIT instruction by providing one wait (WAIT) instruction having a special instruction format and configuring hardware for executing the instruction. Inconvenient as a result of executing a combination of several instructions in a non-microprocessor, for example, a check could not be made in a timely manner, or if a specific checkpoint was passed even a little, the following Solved the problem that the check could not be performed until a specific checkpoint in the check cycle, or that the same address group would be extracted unless a condition was met or the timer expired when address tracing was performed. There is.

〔産業上の利用分野〕[Industrial applications]

本発明はマイクロプロセッサの待機命令実行装置,特
に1つの待機命令のみで従来の待機ルーチンを効率的に
処理できるようにしたマイクロプロセッサの待機命令実
行装置に関するものである。
The present invention relates to a wait instruction execution device for a microprocessor, and more particularly to a wait instruction execution device for a microprocessor capable of efficiently processing a conventional wait routine with only one wait instruction.

〔従来の技術〕[Conventional technology]

従来,マイクロプロセッサにおいて,WAIT(待機)処
理を行う場合に,WAIT命令を特別に持っていないため
に,いくつかの命令を組み合わせて実行していた。
In the past, when performing WAIT processing in a microprocessor, some instructions were combined and executed because there was no special WAIT instruction.

例えば第5図はタイマを用いてマイクロプロセッサの
処理状態を監視する処理ルーチンを示す。すなわち,該
処理ルーチン開始してから,ステップS1でタイマの初期
値設定を行い,ステップS2で状態処理を行い,ステップ
S3で処理結果の判定を行い,判定結果が良好であれば
(YES)次のステップに進む。しかしながら,判定結果
が満足すべきものでない場合(NO)には,ステップS4
てタイマの減算を行い,ステップS5に進む。該ステップ
S5ではタイマがタイムアウトしたか否かを判断し,その
結果がNOであればステップS2に戻り状態処理を行うとい
うように処理動作が反復される。しかしステップS5の結
果,タイマがタイムアウトした場合には(YESの場
合),処理が終わるようになっている。
For example, FIG. 5 shows a processing routine for monitoring the processing state of the microprocessor using a timer. That is, from the start of the processing routine performs initial value setting of the timer in step S 1, performs a state processing in step S 2, step
A judgment process result in S 3, if the decision result is good (YES) the process proceeds to the next step. However, if the determination result is not satisfactory (NO), the timer is decremented in step S 4 , and the process proceeds to step S 5 . The step
In S 5 timer determines whether or not time out, the process operation is repeated so that the effects performs state process returns to step S 2 if NO. However, as a result of step S 5, (the case of YES), if the timer times out, so that the process ends.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

しかしながら、上記従来技術による処理ルーチンにお
いては複数の命令を組み合わせて命令を実行するために
使用アドレスも増加するので余分なメモリ領域が必要と
なる。また,ステップS3の処理を過ぎた時点で上記成功
の側に進む処理状態が生じても,そのチェックの機会を
逃がしてしまうと,次のステップS3によるチェックポイ
ントを通過するまで待たなければならないため,数ステ
ップに相当する時間が無駄に費やされる問題があった。
However, in the processing routine according to the above-mentioned conventional technique, since a plurality of instructions are combined and the instructions are executed, the number of used addresses also increases, so that an extra memory area is required. Further, even if the process state at the time of past processing in step S 3 advances to the side of the success and thus escape the chance of the check, to wait until it passes a checkpoint for the following step S 3 Therefore, there is a problem that the time corresponding to several steps is wasted.

更に,従来の処理装置では,実行すべき命令のアドレ
スをトレースする場合に,チェック条件が成立してこの
ルーチンを抜けるか,あるいはタイマがタイムアウトで
もしない限り何度も同一のアドレス群のみがトレース結
果のものとして残ってしまい,トレースメモリが一杯に
なり,サイクリックにトレースメモリを使用する場合に
は他のアドレスについてのトレース結果が抹消されてし
まうという問題も生じていた。
Further, in the conventional processing device, when tracing the address of the instruction to be executed, only the same address group is repeatedly traced unless a check condition is satisfied to exit this routine or the timer times out. However, there is a problem that the trace memory becomes full, and when the trace memory is used cyclically, the trace results for other addresses are deleted.

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

第1図は本発明による待機命令実行装置を実現する装
置の原理構成図である。
FIG. 1 is a principle block diagram of an apparatus for realizing a standby instruction execution apparatus according to the present invention.

1は本発明においてもうけられる待機命令であって,
フィールドD〜F部分により待機条件を定め,フィール
ドB部分で外部条件に対応する情報の論理をとり,フィ
ールドC部分で待機解除を定める。2はマルチプレクサ
群であって外部条件を受け前記待機条件で選択するも
の,3は論理ゲート回路,4は前記C部分の内容によって待
機条件を選択するマルチプレクサで構成されている。そ
して,当該待機命令1をワイヤ論理によって実行するよ
うにし,第5図に示した従来の場合のソフトウェアによ
る処理と同様の処理を,1命令によって実行するようにし
ている。
1 is a standby instruction provided in the present invention,
The waiting condition is determined by the fields D to F, the logic of the information corresponding to the external condition is taken in the field B, and the standby release is determined in the field C. Reference numeral 2 is a multiplexer group which receives external conditions and selects the standby condition, 3 is a logic gate circuit, and 4 is a multiplexer which selects the standby condition according to the contents of the C portion. Then, the standby instruction 1 is executed by the wire logic, and the same processing as the software processing in the conventional case shown in FIG. 5 is executed by one instruction.

〔作用〕[Action]

本発明による特殊なフォーマットを有する唯一の待機
命令1を利用することによって,該命令の各部が解読さ
れた際にフィールドBないしFに与えられる条件に対応
して,マルチプレクサ群2,論理ゲート回路3を介して処
理結果のチェックが行えると共に,タイムアウト処理が
行える。したがって,従来のようにいくつもの命令の組
み合わせを持たずに所望する待機処理を実行することが
できるので処理効率が上がる。
By utilizing only one wait instruction 1 having a special format according to the invention, the multiplexer group 2 and the logic gate circuit 3 correspond to the conditions given to the fields B to F when each part of the instruction is decoded. The processing result can be checked via and the timeout processing can be performed. Therefore, it is possible to execute a desired standby process without having a combination of many instructions as in the conventional case, so that the processing efficiency is improved.

〔実施例〕〔Example〕

第2図は本発明による待機命令実行装置を実現するWA
IT命令のフォーマットを示す。
FIG. 2 is a WA for realizing the standby instruction execution device according to the present invention.
Indicates the IT command format.

該命令フォーマットはフィールドA〜Gの部分からな
り,全体のビット数は32ビットとなっている。すなわ
ち,フィールドAは4ビットの命令コード部分,フィー
ルドBは1ビットのAND(アンド)またはOR(オア)条
件を定める部分であって下記に述べるフィールドD,E,F
部分で示される角状態の条件を定めている。そしてB=
1のときはAND条件を定め,B=0はOR条件を定める。フ
ィールドCは2ビットのタイマ条件を規定する部分であ
って,該2ビットの状態がどうなっているかによって,
第3図に示すように内部タイマタイムアウト,外部WAIT
状態解除の条件(EXTMO)を定めている。
The instruction format consists of fields A to G, and the total number of bits is 32 bits. That is, the field A is a 4-bit instruction code part, the field B is a 1-bit part for determining AND (OR) or OR (OR) condition, and the fields D, E, F described below are used.
It defines the condition of the angular state shown by the part. And B =
When it is 1, the AND condition is defined, and when B = 0, the OR condition is defined. Field C is a part that defines a 2-bit timer condition. Depending on what the 2-bit state is,
As shown in Fig. 3, internal timer timeout, external WAIT
The condition for releasing the status (EXTMO) is defined.

一方,前記フィールドDは3ビットからなり,WAIT条
件WTC0を,フィールドEも同じく3ビットからなりWAIT
条件WTC1を,そしてフィールドFも同様に3ビットから
なりWAIT条件WTC2を,それぞれ構成している。したがっ
て前記各3ビットがとりうる状態は(000),(001),
(010),(011),(100),(101),(110),(11
1)の8通りとなるが初めの(000)および終わりの(11
1)の組み合わせは論理0および論理1を夫々与えるも
のとして取り扱われる。これらの各WAIT条件(001)な
いし(110)は外部からマイクロプロセッサに入力され
るEXCNDnm(n=0,1,2,m=0,1,2,3,4,5)信号と対応関
係付けがなされるが,これについては後で詳細に説明す
る。
On the other hand, the field D consists of 3 bits and the WAIT condition WTC0, and the field E also consists of 3 bits and the WAIT
The condition WTC1 and the WAIT condition WTC2, each of which is also composed of 3 bits in the field F, constitute the WAIT condition WTC2. Therefore, the possible states of each of the 3 bits are (000), (001),
(010), (011), (100), (101), (110), (11
There are 8 types of 1), but the first (000) and the last (11)
The combination of 1) is treated as giving a logic 0 and a logic 1, respectively. These WAIT conditions (001) to (110) are associated with the EXCNDnm (n = 0,1,2, m = 0,1,2,3,4,5) signal input to the microprocessor from the outside. However, this will be described in detail later.

先のWAIT命令のG部分は16ビットからなる分岐先アド
レス部であり,待機中にWAIT条件が成立した場合に,こ
のアドレスへ分岐(ブランチ)する。
The G portion of the preceding WAIT instruction is a 16-bit branch destination address portion, and branches to this address when the WAIT condition is satisfied during standby.

第3図は,本発明による待機命令実行装置を実現する
装置の構成を示す。
FIG. 3 shows the configuration of a device that realizes the standby instruction execution device according to the present invention.

11は本発明による待機命令が入るWAIT命令レジスタ,1
2は第1のマルチプレクサ,13は第2のマルチプレクサ,1
4は第3のマルチプレクサ,15はアンドゲート,16はオア
ゲート,17は第4のマルチプレクサ,18はマイクロプロセ
ッサのタイマ,19は第5のマルチプレクサをそれぞれ示
す。
11 is a WAIT instruction register in which a wait instruction according to the present invention is entered, 1
2 is the first multiplexer, 13 is the second multiplexer, 1
Reference numeral 4 is a third multiplexer, 15 is an AND gate, 16 is an OR gate, 17 is a fourth multiplexer, 18 is a microprocessor timer, and 19 is a fifth multiplexer.

ここで、外部からの入力信号EXCNDは,第3図に示す
ようにEXCND00〜05,EXCND10〜15,EXCND20〜25の18の組
み合わせとなっており,これらが各論理“0"および“1"
と共に第1,第2,第3のマルチプレクサの入力となってい
る。そしてEXCNDn0(n=0,1,2)は上述の(001)に対
応し,EXCNDn1は(010),EXCNDn2は(011)に,EXCNDn3は
(100)に,EXCNDn4は(101)に,EXCNDn5は(110)に対
応するように構成しておく。
Here, the input signal EXCND from the outside is 18 combinations of EXCND00 to 05, EXCND10 to 15 and EXCND20 to 25 as shown in FIG. 3, and these are each logic "0" and "1".
It also serves as an input to the first, second, and third multiplexers. EXCNDn0 (n = 0,1,2) corresponds to the above (001), EXCNDn1 is (010), EXCNDn2 is (011), EXCNDn3 is (100), EXCNDn4 is (101), EXCNDn5 is It is configured to correspond to (110).

また,同図に示すようにWAIT命令のフィールドBは第
4のマルチプレクサ17の入力を条件づけ,フィールドC
は第5のマルチプレクサ19の入力を条件づけ,フィール
ドD,E,Fが第1,第2,第3のマルチプレクサ12,13,14の入
力を条件づけるように構成されている。
Also, as shown in the figure, the field B of the WAIT instruction conditions the input of the fourth multiplexer 17, and the field C
Are arranged to condition the inputs of the fifth multiplexer 19 and the fields D, E, F to condition the inputs of the first, second and third multiplexers 12, 13, 14.

次にこのように構成された装置の動作を説明する。 Next, the operation of the apparatus thus configured will be described.

外部条件EXCND00〜05,EXCND10〜15,EXCND20〜25の3
グループの18入力のうち,各1グループのうちのいずれ
かの1入力が,001〜110のうちの特定の3ビットがそれ
ぞれ対応づけられ、これらを選択すべく第1,第2,第3の
マルチプレクサ1〜3の選択のために与えられると共
に,論理“0"または“1"入力が固定的に前記各マルチプ
レクサにそれぞれ与えられている。このとき命令レジス
タ1内に第2図に示した本発明によるWAIT命令が入る
と,(000)〜(111)までの各3ビットからなるD,E,F
部分のビットが解読され,外部条件と適合した特定の3
ビットからなる各出力がマルチプレクサ12,13,14から出
力される。この各出力はアンドゲート15およびオアゲー
ト16の入力に与えられ,それぞれアンド論理およびオア
論理がとられ,その結果の論理出力を第4のマルチプレ
クサ17へ与える。
External conditions EXCND00 to 05, EXCND10 to 15, EXCND20 to 25
Of the 18 inputs of the group, any one input of each one group is associated with a specific three bits of 001 to 110, and the first, second and third bits are selected to select them. A logic "0" or "1" input is fixedly applied to each of the multiplexers while being applied to select the multiplexers 1-3. At this time, when the WAIT instruction according to the present invention shown in FIG. 2 is entered into the instruction register 1, D, E, and F consisting of 3 bits from (000) to (111)
Partial bits are decoded and specified 3
Each output consisting of bits is output from the multiplexers 12, 13 and 14. The respective outputs are given to the inputs of the AND gate 15 and the OR gate 16, and the AND logic and the OR logic are respectively taken, and the resultant logic output is given to the fourth multiplexer 17.

一方,この第4のマルチプレクサ17へは,WAIT命令の
フィールドD,E,FのWAIT条件を定めるフィールドBのビ
ット出力が与えられている。したがってB=1ならばア
ンドゲート15からの出力を選択し,B=0ならばオアゲー
ト16からの出力が選択される。したがって,第4のマル
チプレクサ17から出力が発生されると,この場合,所望
するアンドまたはオア条件が成立したしたものとして
「成立不成功」信号を出力し、分岐先アドレスGで指定
するアドレスへ分岐される。
On the other hand, the bit output of the field B that determines the WAIT condition of the fields D, E, and F of the WAIT instruction is given to the fourth multiplexer 17. Therefore, if B = 1, the output from the AND gate 15 is selected, and if B = 0, the output from the OR gate 16 is selected. Therefore, when an output is generated from the fourth multiplexer 17, in this case, it is determined that the desired AND or OR condition is satisfied, the "unsuccessful establishment" signal is output, and the branch destination address G branches to the address specified. To be done.

また,第5のマルチプレクサ19の入力には,マイクロ
プロセッサのタイマ18からの出力信号および外部からの
WAIT解除信号EXTMOが与えられており,該両信号を第4
図で示した命令のフィールドCの条件により選択して出
力する。即ち(i)フィールドCの値が「00」のときタ
イマ18からの出力もWAIT解除信号EXTMOからの出力も共
に出力しない、(ii)フィールドCの値が「01」のとき
タイマ18からのタイムアウトのみに応じて「成功不成
功」信号を出力する、(iii)フィールドCの値が「1
0」のときWAIT解除信号EXTMOの信号のみに応じて「成立
不成功」信号を出力する、(iv)フィールドCの値が
「11」のときタイマ18からのタイムアウトとWAIT解除信
号EXTMOの信号とのいずれか一方または両方に対応して
「成立不成功」信号を出力する。なお,タイマ18はマイ
クロプログラムによりセットすることもできる。
Further, the input of the fifth multiplexer 19 is an output signal from the timer 18 of the microprocessor and an external signal from the outside.
WAIT release signal EXTMO is given, and both signals are
It is selected and output according to the condition of the field C of the instruction shown in the figure. That is, (i) neither the output from the timer 18 nor the output from the WAIT release signal EXTMO is output when the value of the field C is "00", and (ii) the timeout from the timer 18 when the value of the field C is "01". Output a “successful or unsuccessful” signal in response to only (iii) the value of field C is “1”
When "0", the "unsuccessful establishment" signal is output only in response to the WAIT release signal EXTMO signal. (Iv) When the value of field C is "11" The "unsuccessful establishment" signal is output corresponding to either or both of the above. The timer 18 can also be set by a microprogram.

以上述べたように,本発明によるマイクロプロセッサ
の待機命令実行装置は,1つの命令により,第5図に示し
たいくつかの命令の組み合わせによる処理動作と同じ処
理が実行しうる。
As described above, the microprocessor's standby instruction execution device according to the present invention can execute the same processing as the processing operation by a combination of several instructions shown in FIG. 5 with one instruction.

〔発明の効果〕〔The invention's effect〕

本発明によれば,1つのアドレスを有する命令で,処理
結果のチェックが行えると共に,特定の条件にしたがっ
てWAIT解除(タイムアウト)が行えるのでチェック条件
が成立したときには待ち時間なしに直ちに次のステップ
へ移行できる。
According to the present invention, the processing result can be checked with an instruction having one address, and WAIT can be released (timeout) according to a specific condition. Therefore, when the check condition is satisfied, the process immediately proceeds to the next step without waiting time. Can be migrated.

また,本発明においては,従来技術のようにいくつか
の命令から構成されていた状態監視ルーチンと同じ処理
を1つの命令の実行のみで可能にしたので,処理結果に
対する応答が迅速となると共に,アドレスの無駄がなく
なる。また,命令の内容をどのように設定するかによっ
て多様な処理結果に迅速に対応しうる。
Further, in the present invention, the same processing as the state monitoring routine, which is composed of several instructions as in the prior art, can be performed by executing only one instruction, so that the response to the processing result is quick and Addresses are not wasted. In addition, various processing results can be promptly dealt with depending on how the instruction content is set.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明による待機命令実行装置の原理構成図,
第2図は本発明の装置に用いられる待機命令のフォーマ
ット,第3図は本発明による待機命令実行装置を実現す
る装置の構成図,第4図は第2図の命令のうちフィール
ドCにより定められる待機解除条件,第5図は従来装置
によるいくつかの命令を組み合わせた処理装置のフロー
チャートをそれぞれ示す。 図中,1は待機命令フォーマット,2はマルチプレクサ群,3
は論理ゲート回路,4はマルチプレクサをそれぞれ示す。
FIG. 1 is a block diagram of the principle of a standby instruction execution device according to the present invention,
2 is a format of a standby instruction used in the apparatus of the present invention, FIG. 3 is a block diagram of an apparatus for realizing the standby instruction execution apparatus of the present invention, and FIG. 4 is defined by a field C in the instruction of FIG. FIG. 5 is a flow chart of a processing apparatus in which some instructions are combined according to the conventional apparatus. In the figure, 1 is the standby instruction format, 2 is the multiplexer group, 3
Is a logic gate circuit, and 4 is a multiplexer.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】待機条件を定める第1の所定部分(D〜
F)、前記所定部分で選択された外部条件に対応する上
方の論理積または論理和を指定する第2の所定部分
(B)、待機解除条件を定める第3の所定部分(C)、
待機条件が成立した際の分岐先を指定する第4の所定部
分(G)を有する1つの待機命令(1)が処理可能に構
成される情報処理装置であって、 前記第1の所定部分の内容により外部条件を選択するマ
ルチプレクサ群(2)と、 該マルチプレクサ群(2)からの出力が入力として供給
されて論理処理を行い前記第2の所定部分の内容でその
出力が選択されて成立成功信号を発する論理ゲート回路
(3)と、 タイマからの出力と待機解除信号とが入力として供給さ
れ、前記第3の所定部分の条件によってタイマ出力と待
機解除との組合わせの1つを選択して成立不成功信号を
発するマルチプレクサ(4)とを備え、 前記待機命令を解読することによって1つの命令で待機
実行処理を行う ことを特徴とするマイクロプロセッサの待機命令実行装
置。
1. A first predetermined portion (D to
F), a second predetermined part (B) for designating an upper logical product or a logical sum corresponding to the external condition selected by the predetermined part, and a third predetermined part (C) for defining the waiting release condition,
An information processing apparatus configured to be able to process one standby instruction (1) having a fourth predetermined portion (G) that specifies a branch destination when a standby condition is satisfied, wherein the first predetermined portion A multiplexer group (2) that selects an external condition according to the content, and an output from the multiplexer group (2) is supplied as an input to perform logical processing, and the output is selected according to the content of the second predetermined portion, and the establishment is successful. A logic gate circuit (3) for issuing a signal, an output from the timer and a standby release signal are supplied as inputs, and one of the combination of the timer output and the standby release is selected according to the condition of the third predetermined portion. And a multiplexer (4) for issuing an unsuccessful success signal, and by executing the standby execution process with one instruction by decoding the standby instruction, execution of the standby instruction of the microprocessor Location.
JP62158534A 1987-06-25 1987-06-25 Standby instruction execution device for microprocessor Expired - Lifetime JP2529694B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62158534A JP2529694B2 (en) 1987-06-25 1987-06-25 Standby instruction execution device for microprocessor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62158534A JP2529694B2 (en) 1987-06-25 1987-06-25 Standby instruction execution device for microprocessor

Publications (3)

Publication Number Publication Date
JPS642142A JPS642142A (en) 1989-01-06
JPH012142A JPH012142A (en) 1989-01-06
JP2529694B2 true JP2529694B2 (en) 1996-08-28

Family

ID=15673825

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62158534A Expired - Lifetime JP2529694B2 (en) 1987-06-25 1987-06-25 Standby instruction execution device for microprocessor

Country Status (1)

Country Link
JP (1) JP2529694B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7934045B2 (en) * 2009-06-09 2011-04-26 International Business Machines Corporation Redundant and fault tolerant control of an I/O enclosure by multiple hosts

Also Published As

Publication number Publication date
JPS642142A (en) 1989-01-06

Similar Documents

Publication Publication Date Title
JP2529694B2 (en) Standby instruction execution device for microprocessor
EP0240606A2 (en) Pipe-line processing system and microprocessor using the system
JPH012142A (en) Microprocessor standby instruction execution device
JP2556083B2 (en) Complex arithmetic pipeline circuit
JPS5969845A (en) Controlling system of data driving
JPS5922146A (en) Task scheduling circuit
JP2982129B2 (en) Micro program controller
JPS60110043A (en) Information processor
JPS6238902A (en) Processing system for sequence arithmetic
JPS62147545A (en) Processing system for transfer instruction of information processor
JPH0752416B2 (en) Microcomputer system
JPS6151242A (en) Instruction decoding circuit
JPH0269826A (en) System for controlling instruction with condition
JPH0527893B2 (en)
JPS58159152A (en) Bit transfer controller
JPH02105936A (en) Data processor
JPS6284338A (en) Microprogram controller
JPS58225440A (en) Memory controller
JPS6326733A (en) Pipeline type instruction execution controller
JPS60163131A (en) Information processing unit
JPH01223505A (en) Sequence controller
JPH02236727A (en) Information processor
JPS6170643A (en) Input and output arithmetic processing system of programmable controller
JPH02250103A (en) Counter instruction executing system of programmable controller
JPH05143337A (en) Computer system and control method thereof