JPH0266629A - Data processing system - Google Patents
Data processing systemInfo
- Publication number
- JPH0266629A JPH0266629A JP21706688A JP21706688A JPH0266629A JP H0266629 A JPH0266629 A JP H0266629A JP 21706688 A JP21706688 A JP 21706688A JP 21706688 A JP21706688 A JP 21706688A JP H0266629 A JPH0266629 A JP H0266629A
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- memory
- processing unit
- contents
- processing
- 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
- 238000000034 method Methods 0.000 claims abstract description 28
- 238000006243 chemical reaction Methods 0.000 claims abstract description 12
- 238000003672 processing method Methods 0.000 claims description 6
- 238000010586 diagram Methods 0.000 description 6
- 230000000694 effects Effects 0.000 description 5
- 230000003111 delayed effect Effects 0.000 description 3
Landscapes
- Advance Control (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
この発明はパイプライン制御によりデータを処理するデ
ータ処理装置におけるデータ処理方式に関し、特にスト
ア命令処理に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data processing method in a data processing apparatus that processes data by pipeline control, and particularly relates to store instruction processing.
第4図は従来のデータ処理方式においてマシン命令処理
を実行するためのデータ処理装置の要部構成を示すブロ
ック図である。図において、11はプログラムなどが記
憶される主記憶装置、12は主記憶装置11から命令を
読み出す命令読み出し処理部、13はその読み出した命
令を解読する命令デコード処理部、14はその解読した
命令からオペランド・アドレスを計算するメモリ・オペ
ランド・アドレス計算処理部、15はそのオペランド・
アドレスをメモリ・アドレスに変換するメモリ・アドレ
ス変換処理部、16はそのメモリ・アドレスに基づいて
主記憶装置11をアクセスして主記憶装置11からデー
タを読み出すメモリ・オペランド・アクセス処理部、1
7はその読み出したデータにより演算を実行する演算実
行処理部である。FIG. 4 is a block diagram showing the configuration of main parts of a data processing device for executing machine instruction processing in a conventional data processing system. In the figure, 11 is a main storage device in which programs and the like are stored, 12 is an instruction read processing unit that reads instructions from the main storage device 11, 13 is an instruction decode processing unit that decodes the read instructions, and 14 is the decoded instruction. A memory operand address calculation processing unit 15 calculates the operand address from the operand address.
1 is a memory address conversion processing unit that converts an address into a memory address; 16 is a memory operand access processing unit that accesses the main storage device 11 based on the memory address and reads data from the main storage device 11;
Reference numeral 7 denotes an arithmetic execution processing unit that executes an arithmetic operation using the read data.
第5図は上記マシン命令処理を説明するためのタイミン
グチャートである。図において、1は主記憶装置11か
らオペランド・データを読み出して図示しない基本処理
装置内のレジスタにセットするロード命令(以下り命令
と称す)、2は主記憶装置11から読み出したデータと
基本処理装置内のレジスタの内容とを加算し、その結果
を基本処理装置内のレジスタにセットする加算命令(以
下A命令と称す)、3は基本処理装置内のレジスタの内
容を主記憶装置11へ書き込むストア命令(以下ST命
令と称す)を示す。FIG. 5 is a timing chart for explaining the above machine instruction processing. In the figure, 1 is a load instruction (hereinafter referred to as an instruction) that reads operand data from the main memory 11 and sets it in a register in a basic processing unit (not shown); 2 is a load instruction that reads operand data from the main memory 11 and performs basic processing. Addition instruction (hereinafter referred to as A instruction) that adds the contents of a register in the device and sets the result in a register in the basic processing device; 3 writes the contents of the register in the basic processing device to the main memory 11; This shows a store instruction (hereinafter referred to as ST instruction).
次に動作について説明する。命令読み出し処理部12で
MMU (主記憶装置)11から読み出されたし命令1
は、命令デコード処理部13、メモリ・オペランド・ア
ドレス計算処理部14、メモリ・アドレス変換処理部1
5と順に与えられ、各処理部で前述したような処理が施
され、メモリ・オペランド・アクセス処理部16でMM
UIIがらデータを読み出し、演算実行処理部17でM
MUIIから読み出したデータをBPU (基本処理装
置)内のレジスタにセットする。L命令1に続くA命令
2は、L命令lから1タイミング遅れてメモリ・オペラ
ンド・アクじス肚#処理部16までL命令1と同様の処
理を行い、演算実行処理部17でMMUIIから読み出
したデータとBPU内のレジスタの内容とを加算して、
BPU内のレジスタにセットする。A命令2に続<ST
命令3は、A命令2から1タイミング遅れてメモリ・ア
ドレス変換処理部15までA命令2と同様の処理を行い
、演算実行処理部17によりBPU内のレジスタの内容
を読み出し、メモリ・オペランド・アクセス処理部16
において演算実行処理部17で読み出したレジスタの内
容をMMUIIへ書き込む処理を行なおうとするが、こ
の時、演算実行処理部17はA命令2の処理中であり、
したがってこの処理が終るまでST命令3の演算実行処
理以降の処理は待たされてから処理される。Next, the operation will be explained. Instruction 1 read from the MMU (main memory unit) 11 by the instruction read processing unit 12
are an instruction decode processing section 13, a memory operand address calculation processing section 14, and a memory address conversion processing section 1.
5 in order, each processing unit performs the processing described above, and the memory operand access processing unit 16
The data is read from the UII, and the calculation execution processing unit 17 selects M.
Set the data read from the MUII to the register in the BPU (basic processing unit). The A instruction 2 that follows the L instruction 1 performs the same processing as the L instruction 1 up to the memory operand processing unit 16 with a one-timing delay from the L instruction 1, and then reads it from the MMUII in the arithmetic execution processing unit 17. Add the data and the contents of the register in the BPU,
Set in the register in BPU. Following A command 2 <ST
The instruction 3 performs the same processing as the A instruction 2 until the memory address conversion processing unit 15 is delayed by one timing from the A instruction 2, and the arithmetic execution processing unit 17 reads the contents of the register in the BPU and performs memory operand access. Processing section 16
At this point, the arithmetic execution processing section 17 attempts to write the contents of the register read out to the MMUII, but at this time, the arithmetic execution processing section 17 is processing the A instruction 2.
Therefore, the processing subsequent to the arithmetic execution processing of ST instruction 3 is made to wait until this processing is completed before being processed.
このとき、ST命令2によるメモリ・オペランド・アク
セス処理部16の処理が開始出来るまで、メモリ・アド
レス変換処理部15は次の処理を受は付けない様に制御
される。sT命令3に続くL命令1°はST命令3から
1タイミング遅れてメモリ・オペランド・アドレス計算
処理を行なうが、先のST命令3によりメモリ・アドレ
ス変換処理部15が次の処理を受は付けない様に制御さ
れているので、メモリ・アドレス変換処理が1タイミン
グ待たされ、メモリ・アドレス変換処理以降の処理もl
タイミング遅れて処理される。At this time, the memory address translation processing section 15 is controlled not to accept the next processing until the processing by the memory operand access processing section 16 according to the ST instruction 2 can be started. The L instruction 1° following the sT instruction 3 performs memory operand address calculation processing one timing later than the ST instruction 3, but the memory address conversion processing unit 15 accepts or rejects the next processing due to the previous ST instruction 3. Since the memory address conversion process is controlled so that it does not occur, the memory address conversion process is made to wait for one timing, and the processes after the memory address conversion process are also delayed.
Processing is delayed.
従来のデータ処理方式では例えばストア命令処理で主記
憶装置へ書き込むデータを演算実行処理部から得ている
ので、ストア命令の直前のマシン命令が演算処理される
までストア命令処理が待たされ、また、ストア命令の直
後のマシン命令も遅れて実行され、したがってマシン命
令全体の実行性能が低下するという問題点があった。In conventional data processing systems, for example, data to be written to the main memory during store instruction processing is obtained from the arithmetic execution processing unit, so store instruction processing is forced to wait until the machine instruction immediately before the store instruction is processed. There is a problem in that the machine instruction immediately after the store instruction is also executed with a delay, resulting in a decrease in the execution performance of the entire machine instruction.
この発明は上記のような問題点を解消するためになされ
たもので、ストア命令の直前にあるマシン命令の演算実
行処理の完了を待つことなく、主記憶装置へデータを書
き込むと共にストア命令の直後のマシン命令に対して処
理待ちをなくし、これによりマシン命令全体の実行性能
の向上を図れるデータ処理方式を提供することを目的と
する。This invention was made to solve the above-mentioned problems, and it writes data to the main storage device without waiting for the completion of the arithmetic execution process of the machine instruction immediately before the store instruction, and also writes the data immediately after the store instruction. An object of the present invention is to provide a data processing method that eliminates processing waiting for machine instructions, thereby improving the execution performance of the entire machine instructions.
この発明に係るデータ処理方式は、メモリ・オペランド
・アドレス計算処理部14に設けられたマシン命令の実
行中にオペランド・アドレスを変更するためのインデッ
クス・レジスタ16の内容がメモリ・オペランド・アド
レス計算処理で必要が無いと判定された場合、そのイン
デックス・レジスタ6の内容をメモリ・オペランド・ア
クセス処理部16へ供給し、ストア命令に対するメモリ
・オペランド・アクセス処理を開始することを特徴とす
るものである。In the data processing method according to the present invention, the contents of an index register 16 for changing an operand address during execution of a machine instruction provided in a memory operand address calculation processing unit 14 are processed by memory operand address calculation processing. If it is determined that it is not necessary, the contents of the index register 6 are supplied to the memory operand access processing unit 16, and memory operand access processing for the store instruction is started. .
このデータ処理方式において、メモリ・オペランド・ア
ドレス計算処理でインデックス・レジスタ16の内容が
必要でない場合、その内容はメモリ・オペランド・アク
セス処理部16へ供給され、これによりストア命令に対
するメモリ・オペランド・アクセス処理が開始する。In this data processing method, if the contents of the index register 16 are not needed in the memory operand address calculation process, the contents are supplied to the memory operand access processing section 16, which performs memory operand access for the store instruction. Processing begins.
第1図はこの発明の一実施例に係るデータ処理方式にお
いてマシン命令処理を実行するためのデータ処理装置の
要部構成を示すブロック図である。FIG. 1 is a block diagram showing the main structure of a data processing device for executing machine instruction processing in a data processing system according to an embodiment of the present invention.
第1図において、第4図に示す構成要素に対応するもの
には同一の符号を付し、その説明を省略する。第2図は
上記マシン命令処理を説明するためのタイミングチャー
トであり、第5図に示す構成要素に対応するものには同
一の符号を付す。In FIG. 1, components corresponding to those shown in FIG. 4 are designated by the same reference numerals, and their explanations will be omitted. FIG. 2 is a timing chart for explaining the machine instruction processing described above, and components corresponding to those shown in FIG. 5 are given the same reference numerals.
第3図はこの実施例におけるメモリ・オペランド・アド
レス計算処理部のハードウェア構成を説明するためのブ
ロック図である。第3図において、4はマシン命令語の
一部として指定される相対メモリ・アドレス、5はマシ
ン命令語の一部でベース・アドレスを指定するためのベ
ース・レジスタ群、6はマシン命令語の一部でオペラン
ド・アドレスを変更するためのアドレスを指定するため
のインデックス・レジスタ群、7は前記相対アドレス4
とベース・レジスタ群5からマシン命令語で指定され読
み出されたベース・レジスタの内容とインデックス・レ
ジスタ群6からマシン命令語指定され読み出されたイン
デックス・レジスタの内容とを加算する加算器、8は前
記加算器7の出力をセットするメモリ・アドレス・レジ
スタ、9は前記インデックス・レジスタ群6から読み出
した内容をオペランド・アクセス処理部16へ供給する
為のストア・データ線である。FIG. 3 is a block diagram for explaining the hardware configuration of the memory operand address calculation processing section in this embodiment. In Figure 3, 4 is a relative memory address specified as part of the machine instruction word, 5 is a base register group that is part of the machine instruction word and is used to specify the base address, and 6 is a part of the machine instruction word. a group of index registers for specifying addresses for changing operand addresses in part; 7 is the relative address 4;
and an adder for adding the contents of the base register specified and read out from the base register group 5 by the machine instruction word and the contents of the index register specified and read out by the machine instruction word from the index register group 6; 8 is a memory address register for setting the output of the adder 7, and 9 is a store data line for supplying the contents read from the index register group 6 to the operand access processing section 16.
次に動作について説明する。Next, the operation will be explained.
ベース・レジスタ群5のレジスタの内容と、インデック
ス・レジスタ群6のレジスタの内容と、演算実行処理部
17内に有る演算レジスタ群の内容とは常に等しくなる
様に制御されている事を前提にしている。L命令1.A
命令2の命令読み出し処理から演算実行処理までは従来
のものと同じ処理が行なわれる。また、A命令2に続<
ST命令3の命令読み出しからメモリ・オペランド・ア
ドレス計算処理までは従来のものと同じ処理を行う。メ
モリ・オペランド・アドレス計算処理に続くメモリ・ア
ドレス変換処理タイミングでは、ST命令3に続くマシ
ン命令であるし命令1′のメモリ・オペランド・アドレ
ス計算処理が同時に行なわれている。このメモリ・オペ
ランド・アドレス計算処理は、マシン命令語の指定によ
り、ベース・レジスタ群5の内容の要否およびインデッ
クス・レジスタ群6の内容の要否が指定される。It is assumed that the contents of the registers of the base register group 5, the contents of the registers of the index register group 6, and the contents of the arithmetic register group in the arithmetic execution processing section 17 are controlled so that they are always equal. ing. L command 1. A
The same processing as the conventional one is performed from the instruction reading process of instruction 2 to the operation execution process. Also, following A command 2, <
The same processing as the conventional one is performed from instruction reading of ST instruction 3 to memory operand address calculation processing. At the timing of the memory address conversion process following the memory operand address calculation process, the memory operand address calculation process of the instruction 1', which is a machine instruction following the ST instruction 3, is being performed simultaneously. In this memory operand address calculation process, whether or not the contents of the base register group 5 and the index register group 6 are necessary is specified by specifying the machine instruction word.
L命令1”のメモリ・オペランド・アドレス計算処理で
インデックス・レジスタ群6の内容が必要であるか否か
を判定し、必要が無いと判定された場合、メモリ・アド
レス変換処理中のST命令3でMMU (主記憶装置)
11へ書き込む演算レジスタの内容を演算実行処理部1
7内に有る演算レジスタ群から読み出すのではなく、前
記インデックス・レジスタ群6から読み出し、その内容
をストア・データ線9を介してメモリ・オペランド・ア
クセス処理部16へ供給する様にし、ST命令3の直前
のA命令2に対する演算実行処理の完了を待つことなく
、ST命令3に対するメモリ・オペランド・アクセス処
理を開始できる。It is determined whether the contents of the index register group 6 are necessary in the memory operand address calculation process of "L instruction 1", and if it is determined that the contents are not necessary, the ST instruction 3 during the memory address conversion process is determined. MMU (main memory unit)
The contents of the calculation register to be written to the calculation execution processing unit 1
The ST instruction 3 Memory operand access processing for ST instruction 3 can be started without waiting for the completion of the operation execution processing for A instruction 2 immediately before.
なお、上記実施例ではST命令3に続くL命令1°のメ
モリ・オペランド・アドレス計算処理でインデックス・
レジスタ群6を使用しない場合について説明したが、S
T命令3に続く命令がL命令に限らずインデックス・レ
ジスタ群を使用しない命令であれば上記実施例と同様の
効果を奏する。In the above embodiment, the index and address are calculated in the memory operand address calculation process of L instruction 1° following ST instruction 3.
Although we have explained the case where register group 6 is not used, S
If the instruction following T instruction 3 is not limited to the L instruction but does not use the index register group, the same effect as in the above embodiment can be achieved.
また、上記実施例ではST命令3について説明したが、
主記憶装置に基本処理装置内の演算レジスタの内容を単
に書き込むマシン命令であれば上記実施例と同様の効果
を奏する。Also, in the above embodiment, ST instruction 3 was explained, but
A machine instruction that simply writes the contents of an arithmetic register in the basic processing unit to the main memory will produce the same effect as the above embodiment.
上記実施例によれば、基本処理装置内の演算レジスタの
内容を主記憶装置へ書き込むマシン命令の実行において
、その演算レジスタの内容をメモリ・オペランド・アド
レス計算処理部内のインデックス・レジスタ群から取り
出すようにしたので、ストア命令の直前にあるマシン命
令の演算実行処理の完了を待つことなく、主記憶装置に
書き込むための演算レジスタの内容を取り出すことがで
き、マシン命令の実行を高速に処理できる。According to the above embodiment, when executing a machine instruction that writes the contents of an arithmetic register in the basic processing unit to the main memory, the contents of the arithmetic register are retrieved from the index register group in the memory operand address calculation processing section. Therefore, the contents of the arithmetic register for writing to the main memory can be retrieved without waiting for the completion of the arithmetic execution process of the machine instruction immediately before the store instruction, and the machine instruction can be executed at high speed.
以上のように本発明によれば、メモリ・オペランド・ア
ドレス計算部のインデックス・レジスタ内容がメモリ・
オペランド・アドレス計算処理で必要が無いと判定され
た場合、そのインデックス・レジスタの内容をメモリ・
オペランド・アクセス処理部へ供給し、ストア命令に対
するメモリ・オペランド・アクセス処理を開始するよう
にしたので、ストア命令処理で主記憶装置へ書き込むデ
ータは演算実行処理部から得られるのではなく、メモリ
・オペランド・アドレス計算処理部から得られ、これに
よりストア命令の直前にあるマシン命令の演算実行処理
の完了を待つことなく、主記憶装置へデータを書き込め
ると共にストア命令の直後のマシン命令に対して処理待
ちがなくなり、したがってマシン命令全体の実行性能が
向上するという効果が得られる。As described above, according to the present invention, the contents of the index register of the memory operand address calculation section are
If the operand address calculation process determines that it is not necessary, the contents of the index register are stored in memory.
Since the data is supplied to the operand access processing section and starts the memory operand access processing for the store instruction, the data written to the main memory during store instruction processing is not obtained from the operation execution processing section, but from the memory. Obtained from the operand address calculation processing unit, this allows data to be written to the main memory without waiting for the completion of the arithmetic execution processing of the machine instruction immediately preceding the store instruction, and also enables processing for the machine instruction immediately following the store instruction. The effect is that there is no waiting, and therefore the overall execution performance of machine instructions is improved.
第1図はこの発明の一実施例に係るデータ処理方式にお
いてマシン命令処理を実行するためのデータ処理装置の
要部構成を示すブロック図、第2図はこの実施例におけ
るマシン命令処理を説明するためのタイミングチャート
、第3図はこの実施例におけるメモリ・オペランド・ア
ドレス計算処理部のハードウェア構成を説明するための
ブロック図、第4図は従来のデータ処理方式においてマ
シン命令処理を実行するためのデータ処理装置の要部構
成を示すブロック図、第5図はこの従来例におけるマシ
ン命令処理を説明するためのタイミングチャートである
。
6・・・・・・インデックス・レジスタ群、11・・・
・・・主記憶装置、12・・・・・・命令読み出し処理
部、13・・・・・・命令デコード処理部、14・・・
・・・メモリ・オペランド・アドレス計算処理部、15
・・・・・・メモリ・アドレス変換処理部、16・・・
・・・メモリ・オペランド・アクセス処理部、17・・
・・・・演算実行処理部。
代理人 大君 増雄(ばか2名)
遁]兄
第3図
消4スFIG. 1 is a block diagram showing the main structure of a data processing device for executing machine instruction processing in a data processing system according to an embodiment of the present invention, and FIG. 2 explains machine instruction processing in this embodiment. 3 is a block diagram for explaining the hardware configuration of the memory operand address calculation processing section in this embodiment, and FIG. 4 is a timing chart for executing machine instruction processing in the conventional data processing method. FIG. 5 is a block diagram showing the configuration of main parts of the data processing device, and FIG. 5 is a timing chart for explaining machine instruction processing in this conventional example. 6... Index register group, 11...
. . . Main storage device, 12 . . . Instruction read processing section, 13 . . . Instruction decode processing section, 14 . .
...Memory operand address calculation processing unit, 15
...Memory address conversion processing unit, 16...
...Memory operand access processing unit, 17...
...Arithmetic execution processing unit. Agent Daikun Masuo (2 idiots) Ton] Brother No. 3 erasure 4th
Claims (1)
令語を読み出して、この読み出した命令語に基づく命令
を逐次実行するために、主記憶装置から命令を読み出す
命令読み出し処理部と、その読み出した命令を解読する
命令デコード処理部と、その解読した命令からオペラン
ド・アドレスを計算するメモリ・オペランド・アドレス
計算処理部と、そのオペランド・アドレスをメモリ・ア
ドレスに変換するメモリ・アドレス変換処理部と、その
メモリ・アドレスに基づいて主記憶装置をアクセスして
主記憶装置からデータを読み出すメモリ・オペランド・
アクセス処理部と、その読み出したデータにより演算を
実行する演算実行処理部とを備えたデータ処理装置にお
いて、上記メモリ・オペランド・アドレス計算処理部に
設けられマシン命令の実行中にオペランド・アドレスを
変更するためのインデックス・レジスタの内容が、メモ
リ・オペランド・アドレス計算処理で必要が無いと判定
された場合、そのインデックス・レジスタの内容を上記
メモリ・オペランド・アクセス処理部へ供給し、ストア
命令に対するメモリ・オペランド・アクセス処理を開始
することを特徴とするデータ処理方式。In order to sequentially read machine instructions from the program memory area of the main memory and sequentially execute instructions based on the read instructions, there is an instruction read processing unit that reads the instructions from the main memory, and a An instruction decoding processing unit that decodes the instruction, a memory operand address calculation processing unit that calculates an operand address from the decoded instruction, a memory address conversion processing unit that converts the operand address into a memory address, and the memory・Memory operand that accesses the main memory based on the address and reads data from the main memory.
In a data processing device comprising an access processing unit and an operation execution processing unit that executes an operation using the read data, the memory operand address calculation processing unit is provided with a memory operand address calculation processing unit that changes an operand address during execution of a machine instruction. If the contents of the index register for the store instruction are determined to be unnecessary in the memory operand address calculation process, the contents of the index register are supplied to the memory operand access processing section, and the contents of the index register are - A data processing method characterized by starting operand access processing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP21706688A JPH0266629A (en) | 1988-08-31 | 1988-08-31 | Data processing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP21706688A JPH0266629A (en) | 1988-08-31 | 1988-08-31 | Data processing system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0266629A true JPH0266629A (en) | 1990-03-06 |
Family
ID=16698300
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP21706688A Pending JPH0266629A (en) | 1988-08-31 | 1988-08-31 | Data processing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0266629A (en) |
-
1988
- 1988-08-31 JP JP21706688A patent/JPH0266629A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH03233630A (en) | Information processor | |
JPH077356B2 (en) | Pipelined microprocessor | |
JPH0266629A (en) | Data processing system | |
JPS63163929A (en) | Microprocessor | |
JP3954159B2 (en) | Synchronous RAM access control circuit, data processor and control method thereof | |
JP2758624B2 (en) | Speed control method of micro program | |
JP2731740B2 (en) | Parallel computer with communication register | |
JPH06324861A (en) | System and method for controlling cpu | |
JPS61250754A (en) | Simple type cache memory | |
JP2806690B2 (en) | Microprocessor | |
JP2867798B2 (en) | Advance control unit | |
JP2875546B2 (en) | Information processing system | |
JPH05250156A (en) | Risc processor | |
JPH0364903B2 (en) | ||
JPS5812052A (en) | Information processor | |
JPS6182238A (en) | Condition branch controlling system of instruction | |
JPS6215645A (en) | Central processing unit | |
JPS61220032A (en) | Information processing device | |
JPS60215247A (en) | Arithmetic processor | |
JPH03164945A (en) | Data processor | |
JPS62194544A (en) | Instruction pre-read control system | |
JPS60134939A (en) | Data processor | |
JPS59114622A (en) | Initial microprogram loading system | |
JPS6126694B2 (en) | ||
JPH05100853A (en) | Data processor with debug support function |