JPS59148951A - Decoding system of instruction - Google Patents
Decoding system of instructionInfo
- Publication number
- JPS59148951A JPS59148951A JP2282083A JP2282083A JPS59148951A JP S59148951 A JPS59148951 A JP S59148951A JP 2282083 A JP2282083 A JP 2282083A JP 2282083 A JP2282083 A JP 2282083A JP S59148951 A JPS59148951 A JP S59148951A
- Authority
- JP
- Japan
- Prior art keywords
- mapping
- instruction
- flag
- rom
- valid
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30145—Instruction analysis, e.g. decoding, instruction word fields
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
【発明の詳細な説明】
この発明は、インタプリタ方式言語の命令解読方式に関
する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an instruction decoding method for interpreted languages.
一般に制御システムにおいては、各種の応用分野向き言
語、すなわち問題向き言語(POL)が良く用いられ、
これはインタプリタ方式にて実行されることが多い。第
1図はPOL命令を用いた制御システムの構成例を示す
概要図、第2図はその動作を説明するための70−チャ
ートである。In general, in control systems, various application field-oriented languages, namely problem-oriented languages (POL), are often used.
This is often performed using an interpreted method. FIG. 1 is a schematic diagram showing a configuration example of a control system using POL commands, and FIG. 2 is a 70-chart for explaining its operation.
第1図において、1は上記POL命令を記憶するメモリ
、2は該命令にもとづいて所定の演算処理を行なう演算
処理装置(MPU)、3は該処理装置2によって制御さ
れる入出力袋ff1(Ilo)、4は共通バスであり、
MPU2の制御動作は、例えば第2図の如く行なわれる
。すなわち、MPU2は、まず、メモリlからPOL命
令をフェッチしく■)、図示されないレジスタに一時記
憶してその命令を解読する(0)。この場合の命令解読
とは、その命令コードから機械語サブルーチンの先環ア
ドレスを算出することであり、第2図の例ではアンl’
(AND)命令に対応するサブルーチンの先頭アドレス
(命令分岐先アドレス)が算出され、その結果、アンド
命令が実行される(O)。In FIG. 1, 1 is a memory that stores the above-mentioned POL command, 2 is an arithmetic processing unit (MPU) that performs predetermined arithmetic processing based on the instruction, and 3 is an input/output bag ff1 ( Ilo), 4 is a common bus,
The control operation of the MPU 2 is performed as shown in FIG. 2, for example. That is, the MPU 2 first fetches the POL instruction from the memory 1 (2), temporarily stores it in a register (not shown), and decodes the instruction (0). Instruction decoding in this case means calculating the preceding ring address of the machine language subroutine from the instruction code.
(AND) The start address (instruction branch destination address) of the subroutine corresponding to the instruction is calculated, and as a result, the AND instruction is executed (O).
その命令が実行されると、プルグラムカウンタをインク
リメントしくO)、次の命令をメモリlからフェッチし
く■)、以下、上記と同様の動作を繰り返すことにより
、次のオア(OR)命令を実行しく■)、さらにライト
(Write)命令を実行する(@)。つまり、インタ
プリタ方式においては、各命令コードが機械コードから
なる1つのサブルーチンに対応し、該サブルーチンの分
岐先アドレスを各命令毎に解読する必要があるため、そ
の解読のために費やされる時間が長くなるという欠点が
ある。そのため、従来は
イ)ソフトウェアによって命令分岐先アドレスを算出す
る方法。When that instruction is executed, the program counter is incremented (O) and the next instruction is fetched from the memory (■).Then, by repeating the same operation as above, the next OR (OR) instruction is executed. (2), and further executes a write command (@). In other words, in the interpreter method, each instruction code corresponds to one subroutine made of machine code, and it is necessary to decode the branch destination address of the subroutine for each instruction, which takes a long time to decode. It has the disadvantage of becoming. Therefore, the conventional method was (a) to calculate the instruction branch destination address by software.
口)ROM(リードオンリメモリ)に命令分岐先アドレ
ステーブルを作成しておき、該ROMのアドレス線に命
令コードが与えられたとき命令分岐先アドレスを出力す
る、いわゆるマツピングROMにより分岐する方法(マ
ツピング方式または単にマツピングという。)。A method of branching using a so-called mapping ROM, in which an instruction branch destination address table is created in a ROM (read-only memory) and an instruction branch destination address is output when an instruction code is applied to the address line of the ROM. method or simply matuping).
の2つの方法が知られているが、一般に口)の方が命令
解読時間が短いことから多用されている。Two methods are known, but the method (original) is generally used because it takes less time to decode an instruction.
一方、゛制御システム向きPOL命令においては、イ)
処理が高速であること。On the other hand, in the POL command for control systems,
Processing must be fast.
口)シーケンス制御命令は1ワード命令であること。Ex) Sequence control commands must be 1-word commands.
ハ)シーケンス制御命令のオペランド部は、入出力点数
を多くする必要がら多ビット長であること。c) The operand part of the sequence control instruction must be multi-bit long because it requires a large number of input/output points.
二)命令の種類が豊富であること。2) There is a wide variety of commands.
などが一般に要求される。そこで、かかる要求を満たず
ために、POLの命令形態を剥えば第3図の如く構成す
る。なお、第3図はPOL命令の命令形式を説明する説
明図である。etc. are generally required. Therefore, in order to meet this requirement, the POL command format is stripped down to a configuration as shown in FIG. 3. Note that FIG. 3 is an explanatory diagram illustrating the instruction format of the POL instruction.
第3図は、1ワード16ビツト構成のPOL命令の例を
示すもので、同図げ)はシーケンス制御命令、同図(ロ
)は算術演算命令など、同図(ハ)は2ワード長命令の
場合をそれぞれ示すものである0回図(イ)の如きシー
ケンス制御命令は、命令操作部(オペレーションコード
、略してオペコードともいう。)を示す12〜15ビツ
ト迄が16進表示で′0〜E″のときに割り当てられ、
オペランド長を12ビット分だけ取ることができる。ま
た、その命令の種類としては15種の定義が可能である
0回図(ロ)に示される如く、命令コードの12〜15
ピツ)迄が16進の“F”で、かつ8〜11ビツト迄が
6F#以外、すなわち′0〜E”のときは、算術演算命
令などの比較的高速性が要求される命令に割り当てられ
て、15(0〜Fli)X16=240種の命令を定義
することができる。また、同図(ハ)の如く、命令コー
ドの8〜15ビツト迄が16進表示でFF″のときは、
上記以外の命令(例えば、2ワード長命令)に割り当て
られ、16X16=256種の命令の定義が可能である
。このような命令形態をとるPOL用命用命令名とづい
て、そのアドレス線が該命令語長よりも少ない、例えば
、アドレス線の本数が12本未満の11.OMを用いて
マツピングするためには、例えば第4図に示すように、
命令コードの8〜15ビツト迄を■フィールド、4〜1
1ビツト迄を■フィールド、0〜7ビツト迄を■フィー
ルドにそれぞれ分割して、最高3回のマツピングを行な
う必要がある。なお、第4図は命令語の分割例を説明す
るための説明図である。すなわち1シーケンス制御命令
は■フィールドのみをマツピングするだけで分岐先アド
レスを求めることができるが、算術演算命令では■フィ
ールドと■フィールド、さらに2ワード命令等では■l
Oおよび@フィールドのすべてについてマツピングする
必要がある。Figure 3 shows an example of a POL instruction with 1 word (16 bits), where (g) is a sequence control instruction, (b) is an arithmetic operation instruction, and (c) is a 2-word long instruction. In a sequence control command such as 0 times diagram (a), which shows each case, the 12 to 15 bits indicating the instruction operation part (operation code, abbreviated as op code) are expressed in hexadecimal numbers from '0 to Assigned when E'',
The operand length can be 12 bits. In addition, 15 types of instructions can be defined.
If bits up to (P) are hexadecimal "F" and bits 8 to 11 are other than 6F#, that is, '0 to E', they are assigned to instructions that require relatively high speed, such as arithmetic operation instructions. Therefore, 15 (0 to Fli) x 16 = 240 types of instructions can be defined. Also, as shown in the same figure (c), when bits 8 to 15 of the instruction code are expressed in hexadecimal as FF'',
It is assigned to instructions other than those mentioned above (for example, 2-word length instructions), and 16×16=256 types of instructions can be defined. Based on the POL command name that takes such an instruction form, the address line is smaller than the instruction word length, for example, 11. For mapping using OM, for example, as shown in Figure 4,
8 to 15 bits of the instruction code are field 4 to 1.
It is necessary to perform mapping up to three times by dividing up to 1 bit into a ■ field and 0 to 7 bits into a ■ field. Note that FIG. 4 is an explanatory diagram for explaining an example of dividing a command word. In other words, a 1-sequence control instruction can determine the branch destination address by mapping only the ■ field, but an arithmetic operation instruction requires mapping between the ■ field and ■ field, and a 2-word instruction, etc.
All O and @ fields need to be mapped.
第5図はかかる命令形態の命令解読方式の従来例を示す
構成図、第6図はその動作を説明するフローチャートで
ある。第5図において、11はデータバス、12は第1
図の符号1で示されるメモリから読み出された命令語を
一時記憶するインス(ラクションレジスタ、13〜15
は該命令語の■〜Oフィールドをそれぞれ参照して分岐
先アドレス情報を出力するマツピングROMである。FIG. 5 is a block diagram showing a conventional example of an instruction decoding method for such an instruction format, and FIG. 6 is a flowchart illustrating its operation. In FIG. 5, 11 is a data bus, 12 is a first
Inserts (action registers, 13 to 15) that temporarily store instruction words read from the memory indicated by reference numeral 1 in the figure
is a mapping ROM that outputs branch destination address information by referring to fields 1 to 0 of the instruction word.
第6図の70−チャートにもとづいて\その動作を説明
する。The operation will be explained based on the chart 70 in FIG.
第5図に示されるインストラクションレジスタ12に命
令コードがセットされると(0)、まず■フィールドマ
ツピングの起動ルーチンへ分岐しく@) 、■フィール
ドのマツピングを行なう(0)0ここで、■フィールド
の上位4ビツトが6F”であるか否かを判断しく0)、
その結果がノー(N、0)ならばシーケンス制御命令に
分岐しく■)、イエス(YES)ならば■フィールドマ
ツピング起動ルーチンに分岐する(θ)。θへ分岐する
と、上記と同様に■フィールドのマツピングを行ない(
■)、■フィールドの上位4ビツトがF”であるか否か
を判断しく■)、Noならば算術演算命令などに分岐し
く■)、YESならば■フィールドマツピング起動ルー
チンに分岐する(■)。When the instruction code is set in the instruction register 12 shown in FIG. 5 (0), the program first branches to the start routine for field mapping (@), and performs field mapping (0) 0. To judge whether the upper 4 bits of
If the result is NO (N, 0), the program branches to the sequence control command (2), and if the result is YES, the program branches to the field mapping start routine (2). When branching to θ, ■field mapping is performed in the same way as above (
■), ■Determine whether the upper 4 bits of the field are F” (■), If NO, branch to an arithmetic operation instruction, etc.■), If YES, ■Branch to the field mapping startup routine (■ ).
該ルーチン■に分岐すると、次いで■フィールドのマツ
ピングを行ない(■)、上記以外の命令に分岐する(■
)。なお、第6図において@、θ。When the routine branches to the routine ■, it then performs mapping of the ■fields (■), and branches to instructions other than the above (■).
). In addition, in FIG. 6, @, θ.
■はソフトウェア処理されるものである。すなゎち、従
来方式は各フィールドのマツピングラ行すうサブルーチ
ンを用意しておき、■フィールドまたはOフィールドの
マツピングによって命令分岐先アドレスが定まらない場
合は、その都度制御をソフトウェアに戻して新しいフィ
ールドをマツピングする、つまりマツピングを命令形式
に応じて段階的に行なうようにしている。したがって、
■フィールドまたは■フィールドをマツピングするとき
、途中にソフトウェアによる処理が介在するため命令解
読時間が長くなるという欠点がある。(2) is processed by software. In other words, in the conventional method, a subroutine is prepared to map each field, and if the instruction branch destination address cannot be determined by mapping a field or O field, control is returned to the software each time a new field is created. Mapping, that is, mapping is performed in stages according to the instruction format. therefore,
When mapping the ■field or ■field, there is a disadvantage that the instruction decoding time becomes longer because software processing is involved.
すなわち、命令の種類によって命令解読時間が長くなる
(第3図の例では(イ)、(ロ)、(ハ)の順で命令解
読時間が長くなる。)ばかりでなく、ソフトウェア処理
が複雑になるという欠点がある。In other words, not only does the instruction decoding time become longer depending on the type of instruction (in the example in Figure 3, the instruction decoding time increases in the order of (a), (b), and (c)), but also the software processing becomes more complex. It has the disadvantage of becoming.
この発明は上記に鑑みてなされたもので、多段階マツピ
ング方式により命令分岐先アドレスを解読する場合の命
令解読時間の短縮化、均一化とそれに関連するソフトウ
ェアの簡略化を図ることを目的とするものである。This invention has been made in view of the above, and aims to shorten and equalize the instruction decoding time when decoding an instruction branch destination address using a multi-stage mapping method, and to simplify the software related thereto. It is something.
その特徴は、インタプリタ方式言語で表わされた命令コ
ードからマツピングTtOMを用いてその分岐先アドレ
スを解読する場合に、該マツピングROMにその出力で
ある命令分岐先アドレス情報が有効であるか無効である
かを示すフラグ情報を付して出力する機能を持たせるこ
とにより、多段階のマツピング動作をハードウェアで実
現して命令解読時間の短縮化、均一化を図るようにした
点にある。The feature is that when a mapping TtOM is used to decode a branch destination address from an instruction code expressed in an interpreted language, the mapping ROM determines whether the output instruction branch destination address information is valid or invalid. By providing the function of outputting flag information indicating whether the instruction exists, a multi-step mapping operation is realized in hardware, thereby shortening and making the instruction decoding time uniform.
以下、この発明の実施例を図面を参照して説明する。Embodiments of the present invention will be described below with reference to the drawings.
第7図はこの発明の実施例を示す構成図である。FIG. 7 is a configuration diagram showing an embodiment of the present invention.
この実施例の特徴は、第5図に示されるものに対してマ
ルチプレクサ16、マツピング有効判定部17、フラグ
情報出力ILfx〜Lf3およびマルチプレクサ切換線
Lxを設けた点が特徴である。The feature of this embodiment is that it is provided with a multiplexer 16, a mapping validity determination section 17, flag information outputs ILfx to Lf3, and a multiplexer switching line Lx compared to the one shown in FIG.
マツピングROM13〜15の出力データ(分岐先アド
レス情報)は、それぞれデータ1lLdt〜Ld3を介
してマルチプレクサ16に入力される一方、出力データ
の一部はマツピング有効判定7 ラグとして7ラグML
f1〜Lf3を介してマツピング有効判定部17に入力
される。なお1マツピング動作M13〜15は、どのよ
うな命令フードが与えられたらその出力を有効または無
効にするかを予め記憶しているので、命令コードがイン
ストラクションレジスタ12を介して与えられたとき該
命令コードに応じて有効または無効を示す情報、すなわ
ち判定フラグ情報を出力することができる。The output data (branch destination address information) of the mapping ROMs 13 to 15 are input to the multiplexer 16 via data 11Ldt to Ld3, respectively, while a part of the output data is inputted to the mapping validity determination 7 lag by 7 lag ML.
The data is input to the mapping validity determination unit 17 via f1 to Lf3. Note that the mapping operations M13 to M15 store in advance what kind of instruction code is given to enable or disable the output, so when an instruction code is given via the instruction register 12, the corresponding instruction is Information indicating validity or invalidity depending on the code, that is, determination flag information can be output.
マツピング判定部17は、該判定フラグを用いてどのマ
ツピングROMから出力されているデータが有効である
か否かを判断し、マルチプレクサ16に対しmLxを介
して所定の切換信号を出方するので、該マルチプレクサ
16は所定のマツピングROMの出力だけを選択してデ
ータバス11へ送出する。また、マツピング有効判定部
17では、判定フラグの優先度を例えばROMI 3の
判定フラグ〉ROM14の判定フラグ〉ROMI5の判
定フラグの順に割り当て、ROMI 3の判定7ラグが
6有効”を示していれば、ROM14゜ROM15の判
定フラグの内容に関係なく、マルチプレクサ16をマツ
ピングR,0M13の川カヘ切り換える。また、R・0
M13の判定フラグが1無効”を示し、ROMI 4の
判定フラグが“有効”を示していれば、ROM15の判
定フラグの内容にかかわらず、マルチプレクサ16をマ
ツピングR,0M14の出力へ切り換える。そして、R
OM13.14の判定フラグがともに”無効″な示しl
ROM15の判定フラグが”有効”を示しているとき初
めて、マルチプレクサ16をマツピングROM15の田
カへ切り換えるのである。なお、判定部17は必ずしも
必要ではないが、これを設けることにより、ROM13
.14.15の各判定フラグがすべて1無効”を示す場
合を検知することができ、こねによってROMの異常の
判別が可能となり、例えばマツピング動作を中止させる
ことができる等の効果をもたらすものである。なお、そ
のためには、ROMI 5の判定フラグは常に6有効”
を出力するように、その旨のデータをROM15に予め
記憶させておくことが必要である。The mapping determination unit 17 uses the determination flag to determine whether or not data output from which mapping ROM is valid, and outputs a predetermined switching signal to the multiplexer 16 via mLx. The multiplexer 16 selects only the output of a predetermined mapping ROM and sends it to the data bus 11. In addition, the mapping validity determination unit 17 assigns the priority of the determination flags in the order of, for example, ROMI 3 determination flag>ROM14 determination flag>ROMI5 determination flag, and if the determination flag 7 of ROMI 3 indicates "6 Valid" , the multiplexer 16 is switched to the mapping R, 0M13 channel regardless of the contents of the determination flag in the ROM14°ROM15.
If the determination flag of M13 indicates "1 invalid" and the determination flag of ROMI 4 indicates "valid", the multiplexer 16 is switched to the output of mapping R, 0M14, regardless of the contents of the determination flag of ROM15. R
Both judgment flags of OM13.14 indicate "invalid".
The multiplexer 16 is switched to the field of the mapping ROM 15 only when the determination flag of the ROM 15 indicates "valid". Although the determination unit 17 is not necessarily required, by providing it, the ROM 13
.. It is possible to detect the case in which all the determination flags in 14.15 indicate 1 invalid, and it is possible to determine the abnormality of the ROM by kneading, which brings about effects such as being able to stop the mapping operation, for example. .For that purpose, the judgment flag of ROMI 5 must always be set to 6.
It is necessary to store data to that effect in the ROM 15 in advance so as to output it.
上記の如き構成において、例えば第3図に示されるより
なPOL命令の解読を行なうには、■フィールドの上位
ビットが“F”の場合はROM13の判定フラグが1無
効”を出力するよう、その旨のデータをマツピングRO
M13に予め記憶させておく。また、同様に0フイール
ドの上位4ビツトが′F”の場合は、ROM14の判定
フラグが9無効”を出力するよう、その旨のデータをマ
ツピングROM14に記憶させておく。また、ROM1
5のフラグは”有効”を出力するよう、その旨のデータ
をマツピングR,0M15に記憶させておけばよい。こ
うして、例えば16進表示で’ F O00”なる命令
コードがインストラクションレジスタにセットされると
、ROM13の判定フラグは6無効”、一方It、0M
14.15の判定フラグはともに”有効”を示すので、
マツピング有効判定部17はマルチプレクサ16をマツ
ピングROM14の出力に切り挨えることにより該出力
、すなわち分岐先アドレスを有効なものとしてデータバ
ス11を介して第1図のM P U 2へ与える。In the above configuration, in order to decode the POL instruction shown in FIG. 3, for example, it is necessary to: Mapping RO
Store it in M13 in advance. Similarly, if the upper 4 bits of the 0 field are 'F', data to that effect is stored in the mapping ROM 14 so that the determination flag of the ROM 14 outputs '9 invalid'. Also, ROM1
In order to output "valid" for the flag No. 5, data to that effect may be stored in the mapping R, 0M15. In this way, for example, when an instruction code of 'F O00' in hexadecimal notation is set in the instruction register, the judgment flag of ROM13 is set to '6 invalid', while It, 0M
Both judgment flags in 14.15 indicate “valid”, so
The mapping validity determining unit 17 cuts the output of the mapping ROM 14 from the multiplexer 16, thereby providing the output, that is, the branch destination address, as valid to the MPU 2 of FIG. 1 via the data bus 11.
以上のように、この発明によれば、インタプリタ方式言
語の多段階マツピング動作をマツピングROM出力デー
タの一部をマツピング有効判定フラグとして用いること
により、途中にソフトウェア処理を行なわずハードウェ
アのみで制御するようにしているため、命令解読に費や
す時間を大幅に削減することができ、したがってインタ
プリタ方式言語処理を高速化することができる利点を得
ることができる0また1マツピング有効判定部を設ける
ことにより、マツピングROMの異常監視が可能になる
という効果をもたらすものである。As described above, according to the present invention, the multi-step mapping operation of an interpreted language is controlled only by hardware without performing software processing in the middle by using a part of the mapping ROM output data as a mapping validity determination flag. By providing a 0-or-1 mapping validity determination unit, the time spent on decoding instructions can be significantly reduced, and the interpreter-based language processing can be speeded up. This has the effect of making it possible to monitor abnormalities in the mapping ROM.
なお、この発明は、いま\で説明した多段階マツピング
方式の他に、マイクロプログラム制御方式を用いた制御
装置一般に適用することが可能であるばかりでなく、P
OL命令に限らず、すべてのインタプリタ方式言語の命
令解読方式として用いることができる。In addition to the multi-stage mapping method described above, this invention is not only applicable to general control devices using a microprogram control method, but also applicable to P.
It can be used as an instruction decoding method not only for OL instructions but also for all interpreted languages.
第1図はPOL命令を用いた制御システムの一般的な構
成例を示す概要図、第2図はPOL命令の実行手順を説
明するフローチャート、第3図はPOL命令の命令形式
を説明する説明図、第4図は命令コードの分割列を説明
するための説明図1第5図はPOL命令解読方式の従来
側を示す構成図、第6図は第5図の動作を説明するため
の70−チャート、第7図はこの発明の実施例を示す構
成図である0
符号説明
1・・・・・・POL用メセメモリ・・・・・・演算処
理装置(MPU)、3・・・・・・入出力装置(Ilo
)、4・・・・・・共通ハス、11・・・・・・データ
バス、12・・・・・・インストラクションレジスタ、
13〜15・・・・・・マツピングROM、16・・・
・・・マルチプレクサ、17・・・・・・マツピング有
効判定部、La1〜La3・・・・・・アドレス線、L
dl〜Ld3・・・・・・データltL Lft−Lf
a・・・・・・フラグ線、Lx・・・・・・マルチプレ
クサ切換線代理人 弁理士 並 木 昭 夫
代理人 弁理士 松 崎 清
1@1 図
第2図
第3図
−E
θ〜E
第4図
第6図
第5図
1Fig. 1 is a schematic diagram showing a general configuration example of a control system using POL commands, Fig. 2 is a flowchart explaining the execution procedure of POL commands, and Fig. 3 is an explanatory diagram explaining the command format of POL commands. , FIG. 4 is an explanatory diagram for explaining divided sequences of instruction codes. FIG. 5 is a block diagram showing the conventional side of the POL instruction decoding system, and FIG. The chart and FIG. 7 are configuration diagrams showing an embodiment of the present invention. Input/output device (Ilo
), 4... common lotus, 11... data bus, 12... instruction register,
13-15...Matsuping ROM, 16...
...Multiplexer, 17...Mapping validity determination section, La1 to La3...Address line, L
dl~Ld3...Data ltL Lft-Lf
a...Flag line, Lx...Multiplexer switching line Agent Patent attorney Akio Namiki Agent Patent attorney Kiyoshi Matsuzaki 1@1 Figure 2 Figure 3-E θ~E Figure 4 Figure 6 Figure 5 Figure 1
Claims (1)
モリから読み出して一時記憶するインストラクションレ
ジスタと、互いに重複する所定数の領域に分割される命
令コードに対応してそれぞれ設けられ該分割された命令
コードに応じた分岐アドレスを出力する所定数のマツピ
ングROMとを有し、該マツピングROMの各々を該分
割された命令コードに応じて順次マツピングすることに
より命令の分岐先アドレスを解読する命令解読方式にお
いて、前記マツピングROMの各々に該マツピングRO
Mから出力される命令分岐先アドレス情報が有効である
か否かを示すフラグ情報を出力するフラグ情報出力手段
を設けるとともに、該フラグ情報にもとづいて各マツピ
ング動作の有効。 無効を判定し有効なマツピングROM出力のみを選択し
て出力する選択手段を設けてなることを特徴とする命令
解読方式。[Claims] Instruction registers are provided for reading instruction codes written in an interpreted language from a predetermined memory and temporarily storing them, and for instruction codes that are divided into a predetermined number of mutually overlapping areas. It has a predetermined number of mapping ROMs that output branch addresses according to the divided instruction codes, and decodes the branch destination address of the instruction by sequentially mapping each of the mapping ROMs according to the divided instruction codes. In the instruction decoding method, each of the mapping ROMs has the mapping RO
A flag information output means is provided for outputting flag information indicating whether or not the instruction branch destination address information output from M is valid, and each mapping operation is determined to be valid based on the flag information. An instruction decoding method characterized by comprising a selection means for determining invalidity and selecting and outputting only valid mapping ROM outputs.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2282083A JPS59148951A (en) | 1983-02-16 | 1983-02-16 | Decoding system of instruction |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2282083A JPS59148951A (en) | 1983-02-16 | 1983-02-16 | Decoding system of instruction |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS59148951A true JPS59148951A (en) | 1984-08-25 |
Family
ID=12093323
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2282083A Pending JPS59148951A (en) | 1983-02-16 | 1983-02-16 | Decoding system of instruction |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS59148951A (en) |
-
1983
- 1983-02-16 JP JP2282083A patent/JPS59148951A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS6051948A (en) | Branch destination buffer storage device | |
US7191317B1 (en) | System and method for selectively controlling operations in lanes | |
JPH1091435A (en) | Processor executing two types of instruction length codes and instruction code input device therefor | |
JPH0241053B2 (en) | ||
US5125097A (en) | Data flow type information processors where data packets pass through plurality of merging and branching portions of the internal path | |
JPH06162228A (en) | Data flow processor device | |
JPS59148951A (en) | Decoding system of instruction | |
US5596761A (en) | Central processing unit with internal register initializing means | |
JP2525492B2 (en) | Programmable controller | |
JPH06230977A (en) | Language processor | |
JP3234629B2 (en) | Data-driven processor | |
JPH0991139A (en) | Information processor | |
JPH05210500A (en) | Data processor | |
JPH04184535A (en) | Parallel arithmetic units | |
JPS5995646A (en) | Arithmetic control system | |
JP2000357087A (en) | Device and method for processing operation | |
JPS6221131B2 (en) | ||
JPH0239325A (en) | Microsequence control system | |
JPH0644066A (en) | Information processor | |
JPS6389930A (en) | Microprogram controller | |
JPH04245333A (en) | Information processor | |
JPH01108635A (en) | Data processor with tag | |
JPH03265929A (en) | High speed judgment processing circuit for microprocessor | |
JPH01180044A (en) | Data processor | |
JPS6113345A (en) | Processor of tagged data |