JPH02310647A - Information processor - Google Patents

Information processor

Info

Publication number
JPH02310647A
JPH02310647A JP1132323A JP13232389A JPH02310647A JP H02310647 A JPH02310647 A JP H02310647A JP 1132323 A JP1132323 A JP 1132323A JP 13232389 A JP13232389 A JP 13232389A JP H02310647 A JPH02310647 A JP H02310647A
Authority
JP
Japan
Prior art keywords
segment base
base value
address
operand
identifier
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
Application number
JP1132323A
Other languages
Japanese (ja)
Inventor
Takayuki Noguchi
野口 孝行
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 JP1132323A priority Critical patent/JPH02310647A/en
Publication of JPH02310647A publication Critical patent/JPH02310647A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To reduce the number of the steps of a microprogram so as to improve a processing speed by converting an address by means of a segment base value which the micro program selects and a generated logical address. CONSTITUTION:When an instruction which is memory-transferred from an operand 1 that is to be address-converted by using a first segment base value to an operand 2 that is to be address-converted by using a second segment base value is executed, a logical address generation circuit 6 generates the logical address of the operand 1 by the control of a program transmitted from a control storage device 5. The logical address of the operand 1 generated in the logical address generation circuit 6 is transmitted to a register 3 and is held in the register 3. The micro program transmitted from the control storage device 5 to the logical address generation circuit 6 at that time address- converts the operand 1 by using the first base segment value.

Description

【発明の詳細な説明】 技術分野 本発明は情報処理装置に関し、特に情報処理装置のアド
レス変換制御に関する。
DETAILED DESCRIPTION OF THE INVENTION TECHNICAL FIELD The present invention relates to an information processing apparatus, and more particularly to address conversion control of an information processing apparatus.

従来技術 従来、情報処理装置においては、オペランドのアドレス
生成を制御するマイクロプログラムの制御により論理ア
ドレス生成回路で生成されたオペランドの論理アドレス
と、各々レジスタに保持された第1および第2のセグメ
ントベース値のうち識別子によって指定されるセグメン
トベース値とによりアドレス変換装置でアドレス変換が
行われている。
BACKGROUND ART Conventionally, in an information processing device, a logical address of an operand generated by a logical address generation circuit under the control of a microprogram that controls address generation of an operand, and first and second segment bases each held in a register are used. Among the values, address translation is performed by the address translation device based on the segment base value specified by the identifier.

ここで、識別子の値は命令の演算実行の制御を行うマイ
クロプログラムの指示により更新可能となっている。
Here, the value of the identifier can be updated by instructions from a microprogram that controls execution of instruction operations.

このような従来の情報処理装置では、アドレス変換装置
に送出されるセグメントベース値の切換えが、命令の演
算実行の制御を行うマイクロプログラムの指示による識
別子の値の更新によって制御されているので、第1のセ
グメントベース値を用いてアドレス変換すべきオペラン
ドと、第2のセグメントベース値を用いてアドレス変換
すべきオペランドとの間でメモリ転送を行う命令を実行
する場合、命令の演算実行の制御を行うマイクロプログ
ラムが識別子の値を切換える制御を行いながら、メモリ
転送を行うような制御を行わなくてはならない。
In such conventional information processing devices, switching of the segment base value sent to the address translation device is controlled by updating the value of the identifier according to instructions from a microprogram that controls the execution of instruction operations. When executing an instruction that performs memory transfer between an operand whose address should be translated using one segment base value and an operand whose address should be translated using a second segment base value, control of the execution of the instruction's operation is performed. The microprogram to be executed must perform control such as memory transfer while performing control to switch the value of the identifier.

しかしながら、該マイクロプログラムは識別子の値を切
換えるという処理を除けば、同一のセグメントベース値
を用いてアドレス変換すべきオペランド間でメモリ転送
を行う命令を実行する場合のマイクロプログラムと同じ
処理形式でよいにもかかわらず、これらのマイクロプロ
グラムを別々に必要とし、命令の演算実行の制御を行う
マイクロプログラムのステップ数が多くなるという欠点
がある。
However, except for the process of switching the identifier value, the microprogram may use the same processing format as a microprogram that executes an instruction to transfer memory between operands whose addresses should be converted using the same segment base value. Nevertheless, these microprograms are required separately, and the number of microprogram steps for controlling the execution of instruction operations increases.

また、命令の演算実行の制御を行うマイクロプログラム
が識別子の値を切換える制御を行う前に、識別子の状態
を認識しておき、第1のセグメントベース値を用いてア
ドレス変換すべきオペランドと、第2のセグメントベー
ス値を用いてアドレス変換すべきオペランドとの間でメ
モリ転送を行う命令を実行した後に、識別子の状態を該
命令が実行される以前の状態に復元しなければならない
ため、その命令の処理速度が低下するという欠点がある
In addition, before the microprogram that controls the execution of instruction operations performs control to switch the value of the identifier, the state of the identifier is recognized, and the operand whose address should be converted using the first segment base value and the first After executing an instruction that performs memory transfer between the operand whose address is to be translated using the segment base value of 2, the state of the identifier must be restored to the state before the instruction was executed. The disadvantage is that the processing speed is reduced.

発明の目的 本発明は上記のような従来のものの欠点を除去すべくな
されたもので、マイクロプログラムのステップ数を削減
することができ、処理速度を高速化することができる情
報処理装置の提供を目的とする。
OBJECTS OF THE INVENTION The present invention has been made to eliminate the drawbacks of the conventional ones as described above, and provides an information processing device that can reduce the number of microprogram steps and increase processing speed. purpose.

発明の構成 本発明による情報処理装置は、第1のセグメントベース
値と第2のセグメントベース値とのうちいずれを用いる
かを示す識別子に応じて選択されたセグメントベース値
と、制御記憶内から読出されたマイクロプログラムによ
って生成された論理アドレスとによりアドレス変換を行
う情報処理装置であって、前記マイクロプログラムに付
加されて前記識別子の有効無効を示す識別子有効情報と
、前記マイクロプログラムに付加されて前記アドレス変
換にいずれのセグメントベース値を用いるかを示す識別
情報と、前記識別子有効情報と前記識別情報とにより前
記第1および第2のセグメントベース値のうち一方を選
択する選択手段を設け、前記選択手段により選択された
セグメントベース値と、該マイクロプログラムによって
生成された論理アドレスとによりアドレス変換を行うよ
うにしたことを特徴とする。
Configuration of the Invention An information processing apparatus according to the present invention reads out a segment base value selected according to an identifier indicating which of a first segment base value and a second segment base value is to be used, and from a control memory. An information processing device that performs address conversion based on a logical address generated by a microprogram, the information processing device comprising: identifier validity information added to the microprogram to indicate validity of the identifier; identification information indicating which segment base value is to be used for address conversion; and selection means for selecting one of the first and second segment base values based on the identifier valid information and the identification information; The present invention is characterized in that address conversion is performed using the segment base value selected by the means and the logical address generated by the microprogram.

実施例 次に、本発明の一実施例について図面を参照して説明す
る。
Embodiment Next, an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図であ
る。図において、レジスタ1には31ビツトからなる第
1のセグメントベース値が保持され、レジスタ2には3
1ビツトからなる第2のセグメントベース値が保持され
ている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, register 1 holds the first segment base value consisting of 31 bits, and register 2 holds the 31-bit first segment base value.
A second segment base value consisting of one bit is maintained.

また、識別子4にはオペランドのアドレス変換に対して
レジスタ1.2に保持された第1および第2のセグメン
トベース値のうちいずれを用いるかを示す情報が保持さ
れている。
Further, the identifier 4 holds information indicating which of the first and second segment base values held in the register 1.2 is used for address translation of the operand.

識別子4に論理“0”が保持されている場合にはオペラ
ンドのアドレス変換に第1のセグメントベース値が用い
られ、論理“1″が保持されている場合にはオペランド
のアドレス変換に第2のセグメントベース値が用いられ
る。
If the identifier 4 holds logic "0", the first segment base value is used for address translation of the operand, and if logic "1" is held, the second segment base value is used for address translation of the operand. Segment base values are used.

制御記憶装置5はアドレス生成を制御するマイクロプロ
グラムを保持する制御記憶(図示せず)と、その制御記
憶を制御するni制御回路(図示せず)とからなる。
The control storage device 5 includes a control storage (not shown) that holds a microprogram that controls address generation, and an ni control circuit (not shown) that controls the control storage.

論理アドレス生成回路6は制御記憶装置5内に保持され
たマイクロプログラムにより制御され、31ビツトから
なるオペランドの論理アドレスを生成する。
The logical address generation circuit 6 is controlled by a microprogram held in the control storage device 5 and generates a logical address of an operand consisting of 31 bits.

論理アドレス生成回路6で生成された論理アドレスはレ
ジスタ3に一時保持された後に、レジスタ3からアドレ
ス変換装置9に送出される。
The logical address generated by the logical address generation circuit 6 is temporarily held in the register 3 and then sent from the register 3 to the address translation device 9.

選択器制御回路7には識別子4に保持された情報と、制
御記憶装置5内に保持されたマイクロプログラムに付加
されてオペランドのアドレス変換に対してレジスタ1.
2に保持された第1および第2のセグメントベース値の
うちいずれを用いるかを示す情報(以下Sビットとする
)と、Sビットが識別子4からの情報よりも優先するか
否かを示す情報(以下Vビットとする)とが人力され、
これらの情報に基づいて選択器8への制御信号を生成す
る。
The selector control circuit 7 includes information held in the identifier 4 and is added to the microprogram held in the control storage device 5, and is added to the register 1 .
Information indicating which of the first and second segment base values held in identifier 2 is to be used (hereinafter referred to as the S bit), and information indicating whether the S bit has priority over the information from identifier 4. (hereinafter referred to as V bit) is manually operated,
A control signal to the selector 8 is generated based on this information.

■ビットが論理“1°の場合にはSビットが識別子4か
らの情報よりも優先することを示し、このときSビット
は識別子4からの情報と同じ意味を持つ。また、■ビッ
トが論理mO″の場合にはSビットが識別子4からの情
報より優先しないことを示している。
■If the bit is logical 1°, it indicates that the S bit has priority over the information from identifier 4, and in this case, the S bit has the same meaning as the information from identifier 4. '' indicates that the S bit does not take priority over the information from identifier 4.

選択器8は選択器制御回路7からの制御信号に応じて、
レジスタ1に保持された第1のセグメントベース値とレ
ジスタ2に保持された第2のセグメントベース値とのう
ちいずれか一方を選択し、選択したセグメントベース値
をアドレス変換装置9に送出する。
The selector 8 responds to a control signal from the selector control circuit 7 to
One of the first segment base value held in register 1 and the second segment base value held in register 2 is selected, and the selected segment base value is sent to address translation device 9.

アドレス変換装置9はレジスタ3から送られてくる論理
アドレスと選択器8から送られてくるセグメントベース
値とを用いてアドレス変換を行う。
The address translation device 9 performs address translation using the logical address sent from the register 3 and the segment base value sent from the selector 8.

第2図は第1図の選択器制御回路7の制御論理を示す図
である。図において、選択器制御回路7は制御記憶装置
5から送られてくるvビットが論理“0°の場合、Sビ
ットが識別子4からの情報より優先しないので、Sビッ
トが論理“0”または論理“1゛のいずれであっても、
選択器8に出力する制御信号は識別子4の値と同じであ
る。すなわち、識別子4の値が論理“0“であれば制御
信号も論理“0°であり、また識別子4の値が論理“1
“であれば制御信号も論理“1″である。
FIG. 2 is a diagram showing the control logic of the selector control circuit 7 of FIG. 1. In the figure, when the v bit sent from the control storage device 5 is a logic “0°,” the selector control circuit 7 does not take priority over the information from the identifier 4, so the S bit is a logic “0” or a logic “No matter which one is 1゛,
The control signal output to the selector 8 is the same as the value of the identifier 4. That is, if the value of identifier 4 is logic "0", the control signal is also logic "0°", and the value of identifier 4 is logic "1".
", the control signal is also logic "1".

Vビットが論理“1“の場合にはSビットが識別子4か
らの情報よりも優先するので、識別子4の値が論理“0
”または論理“1”のいずれであっても、選択器8に出
力する制御信号はSビットと同じになる。すなわち、S
ビットが論理“0”であれば制御信号も論理“0”とな
り、またSビットが論理“1”であれば制御信号も論理
“1゜となる。
When the V bit is a logic "1", the S bit has priority over the information from the identifier 4, so the value of the identifier 4 is a logic "0".
” or logic “1”, the control signal output to the selector 8 is the same as the S bit.
If the bit is a logic "0", the control signal will also be a logic "0", and if the S bit is a logic "1", the control signal will also be a logic "1".

これら第1図および第2図を用いて本発明の一実施例の
動作について説明する。尚、識別子4には論理“0”が
保持されているものとする。
The operation of an embodiment of the present invention will be explained using FIG. 1 and FIG. 2. It is assumed that the identifier 4 holds a logic "0".

第1のセグメントベース値を用いてアドレス変換すべき
オペランド1から第2のセグメントベース値を用いてア
ドレス変換すべきオペランド2にメモリ転送を行う命令
を実行する場合、論理アドレス生成回路6は信号線10
2を介して制御記憶装置5から送られてきたマイクロプ
ログラムの制御によりオペランド1の論理アドレスを生
成する。
When executing an instruction to perform memory transfer from operand 1 whose address should be converted using the first segment base value to operand 2 whose address should be converted using the second segment base value, the logical address generation circuit 6 10
The logical address of operand 1 is generated under the control of a microprogram sent from control storage 5 via 2.

論理アドレス生成回路6で生成されたオペランド1の論
理アドレスは信号線103を介してレジスタ3に送出さ
れ、レジスタ3に一時保持される。
The logical address of operand 1 generated by the logical address generation circuit 6 is sent to the register 3 via the signal line 103 and is temporarily held in the register 3.

このとき、制御記憶装置5から論理アドレス生成回路6
に信号線102を介して送られたマイクロプログラムは
オペランド1が第1のベースセグメント値を用いてアド
レス変換する必要があるため、Vビットに論理“1°を
、Sビットに論理“0″を夫々信号線10Bを介して選
択器制御回路7に出力する。
At this time, from the control storage device 5 to the logical address generation circuit 6
The microprogram sent via the signal line 102 requires operand 1 to perform address conversion using the first base segment value, so it sets logic "1°" to the V bit and logic "0" to the S bit. Each signal is output to the selector control circuit 7 via the signal line 10B.

また、選択器制御回路7には識別子4から信号線105
を介して論理″0”が出力されている。
The selector control circuit 7 also has a signal line 105 from the identifier 4.
A logic "0" is output through the output.

よって、選択器制御回路7はこれらの情報により選択器
8への制御信号として論理“0“を信号11107を介
して出力する。
Therefore, the selector control circuit 7 outputs logic "0" as a control signal to the selector 8 via the signal 11107 based on this information.

これにより、選択器8では信号線100を介してレジス
タ1から送られてきた第1のセグメントベース値を選択
し、該セグメントベース値を信号線10gを介してアド
レス変換装置9に送出する。
As a result, the selector 8 selects the first segment base value sent from the register 1 via the signal line 100, and sends the segment base value to the address translation device 9 via the signal line 10g.

アドレス変換装置9では信号線103を介してレジスタ
3から送られてきた論理アドレスと、信号線108を介
して選択器8から送られてきた第1のセグメントベース
値とを用いてオペランド1のアドレス変換が行われる。
The address translation device 9 uses the logical address sent from the register 3 via the signal line 103 and the first segment base value sent from the selector 8 via the signal line 108 to address the operand 1. Conversion takes place.

次に、論理アドレス生成回路6は信号線102を介して
制御記憶装置5から送られてきたマイクロプログラムの
制御によりオペランド2の論理アドレスを生成する。
Next, the logical address generation circuit 6 generates the logical address of the operand 2 under the control of the microprogram sent from the control storage device 5 via the signal line 102.

論理アドレス生成回路6で生成されたオペランド2の論
理アドレスは信号線103を介してレジスタ3に送出さ
れ、レジスタ3に一時保持される。
The logical address of operand 2 generated by the logical address generation circuit 6 is sent to the register 3 via the signal line 103 and is temporarily held in the register 3.

このとき、制御記憶装置5から論理アドレス生成回路6
に信号線102を介して送られたマイクロプログラムは
オペランド2が第2のベースセグメント値を用いてアド
レス変換する必要があるため、Vビットに論理al++
を、Sビットに論理“1″を夫々信号線106を介して
選択器制御回路7に出力する。
At this time, from the control storage device 5 to the logical address generation circuit 6
Since operand 2 needs to be address translated using the second base segment value, the microprogram sent via signal line 102 to
and outputs logic "1" to the S bit to the selector control circuit 7 via the signal line 106, respectively.

また、選択器制御回路7には識別子4から信号線105
を介して論理“0″が出力されている。
The selector control circuit 7 also has a signal line 105 from the identifier 4.
Logic "0" is outputted via.

よって、選択器制御回路7はこれらの情報により選択器
8への制御信号として論理“1°を信号線107を介し
て出力する。
Therefore, the selector control circuit 7 outputs the logic "1°" as a control signal to the selector 8 via the signal line 107 based on this information.

これにより、選択器8では信号線101を介してレジス
タ2から送られてきた第2のセグメントベース値を選択
し、該セグメントベース値を信号線108を介してアド
レス変換装置9に送出する。
As a result, the selector 8 selects the second segment base value sent from the register 2 via the signal line 101 and sends the segment base value to the address translation device 9 via the signal line 108.

アドレス変換装置9では信号線103を介してレジスタ
3から送られてきた論理アドレスと、信号線lO8を介
して選択器8から送られてきた第2のセグメントベース
値とを用いてオペランド2のアドレス変換が行われる。
The address conversion device 9 uses the logical address sent from the register 3 via the signal line 103 and the second segment base value sent from the selector 8 via the signal line lO8 to determine the address of the operand 2. Conversion takes place.

上述のように、第1のセグメントベース値を用いてアド
レス変換すべきオペランド1から第2のセグメントベー
ス値を用いてアドレス変換すべきオペランド2にメモリ
転送を行う命令を実行する場合、アドレス変換装置9で
は$−11alll 、?c!憶装置5内のマイクロプ
ログラムにより示されたセグメントベース値を用いてオ
ペランド1.2のアドレス変換が行われる。
As described above, when executing an instruction to perform memory transfer from operand 1 whose address should be translated using the first segment base value to operand 2 whose address should be translated using the second segment base value, the address translation device 9 is $-11all,? c! Address translation of operand 1.2 is performed using the segment base value indicated by the microprogram in storage device 5.

また、同一のセグメントベース値を用いてアドレス変換
すべきオペランド3,4間でメモリ転送を行う命令を実
行する場合、論理アドレス生成回路6は信号線102を
介して制御記憶装置5がら送られてきたマイクロプログ
ラムの制御によりオペランド3の論理アドレスを生成す
る。
Further, when executing an instruction to perform memory transfer between operands 3 and 4 whose addresses should be converted using the same segment base value, the logical address generation circuit 6 receives the information sent from the control storage device 5 via the signal line 102. The logical address of operand 3 is generated under the control of the microprogram.

論理アドレス生成回路6で生成されたオペランド3の論
理アドレスは信号線103を介してレジスタ3に送出さ
れ、レジスタ3に一時保持される。
The logical address of operand 3 generated by logical address generation circuit 6 is sent to register 3 via signal line 103 and is temporarily held in register 3.

このとき、制御記憶装置5から論理アドレス生成回路6
に信号線102を介して送られたマイクロプログラムは
オペランド3,4が同一のベースセグメント値を用いて
アドレス変換する必要があるため、Vビットに論理“0
”を、Sビットに論理“0”を夫々信号線106を介し
て選択器制御回路7に出力する。
At this time, from the control storage device 5 to the logical address generation circuit 6
The microprogram sent via the signal line 102 sets the V bit to logic “0” because it is necessary to perform address conversion using the same base segment value for operands 3 and 4.
” and logic “0” to the S bit are output to the selector control circuit 7 via the signal line 106, respectively.

また、選択器制御回路7には識別子4から信号線105
を介して論理“0”が出力されている。
The selector control circuit 7 also has a signal line 105 from the identifier 4.
Logic "0" is outputted via.

よって、選択器制御回路7はこれらの情報により選択器
8への制御信号として論理“O”を信号線107を介し
て出力する。
Therefore, the selector control circuit 7 outputs a logic "O" as a control signal to the selector 8 via the signal line 107 based on this information.

これにより、選択器8では信号線100を介してレジス
タ1から送られてきた第1のセグメントベース値を選択
し、該セグメントベース値を信号線108を介してアド
レス変換装置9に送出する。
As a result, the selector 8 selects the first segment base value sent from the register 1 via the signal line 100 and sends the segment base value to the address conversion device 9 via the signal line 108.

アドレス変換装置9では信号線1(18を介してレジス
タ3から送られてきた論理アドレスと、信号線108を
介して選択器8から送られてきた第1のセグメントベー
ス値とを用いてオペランド3のアドレス変換が行われる
The address conversion device 9 converts the operand 3 using the logical address sent from the register 3 via the signal line 1 (18) and the first segment base value sent from the selector 8 via the signal line 108. address translation is performed.

次に、上述の処理と同様にして、アドレス変換装置9で
は信号線向3を介してレジスタ3がら送られてきた論理
アドレスと、信号線108を介して選択器8から送られ
てきた第1のセグメントベース値とを用いてオペランド
4のアドレス変換が行われる。
Next, in the same way as the above-described process, the address conversion device 9 receives the logical address sent from the register 3 via the signal line direction 3 and the first logical address sent from the selector 8 via the signal line 108. Address translation of operand 4 is performed using the segment base value of .

上述のように、同一のセグメントベース値を用いてアド
レス変換すべきオペランド3.4間でメモリ転送を行う
命令を実行する場合、アドレス変換装置9では識別子4
の値により示されたセグメントベース値を用いてオペラ
ンド3,4のアドレス変換が行われる。
As mentioned above, when executing an instruction that performs memory transfer between operands 3 and 4 whose addresses should be translated using the same segment base value, the address translation device 9 uses the identifier 4.
Address translation of operands 3 and 4 is performed using the segment base value indicated by the value of .

このように、制御記憶装置5内のマイクロプログラムに
VビットおよびSビットを付加し、これらVビットおよ
びSビットによりオペランドのアドレス変換に対してレ
ジスタ1.2に保持された第1および第2のセグメント
ベース値のうちいずれを用いるかを示すようにすること
によって、制御記憶装置5内のマイクロプログラムがオ
ペランドのアドレス変換に対して第1および第2のセグ
メントベース値のうちいずれを用いるかを制御すること
ができる。
In this way, the V bit and S bit are added to the microprogram in the control storage device 5, and these V bits and S bits enable the first and second bits held in the register 1.2 to be used for address translation of the operand. Controls which of the first and second segment base values the microprogram in the control store 5 uses for address translation of the operands by indicating which of the segment base values to use. can do.

よって、命令の演算実行の制御を行うマイクロプログラ
ムが識別子4の値の切換え動作を行う必要がなくなると
ともに、第1のセグメントベース値を用いてアドレス変
換すべきオペランド1と、第2のセグメントベース値を
用いてアドレス変換すべきオペランド2との間でメモリ
転送を行う命令を実行する前に識別子4の状態を認識し
ておき、該命令を実行した後に識別子4の状態を以前の
状態に復元するという動作も必要なくなる。
Therefore, the microprogram that controls the execution of instruction operations does not need to switch the value of identifier 4, and the operand 1 whose address should be converted using the first segment base value and the second segment base value Recognize the state of identifier 4 before executing an instruction that performs memory transfer between operand 2 and address conversion using , and restore the state of identifier 4 to its previous state after executing the instruction. This action is no longer necessary.

したがって、該命令のマイクロプログラムは同一のセグ
メントベース値を用いてアドレス変換すべきオペランド
3.4間でメモリ転送を行う命令を実行する場合のマイ
クロプログラムと処理を共通化することができるので、
マイクロプログラムのステップ数を削減することができ
、その命令の処理速度を高速化することができる。
Therefore, the microprogram for this instruction can share the processing with the microprogram for executing an instruction for performing memory transfer between operands 3 and 4 whose addresses should be converted using the same segment base value.
The number of steps in a microprogram can be reduced, and the processing speed of its instructions can be increased.

発明の詳細 な説明したように本発明によれば、第1のセグメントベ
ース値と第2のセグメントベース値とのうちいずれを用
いるかを示す識別子の有効無効を示す識別子有効情報と
、アドレス変換にいずれのセグメントベース値を用いる
かを示す識別情報とをマイクロプログラムに付加し、こ
れら識別子有効情報と識別情報とにより選択されたセグ
メントベース値と、該マイクロプログラムによって生成
された論理アドレスとによりアドレス変換を行うように
することによって、マイクロプログラムのステップ数を
削減することができ、処理速度を高速化することができ
るという効果がある。
DETAILED DESCRIPTION OF THE INVENTION According to the present invention, as described above, the identifier validity information indicating whether the identifier is valid or invalid indicating which of the first segment base value and the second segment base value is to be used, and address translation. Identification information indicating which segment base value to use is added to the microprogram, and address conversion is performed using the segment base value selected based on these identifier valid information and identification information, and the logical address generated by the microprogram. By doing so, the number of steps in the microprogram can be reduced and the processing speed can be increased.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は第1図の選択器制御回路の制御論理を示す図であ
る。 主要部分の符号の説明 1〜3・・・・・・レジスタ 4・・・・・・識別子 5・・・・・・制御記憶装置 6・・・・・・論理アドレス生成回路 7・・・・・・選択器制御回路 8・・・・・・選択器
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 2 is a diagram showing the control logic of the selector control circuit of FIG. 1. Explanation of symbols of main parts 1 to 3... Register 4... Identifier 5... Control storage device 6... Logical address generation circuit 7... ...Selector control circuit 8...Selector

Claims (1)

【特許請求の範囲】[Claims] (1)第1のセグメントベース値と第2のセグメントベ
ース値とのうちいずれを用いるかを示す識別子に応じて
選択されたセグメントベース値と、制御記憶内から読出
されたマイクロプログラムによって生成された論理アド
レスとによりアドレス変換を行う情報処理装置であって
、前記マイクロプログラムに付加されて前記識別子の有
効無効を示す識別子有効情報と、前記マイクロプログラ
ムに付加されて前記アドレス変換にいずれのセグメント
ベース値を用いるかを示す識別情報と、前記識別子有効
情報と前記識別情報とにより前記第1および第2のセグ
メントベース値のうち一方を選択する選択手段を設け、
前記選択手段により選択されたセグメントベース値と、
該マイクロプログラムによって生成された論理アドレス
とによりアドレス変換を行うようにしたことを特徴とす
る情報処理装置。
(1) A segment base value selected according to an identifier indicating which of the first segment base value and the second segment base value is to be used, and generated by a microprogram read from the control memory. an information processing device that performs address conversion based on a logical address, the information processing device comprising: identifier validity information added to the microprogram to indicate validity of the identifier; and any segment base value added to the microprogram to perform the address conversion; and selection means for selecting one of the first and second segment base values based on the identifier validity information and the identification information,
a segment base value selected by the selection means;
An information processing device characterized in that address conversion is performed using a logical address generated by the microprogram.
JP1132323A 1989-05-25 1989-05-25 Information processor Pending JPH02310647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1132323A JPH02310647A (en) 1989-05-25 1989-05-25 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1132323A JPH02310647A (en) 1989-05-25 1989-05-25 Information processor

Publications (1)

Publication Number Publication Date
JPH02310647A true JPH02310647A (en) 1990-12-26

Family

ID=15078631

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1132323A Pending JPH02310647A (en) 1989-05-25 1989-05-25 Information processor

Country Status (1)

Country Link
JP (1) JPH02310647A (en)

Similar Documents

Publication Publication Date Title
JPH02310647A (en) Information processor
US6584514B1 (en) Apparatus and method for address modification in a direct memory access controller
JP2577023B2 (en) Address extension control method for information processing equipment
JPH01273132A (en) Microprocessor
JP2905989B2 (en) I / O controller
JPS6086625A (en) Data processing device
JPS5854422B2 (en) Control method for multiprocessing equipment
JP2000003328A (en) Address reference system for input/output control device
JPS59207082A (en) Address converter
JPS6015969B2 (en) Microinstruction address generation method
JP2818562B2 (en) Address translation circuit
JPH0612261A (en) Interruption control circuit
JPH04251331A (en) Information processor
JPS6319040A (en) Information processor
JPS6362065A (en) Data transfer control system
JPH0410031A (en) Microprogram controller
JPH0468459A (en) Digital signal processor
JPS62113239A (en) Microinstruction generation system
JP2001154915A (en) Information processor
JPS61187044A (en) Information processor
JPS6143342A (en) Microprogram controller
JPS6086635A (en) Main storage control device
JPS61292749A (en) Arithmetic processor
JPS58196681A (en) Address converting system for virtual machine system
JP2001084139A (en) Arithmetic processor and arithmetic processing method