JPH0855024A - Instruction decoder circuit - Google Patents

Instruction decoder circuit

Info

Publication number
JPH0855024A
JPH0855024A JP19031894A JP19031894A JPH0855024A JP H0855024 A JPH0855024 A JP H0855024A JP 19031894 A JP19031894 A JP 19031894A JP 19031894 A JP19031894 A JP 19031894A JP H0855024 A JPH0855024 A JP H0855024A
Authority
JP
Japan
Prior art keywords
instruction
instruction code
code
decoder circuit
circuit
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.)
Granted
Application number
JP19031894A
Other languages
Japanese (ja)
Other versions
JP2684995B2 (en
Inventor
Takatoshi Koga
隆俊 古賀
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
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP6190318A priority Critical patent/JP2684995B2/en
Publication of JPH0855024A publication Critical patent/JPH0855024A/en
Application granted granted Critical
Publication of JP2684995B2 publication Critical patent/JP2684995B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To provide an instruction decoder circuit capable of maintaining a succession property with the decoder circuit of a conventional computer at the time of adding a new instruction to the redundant part of an instruction code provided with redundancy. CONSTITUTION:The decoder circuit of a microcomputer is provided with a first instruction code part 14 corresponding to the instruction code provided with the redundant part on an instruction map and a second instruction code part composed of an AND circuit 11 for responding to the specified instruction code included in the redundant part of the instruction code provided with the redundant part and a counter 12 for detecting that the output signals of the AND circuit 11 are successively generated for the prescribed number of times and outputting a specified instruction. The counter 12 is reset by the generation of the instruction code other than the specified instruction code. The instruction corresponding to the specified instruction code included in the redundant part is prevented from being erroneously outputted along with the inputted instruction code at the time of inputting the instruction code provided with the redundancy in a succeeded software.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はマイクロコンピュータの
命令デコーダ回路に関し、特に命令マップ上で冗長な命
令を持つ複数ビットの命令系を解読するための命令デコ
ーダの回路構成に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer instruction decoder circuit, and more particularly to a circuit structure of an instruction decoder for decoding a multi-bit instruction system having redundant instructions on an instruction map.

【0002】[0002]

【従来の技術】図3を参照して、従来のマイクロコンピ
ュータの命令デコーダ回路について説明する。同図は、
命令マップ上で冗長な命令コードを一部に有する命令系
であって、各命令コードが8ビットで構成される命令系
のマップを例示している。上位4ビットを成すI7 〜I
4 ビットと、下位4ビットを成すI3 〜I0ビットとの
組合せにより各命令コードが構成される。
2. Description of the Related Art An instruction decoder circuit of a conventional microcomputer will be described with reference to FIG. This figure shows
This is an instruction system map which has redundant instruction codes in part on the instruction map, each instruction code being composed of 8 bits. I7 to I, which form the upper 4 bits
Each instruction code is composed of a combination of 4 bits and I3 to I0 bits forming the lower 4 bits.

【0003】図3では、上位及び下位の各4ビットが夫
々、0〜Fの16進法表示(ヘキサ表示)されてマップ
が構成されている。例えば、命令「ADD_A,#n
4」は、アキュムレータAと、この命令コード中に含ま
れる4ビットのイミディエートデータとの和算を行な
い、その和をアキュムレータAに格納する命令を示して
いる。この命令は、マップ上において、”0×(ヘキサ
表示)”=”0000××××(バイナリー表示)”に
マッピングされている。ここで、×は任意の数字であ
る。
In FIG. 3, the upper 4 bits and the lower 4 bits are displayed in hexadecimal notation (hexadecimal display) of 0 to F to form a map. For example, the instruction “ADD_A, #n
"4" indicates an instruction for performing an addition operation on the accumulator A and the 4-bit immediate data included in the instruction code and storing the sum in the accumulator A. This instruction is mapped to "0x (hexadecimal display)" = "0000xxxx (binary display)" on the map. Here, x is an arbitrary number.

【0004】図4は、上記マッピング表示された命令系
をデコードするデコーダ回路の一部の回路構成を示して
いる。例えば、先に例示した命令「ADD_A,#n
4」は、命令コードの各ビットI7〜I0について、(I
7 、I6 、I5 、I4 、I3 、I2 、I1 、I0)=”
0000××××”の入力に対応する。この命令コード
の入力があると、それに応答して出力が”1”になる対
応するAND回路41で解読される。同様に、図中に例
示した命令コード「CALL_addr」は、”010
00×××(バイナリー表示)”に、命令コード「SE
T_CF」は、011000××(バイナリー表示)
に、命令コード「RST_CF」は、011001××
(バイナリー表示)に、命令コード「RT」は、111
00000(バイナリー表示)”に夫々マッピングされ
ており、デコーダ回路はこれらの夫々に応答する各デコ
ード部で各命令を解読する。
FIG. 4 shows a partial circuit configuration of a decoder circuit for decoding the instruction system displayed in the mapping manner. For example, the instruction “ADD_A, #n
4 ”is (I) for each bit I7 to I0 of the instruction code.
7, I6, I5, I4, I3, I2, I1, I0) = "
0000 × XXX × ”input. When this instruction code is input, it is decoded by the corresponding AND circuit 41 whose output becomes“ 1 ”in response to it. Similarly, it is illustrated in the figure. The instruction code “CALL_addr” is “010
00XXXXX (binary display) ", the instruction code" SE
"T_CF" is 011000XX (binary display)
In addition, the instruction code “RST_CF” is 0111001xx
(Binary display), the instruction code "RT" is 111
"00000 (binary display)", and the decoder circuit decodes each instruction in each decoding unit that responds to each of these.

【0005】上記のように、デコーダ回路は、命令系に
含まれる各命令に夫々対応する命令デコード部を備えて
おり、入力される命令コードに対応する命令デコード部
の何れの出力が「1」になるかに従って、命令系の解読
が行なわれる。
As described above, the decoder circuit includes the instruction decoding unit corresponding to each instruction included in the instruction system, and any output of the instruction decoding unit corresponding to the input instruction code is "1". The instruction system is decoded according to

【0006】図3において、キャリーフラッグ(以下C
Fと略す)のセット及びリセット命令である命令コード
「SET_CF」及び「RST_CF」は、何れもイミ
ディエートデータを必要としないので、命令マップ上で
1つの特定のコードに対応させることが出来る。例え
ば、これらの夫々を”60(ヘキサ表示)”又は”65
(ヘキサ表示)”としても支障はない。しかし、図3に
例示した命令系では、命令マップ上でコードに余裕があ
るため、敢えてフルデコードせずに冗長を持たせてあ
る。このため、デコード回路の対応するデコード部の構
成が簡素化される。なお、図3では、冗長を持たせた命
令コードは、これら「SET_CF」及び「RST_C
F」のみである。
In FIG. 3, a carry flag (hereinafter C
The instruction codes “SET_CF” and “RST_CF” which are set and reset instructions (abbreviated as “F”) do not require immediate data, and thus can correspond to one specific code on the instruction map. For example, each of these is "60 (hexadecimal display)" or "65
(Hexadecimal display) "is not a problem. However, in the instruction system illustrated in FIG. 3, since there is a margin of code on the instruction map, redundancy is provided instead of full decoding. The configuration of the corresponding decoding unit of the circuit is simplified.In addition, in FIG.3, the instruction code with redundancy has these "SET_CF" and "RST_C".
Only "F".

【0007】[0007]

【発明が解決しようとする課題】例えばマイクロコンピ
ュータのファミリー展開のために、新たに製作が開始さ
れるマイクロコンピュータで命令の種類を増やす必要が
生ずる場合がある。かかる場合には、命令マップ上で冗
長を持たせた命令コードの当該冗長部分を、新たに必要
となった命令に割り当てこれを定義する。しかし、この
場合には、既存のソフトウエアが、新に製作されるマイ
クロコンピュータ上においても利用できることが特に要
請される。このため、新しいマイクロコンピュータで
は、従来のマイクロコンピュータのデコーダ回路との間
で継承性を保つように、デコーダ回路を工夫する必要が
ある。
For example, in order to expand a family of microcomputers, it may be necessary to increase the kinds of instructions in a microcomputer which is newly manufactured. In such a case, the redundant portion of the instruction code having redundancy on the instruction map is assigned to a newly required instruction and defined. However, in this case, it is particularly required that the existing software can be used on the newly manufactured microcomputer. Therefore, in the new microcomputer, it is necessary to devise the decoder circuit so as to maintain the inheritance with the decoder circuit of the conventional microcomputer.

【0008】本発明は、上記に鑑み、命令マップ上で冗
長を持たせた命令コードの当該冗長部分に割り当てた新
しい命令系の各命令コードを解読すると共に従来の命令
系の各命令コードを解読することができ、従来のソフト
ウエアウエアの継承性を保つ命令デコーダ回路を提供す
ることを目的とする。
In view of the above, the present invention decodes each instruction code of the new instruction system assigned to the redundant portion of the instruction code having redundancy on the instruction map, and decodes each instruction code of the conventional instruction system. It is an object of the present invention to provide an instruction decoder circuit that is capable of maintaining the inheritance of conventional software.

【0009】[0009]

【課題を解決するための手段】上記に鑑み、本発明の命
令デコーダ回路は、命令マップ上で冗長な命令を少なく
とも一部に有する命令系に含まれる各命令コードに対応
して夫々配設され該各命令コードの入力に応答する複数
の命令デコード部を備え、前記命令系を解読するマイク
ロコンピュータの命令デコーダ回路において、1つの冗
長な命令コードの入力に応答する第1の命令デコード部
と、命令マップ上で前記1つの冗長な命令コード内に含
まれる特定の命令コードの入力を検出する特定コード検
出部、及び、該特定コード検出部の出力をカウントし、
前記特定コード検出部からの所定回数の出力を検出する
カウンタから成り、前記特定の命令コードの所定回数の
入力に応答する第2の命令デコード部とを備えることを
特徴とする。
In view of the above, the instruction decoder circuit of the present invention is arranged corresponding to each instruction code included in an instruction system having redundant instructions in at least a part on the instruction map. A first instruction decoding unit responsive to the input of one redundant instruction code in an instruction decoder circuit of a microcomputer for decoding the instruction system, comprising a plurality of instruction decoding units responsive to the input of the respective instruction codes; A specific code detecting section for detecting an input of a specific instruction code included in the one redundant instruction code on an instruction map, and counting the output of the specific code detecting section,
A second instruction decoding unit, which comprises a counter for detecting a predetermined number of outputs from the specific code detection unit and responds to a predetermined number of inputs of the specific instruction code, is provided.

【0010】ここで、本発明のデコーダ回路では、第2
の命令デコード部のカウンタは、特定の命令コード以外
の他の全ての命令コードの入力があるときにはそのカウ
ント値がリセットされることが好ましい。
In the decoder circuit of the present invention, the second circuit
It is preferable that the counter of the instruction decoding unit is reset when the input of all the instruction codes other than the specific instruction code.

【0011】[0011]

【作用】本発明の命令デコーダ回路では、第2の命令デ
コード部のカウンタが、特定の命令コードの入力に応答
する特定コード検出部の出力をカウントし、所定回数の
カウントがあると特定命令があったものとしてこの命令
を出力する。他方、特定の命令コードを冗長部として含
む命令コードが入力されると、当該入力された命令コー
ドが第1の命令デコード部で解読され、且つ、第2のデ
コード部ではこの命令コードの入力により特定の命令コ
ードの入力があったものと誤って特定の命令を出力する
こともない。従って、冗長部を含む従来の命令コード及
び追加された特定の命令コードの何れもが支障なく解読
される。
In the instruction decoder circuit of the present invention, the counter of the second instruction decoding section counts the output of the specific code detecting section in response to the input of the specific instruction code, and when the predetermined number of times is counted, the specific instruction is output This command is output as if it existed. On the other hand, when an instruction code including a specific instruction code as a redundant portion is input, the input instruction code is decoded by the first instruction decoding unit, and by the second decoding unit, this instruction code is input. There is also no case where a specific instruction is erroneously output as a specific instruction code being input. Therefore, both the conventional instruction code including the redundant portion and the added specific instruction code can be decoded without any trouble.

【0012】[0012]

【実施例】以下、図面を参照して本発明を更に説明す
る。図1は本発明の一実施例の命令デコーダ回路を示
す。本実施例の命令デコーダ回路が解読する命令系は、
図3に示した従来の命令系、及び、その全体構成は変え
ないで、単に「SET_CF」の冗長部の一部に別の命
令を追加した新たな命令系である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be further described below with reference to the drawings. FIG. 1 shows an instruction decoder circuit according to an embodiment of the present invention. The instruction system decoded by the instruction decoder circuit of this embodiment is
It is a conventional instruction system shown in FIG. 3 and a new instruction system in which another instruction is simply added to a part of the redundant portion of “SET_CF” without changing the overall configuration.

【0013】本実施例のデコーダ回路は、新たに追加さ
れた命令のため、図4に示した命令デコーダ回路に、特
定の命令コード「INC_@HL」を解読するための第
2のデコード部を追加している。かかる構成により、本
実施例の命令デコーダ回路は、命令マップ中で冗長部を
含む命令である命令コード「SET_CF」を含む従来
の命令コードと、命令コード「SET_CF」の冗長部
分に追加した特定の命令コードとを夫々支障なく解読す
ることが出来る。
Since the decoder circuit of the present embodiment has a newly added instruction, the instruction decoder circuit shown in FIG. 4 has a second decoding unit for decoding a specific instruction code "INC_ @ HL". I am adding. With such a configuration, the instruction decoder circuit of the present embodiment adds the conventional instruction code including the instruction code “SET_CF”, which is an instruction including the redundant portion in the instruction map, and the specific portion added to the redundant portion of the instruction code “SET_CF”. You can decipher each instruction code without any trouble.

【0014】例示した特定の命令コード「INC_@H
L」は、”HLレジスタに格納されているアドレスで規
定されるRAMのセル中の数字をインクリメントする”
命令である。この命令「INC_@HL」を解読する第
2のデコード部は、バイナリー表示で”011000×
×”を成す命令コード「SET_CF」の冗長部分の内
の1つの特定の命令コード”0110001×”の入力
に応答するAND回路11と、このAND回路11の出
力をカウントするカウンタ12と、AND回路11の出
力及び全命令コードの入力の否定を2つの入力とし、そ
の出力でカウンタをリセットするNOR回路13とを備
える。
The specific instruction code "INC_ @ H" illustrated
“L” is “increment the number in the cell of the RAM specified by the address stored in the HL register”.
It is an instruction. The second decoding unit for decoding this instruction "INC_ @ HL" is "011000 ×" in binary display.
An AND circuit 11 that responds to the input of one specific instruction code “0110001 ×” in the redundant portion of the instruction code “SET_CF” that forms “×”, a counter 12 that counts the output of this AND circuit 11, and an AND circuit. The output of 11 and the negation of the input of all instruction codes are two inputs, and the NOR circuit 13 that resets the counter by the output is provided.

【0015】上記構成において、AND回路11は、特
定の命令「INC_@HL」に対応するコードが入力さ
れると、その入力に応答して出力がその都度「1」にな
る。AND回路12が所定回数、例えば4回連続して特
定の命令コードの入力があったことを検出すると、カウ
ンタ12が、カウント終了信号(オーバーフロー信号)
を発生させる。カウンタ12は、特定の命令コード「I
NC_@HL」以外の命令コードが発生すると、その都
度リセットされる。従って、特定の命令コードが連続し
て所定回数発生しない場合には、特定の命令の実行は行
なわれない。
In the above configuration, when the code corresponding to the specific instruction "INC_ @ HL" is input, the AND circuit 11 outputs "1" each time in response to the input. When the AND circuit 12 detects that a specific instruction code has been input a predetermined number of times, for example, four times in succession, the counter 12 causes the count end signal (overflow signal).
Generate. The counter 12 has a specific instruction code “I
Whenever an instruction code other than "NC_ @ HL" occurs, it is reset each time. Therefore, if the specific instruction code does not occur a predetermined number of times in succession, the specific instruction is not executed.

【0016】本実施例のデコーダ回路では、まず、命令
「SET_CF」に対応する、バイナリー表示で”01
1000××”のコードを入力すると、第1のデコード
部を成すAND回路14から「SET_CF」信号が出
力される。また、命令「SET_CF」の冗長部分を成
す特定の命令コード”0110001×”を4回連続し
て入力すると、第2のデコード部のカウンタ12がオー
バーフロー信号を発生し、命令「INC_@HL」が出
力される。これにより、マイクロコンピュータはこの特
定の命令「INC_@HL」を実行する。
In the decoder circuit of the present embodiment, first, "01" is displayed in binary corresponding to the instruction "SET_CF".
When the code "1000XX" is input, the AND circuit 14 forming the first decoding unit outputs the "SET_CF" signal. Further, when the specific instruction code “0110001 ×” forming the redundant portion of the instruction “SET_CF” is input four times in a row, the counter 12 of the second decoding unit generates an overflow signal and the instruction “INC_ @ HL” Is output. This causes the microcomputer to execute this particular instruction "INC_ @ HL".

【0017】上記において、本実施例のデコーダ回路で
は、冗長な命令コードの当該冗長部分の1つの特定の命
令が発生するとき、命令「SET_CF」を実行する信
号がAND回路14から4回連続して出力される。従っ
て、この特定の命令を含むソフトウエア上で或いはハー
ドウエア上で、命令「SET_CF」による影響を除く
等の処置を予め考慮する必要がある。
In the above, in the decoder circuit of this embodiment, when one specific instruction of the redundant portion of the redundant instruction code is generated, the signal for executing the instruction "SET_CF" is continuously output from the AND circuit 14 four times. Is output. Therefore, it is necessary to consider in advance the measures such as removing the influence of the instruction "SET_CF" on the software including this specific instruction or on the hardware.

【0018】上記構成に代えて、命令「INC_@H
L」を、単に1回のコード入力のみで実行させる構成も
考えられる。しかし、かかる構成を採用すると、冗長部
を有する命令コード「SET_CF」が入力された際
に、ビットI1は指定されないので、ビットI1の状態に
よっては、命令「SET_CF」に加えて、命令「IN
C_@HL」も出力される可能性がある。本実施例で
は、命令「SET_CF」が入力された際に、これと同
時に命令「INC_@HL」が出力されることはなく、
従って、従来から利用されている命令「SET_CF」
を含むソフトウエアの継承性が保たれ、これに修正を加
える必要はない。
In place of the above configuration, the instruction "INC_ @ H
A configuration in which "L" is executed only by one code input is also conceivable. However, if such a configuration is adopted, when the instruction code “SET_CF” having a redundant portion is input, the bit I1 is not specified, so depending on the state of the bit I1, in addition to the instruction “SET_CF”, the instruction “IN
C_ @ HL "may also be output. In this embodiment, when the instruction "SET_CF" is input, the instruction "INC_ @ HL" is not output at the same time,
Therefore, the conventionally used instruction "SET_CF"
Inheritance of software including is maintained, and it is not necessary to modify it.

【0019】図2は、本発明の第2の実施例のデコーダ
回路の構成を示している。同図のデコーダ回路では、冗
長部分を有する命令「RST_CF」の当該冗長部分
に、特定命令「INC_@HL」を追加割当てした命令
系及びそれ以前の命令系を夫々解読することが出来る。
命令「RST_CF」はコード”011001××”に
対応しており、命令「INC_@HL」は、コード”0
110011×”の所定回数の入力に対応する。第2の
実施例では、AND回路及びカウンタを含む第2のデコ
ード部の構成は、先の実施例と同様である。本実施例に
おいても、特定の命令コードが継続して例えば4回入力
されることにより、命令「INC_@HL」が出力され
る。
FIG. 2 shows the configuration of a decoder circuit according to the second embodiment of the present invention. In the decoder circuit shown in the figure, the instruction system in which the specific instruction "INC_ @ HL" is additionally allocated to the redundant portion of the instruction "RST_CF" having the redundant portion and the instruction system before that can be decoded.
The instruction “RST_CF” corresponds to the code “011001XX”, and the instruction “INC_ @ HL” corresponds to the code “0.
In the second embodiment, the configuration of the second decoding unit including the AND circuit and the counter is similar to that of the previous embodiment. By continuously inputting the instruction code of, for example, four times, the instruction “INC_ @ HL” is output.

【0020】なお、上記各実施例の構成は単に例示であ
り、本発明のマイクロコンピュータのデコーダ回路は、
上記各実施例の構成から種々の修正及び変形が可能であ
る。
The configuration of each of the above embodiments is merely an example, and the decoder circuit of the microcomputer of the present invention is
Various modifications and variations are possible from the configurations of the above-described embodiments.

【0021】[0021]

【発明の効果】以上説明したように、本発明のマイクロ
コンピュータのデコーダ回路は、冗長部を有する命令コ
ードの当該冗長部分に含まれる特定の命令コードを所定
回数連続して入力した場合にのみ、特定の命令コードに
対応する特定命令を発生させることでこの命令を解読
し、且つ、特定の命令コードを冗長部分に含む命令コー
ドを解読することが出来る。従って、本発明は、従来の
ソフトウエアを利用しつつ、マイクロコンピュータに新
たな命令を追加できるという顕著な効果を奏する。
As described above, the decoder circuit of the microcomputer of the present invention can be operated only when the specific instruction code included in the redundant portion of the instruction code having the redundant portion is continuously input a predetermined number of times. By generating a specific instruction corresponding to a specific instruction code, this instruction can be decoded, and an instruction code including the specific instruction code in the redundant portion can be decoded. Therefore, the present invention has a remarkable effect that a new instruction can be added to the microcomputer while using the conventional software.

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

【図1】本発明の一実施例のマイクロコンピュータのデ
コーダ回路の回路図。
FIG. 1 is a circuit diagram of a decoder circuit of a microcomputer according to an embodiment of the present invention.

【図2】本発明の第二の実施例のマイクロコンピュータ
のデコーダ回路の回路図。
FIG. 2 is a circuit diagram of a decoder circuit of a microcomputer according to a second embodiment of the present invention.

【図3】冗長部を有する命令コードを有する命令系のマ
ップ図。
FIG. 3 is a map diagram of an instruction system having an instruction code having a redundant portion.

【図4】従来のマイクロコンピュータのデコーダ回路の
回路図。
FIG. 4 is a circuit diagram of a decoder circuit of a conventional microcomputer.

【符号の説明】[Explanation of symbols]

11、21 AND回路 12、22 カウンタ 13、23 NOR回路 14、24 AND回路 11, 21 AND circuit 12, 22 Counter 13, 23 NOR circuit 14, 24 AND circuit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 命令マップ上で冗長な命令を少なくとも
一部に有する命令系に含まれる各命令コードに対応して
夫々配設され該各命令コードの入力に応答する複数の命
令デコード部を備え、前記命令系を解読するマイクロコ
ンピュータの命令デコーダ回路において、 1つの冗長な命令コードの入力に応答する第1の命令デ
コード部と、 命令マップ上で前記1つの冗長な命令コード内に含まれ
る特定の命令コードの入力を検出する特定コード検出
部、及び、該特定コード検出部の出力をカウントし、前
記特定コード検出部からの所定回数の出力を検出するカ
ウンタから成り、前記特定の命令コードの所定回数の入
力に応答する第2の命令デコード部とを備えることを特
徴とする命令デコーダ回路。
1. A plurality of instruction decoding units, each of which is arranged corresponding to each instruction code included in an instruction system having at least a part of redundant instructions on an instruction map and responds to the input of each instruction code. An instruction decoder circuit of a microcomputer for decoding the instruction system, a first instruction decoding unit responsive to input of one redundant instruction code, and a specification included in the one redundant instruction code on an instruction map Of a specific code detecting section for detecting the input of the instruction code, and a counter for counting the output of the specific code detecting section and detecting a predetermined number of outputs from the specific code detecting section. An instruction decoder circuit comprising: a second instruction decoding unit that responds to a predetermined number of inputs.
【請求項2】 前記カウンタは、前記命令系内の特定の
命令コード以外の命令コードの入力があるとカウント値
がリセットされる、請求項1に記載の命令デコーダ回
路。
2. The instruction decoder circuit according to claim 1, wherein the count value of the counter is reset when an instruction code other than a specific instruction code in the instruction system is input.
JP6190318A 1994-08-12 1994-08-12 Instruction decoder circuit Expired - Lifetime JP2684995B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6190318A JP2684995B2 (en) 1994-08-12 1994-08-12 Instruction decoder circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6190318A JP2684995B2 (en) 1994-08-12 1994-08-12 Instruction decoder circuit

Publications (2)

Publication Number Publication Date
JPH0855024A true JPH0855024A (en) 1996-02-27
JP2684995B2 JP2684995B2 (en) 1997-12-03

Family

ID=16256183

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6190318A Expired - Lifetime JP2684995B2 (en) 1994-08-12 1994-08-12 Instruction decoder circuit

Country Status (1)

Country Link
JP (1) JP2684995B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6133542A (en) * 1984-07-26 1986-02-17 Nec Corp Instruction decoder

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6133542A (en) * 1984-07-26 1986-02-17 Nec Corp Instruction decoder

Also Published As

Publication number Publication date
JP2684995B2 (en) 1997-12-03

Similar Documents

Publication Publication Date Title
US4446517A (en) Microprogram memory with page addressing and address decode in memory
JP2001005675A (en) Program converter and processor
JP2684995B2 (en) Instruction decoder circuit
JP3350005B2 (en) Counter reading control device and control method thereof
US5410659A (en) Digital processor with instruction memory of reduced storage size
JP2001344116A (en) Arithmetic processor
JPH03266141A (en) Microprocessor system
JPH06230990A (en) Method and apparatus for discrimination and correction of error of code
JPH06231007A (en) Illegal address detection circuit for computer
JPH0646520B2 (en) Semiconductor memory device
JPH03191450A (en) Defective chip substituting circuit for memory card
JPS61110247A (en) Storage device
JPS6226540A (en) Data processing circuit
JP2690910B2 (en) Control storage device
JPH05189231A (en) Error processing system in instruction fetch
JPS607680A (en) Device for forming memory module selecting signal
JPH0652002A (en) Method and circuit for checking data
JPH08137762A (en) Parity check system
JPH09223213A (en) Counting method and ic card applying this method
JPS5990144A (en) Digital arithmetic device
JPH03204727A (en) Interruption control circuit
JPS628233A (en) Interruption control circuit
JPH04137138A (en) Information processor
JPH04246756A (en) Information processor
JPH0696112A (en) Vector data processing circuit