JPH0283739A - Interruption processing system for information processor - Google Patents

Interruption processing system for information processor

Info

Publication number
JPH0283739A
JPH0283739A JP23716288A JP23716288A JPH0283739A JP H0283739 A JPH0283739 A JP H0283739A JP 23716288 A JP23716288 A JP 23716288A JP 23716288 A JP23716288 A JP 23716288A JP H0283739 A JPH0283739 A JP H0283739A
Authority
JP
Japan
Prior art keywords
interrupt
area
execution
program
software
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
JP23716288A
Other languages
Japanese (ja)
Inventor
Yoshiichi Mori
森 芳一
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP23716288A priority Critical patent/JPH0283739A/en
Publication of JPH0283739A publication Critical patent/JPH0283739A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain a macrocode processing system having a high freedom degree by producing an instruction to a macrocode via an interruption produced during the execution of a macrocode. CONSTITUTION:When a specific instruction or event is detected at execution of a program of a software area, an MCRM flag 1 is set at 1 via a signal line 102 and the subsequent instructions are carried out in a macromode. In this case, an input line 105 of an adder 5 shows the contents of an MPFXR 2. The real addresses set at a RAM 3 are added together by the adder 5 and converted by a soft prefix conversion logic part 6. Then the absolute address of a main storage is outputted to a signal line 107. While the line 105 is set at 0 when the flag 1 is set at 0, and an output line 106 shows the contents themselves of the RAM 3. Thus a macrocode can be processed with a high freedom degree.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置の割込み処理方式に係り、特に主
記憶をハードウェア領域とソフトウェア領域に分割し、
ハードウェア領域に格納した特定命令等を処理する命令
実行手順における割込み処理方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to an interrupt processing method for an information processing device, and in particular, a main memory is divided into a hardware area and a software area,
The present invention relates to an interrupt processing method in an instruction execution procedure for processing a specific instruction stored in a hardware area.

〔従来の技術〕[Conventional technology]

従来の情報処理装置においては、命令は固定論理回路ま
たは制御記憶に格納されているマイクロプログラムによ
り処理されている。命令には非常に使用頻度の低い命令
や、非常に複雑多岐にわたる処理により実行される命令
等があるが、これらの命令を従来の情報処理装置で実行
しようとすると、固定論理回路の複雑化、制御記憶容量
及びマイクロプログラムの増大を招く。特に、固定論理
回路の複雑化が使用頻度の高い基本命令の性能にまで影
響を及ぼす場合は、処理装置として価格性能比の点で著
しくバランスの悪いものとなってしまう。
In conventional information processing devices, instructions are processed by microprograms stored in fixed logic circuits or control memory. There are some instructions that are used very infrequently, and instructions that are executed by extremely complex and diverse processing, but when trying to execute these instructions with a conventional information processing device, the fixed logic circuit becomes complicated, This results in an increase in control storage capacity and microprograms. In particular, if the complexity of the fixed logic circuit affects the performance of frequently used basic instructions, the processing device becomes extremely unbalanced in terms of price/performance ratio.

従来、このように点を改善するため、主記憶をバー1く
ウェア領域とソフトウェア領域に分割し、ハードウェア
領域には複数種類の命令実行手順の列をラフ1〜ウエア
領域には通常のプログラムをそれぞれ格納し、プログラ
ムが特定の命令を発行した際に、あるいは特定の事象が
生起した際に対応する命令実行手順の列を実行するよう
な情報処理装置が提案されている。
Conventionally, in order to improve this point, the main memory is divided into a hardware area and a software area, and the hardware area contains a sequence of multiple types of instruction execution procedures, and the rough 1~wear area contains a normal program. An information processing apparatus has been proposed in which a sequence of instruction execution procedures is stored and executed when a program issues a specific instruction or when a specific event occurs.

このような情報処理装置では、プログラムが特定の命令
を発行したり、特定の事象を発生すると、プログラム状
態語(PSW)、汎用レジスタ (GR)、浮動小数点
レジスタ(FR)等のプログラムを実行する上で必要な
資源の退避を行った後、前記ハードウェア領域の命令実
行手順の列(以下マクロコードと称する)を実行する。
In such information processing devices, when a program issues a specific instruction or a specific event occurs, the program executes the program state word (PSW), general purpose register (GR), floating point register (FR), etc. After the necessary resources are saved as described above, a sequence of instruction execution procedures (hereinafter referred to as macro code) in the hardware area is executed.

マクロコードは前記資源を自由に使用して処理を行うが
、マクロコードの完了時にマクロコードが明白に更新す
べきものを除いて前記資源の回復を行う必要がある。マ
クロコード実行中に一切割込み要因の発生しない場合は
、前記回復処理はマクロコードの完了時だけで良いが、
マクロコード実行中にプログラム割込み要因あるいはマ
シンチエツク割込み要因の発生した場合は、割込み処理
においても」二記資源の回復を行わねばならない。従来
はこれらの割込み処理を、各種の割込みごとにハードウ
ェアあるいはマイクロプログラムで実現していた。
The macro code is free to use the resources for processing, but must recover the resources when the macro code completes, except for those that the macro code should explicitly update. If no interrupt factor occurs during the execution of the macro code, the above recovery process may be performed only when the macro code is completed.
If a program interrupt factor or machine check interrupt factor occurs during macro code execution, resources must be recovered in the interrupt processing as well. Conventionally, these interrupt processes have been implemented using hardware or microprograms for each type of interrupt.

なお、この種の情報処理装置として関連するもには、例
えば特開昭56−21237号公報、特開昭56−12
4.952号公報等が挙げられる。
Incidentally, related information processing apparatuses of this type include, for example, Japanese Patent Application Laid-Open No. 56-21237 and Japanese Patent Application Laid-Open No. 56-12.
4.952 and the like.

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

」二記従来の情報処理装置においては、マクロコード実
行中の割込み処理を全てハードウェアあるいはマイクロ
プログラムで実現しているため、かなりの制御記憶容量
やマイクロプログラムの増大となり、制御記憶容量及び
マイクロプログラム量の削減といった当初のマクロコー
ドの目的に反することになる。
2. In conventional information processing devices, all interrupt processing during macro code execution is realized by hardware or microprograms, resulting in a considerable increase in control storage capacity and microprograms. This would defeat the original purpose of the macro code, which was to reduce the amount of data.

また、マクロコードはソフトウェア領域のプログラムと
同様に割込み処理を含めて自由度の高い方が望ましい。
Further, it is desirable that the macro code has a high degree of freedom, including interrupt processing, similar to programs in the software domain.

これはマクロコードで実現すべき機能が複数のプログラ
ム割込み要因を有している場合、マクロコードでその割
込み要因を保持し、マクロコードの責任で最終的な割込
み処理を行う方が、より柔軟性に富んだマクロコードを
実現できるからである。従来はこの点について配慮され
ておらず、マイクロコードの有効利用が図られていない
This is because if the function to be realized by macro code has multiple program interrupt sources, it is more flexible to hold the interrupt sources in macro code and take responsibility for the final interrupt processing. This is because it is possible to realize a macro code that is rich in information. Conventionally, this point has not been considered, and the microcode has not been used effectively.

本発明の目的は、制御記憶容量やマイクロプログラムを
増大させることなく、また自由度の高いマクロコート処
理を提供するための割込み処理力式を実現することにあ
る。
An object of the present invention is to realize an interrupt processing power formula for providing macro code processing with a high degree of freedom without increasing control storage capacity or microprograms.

〔課題を解決するだめの手段〕[Failure to solve the problem]

上記目的を達成するため、本発明は主記憶装置をソフト
ウェア領域とハードウェア領域に分割し、ラフ1−ウェ
ア領域にはプログラムを、ハードウェア領域には特定の
命令を処理するときあるいは特定の事象が生起したとき
に実行される命令実行手順の列(マクロコード)をそれ
ぞれ格納する情報処理装置において、前記ソフトウェア
領域のプログラムを実行している時は、例えば110 
I+を、前記ハードウェア領域の命命実行手順の列を実
行している時は例えばL(i I+を示す識別子と、前
記ソフトウェア領域のプログラムの実行中に発生した割
込み要因に対する第1の割込み手順と、前記ハードウェ
ア領域の命令実行手順の列の実行中に発生した割込み要
因に対する第2の割込み手順とを設け、前記識別子がr
r OI+の時に発生した割込み要因に対しては前記第
1の割込み手順で、前記識別子が“1″の時に発生した
割込み要因に対しては前記第2の割込手順で割込処理を
行うことを特徴としている。
In order to achieve the above object, the present invention divides the main memory into a software area and a hardware area, the rough 1-ware area stores programs, and the hardware area stores programs for processing specific instructions or events. For example, when a program in the software area is being executed in an information processing device that stores a sequence of instruction execution procedures (macro codes) to be executed when a
I+, when executing a sequence of instruction execution procedures in the hardware area, for example, L(i). An identifier indicating I+ and a first interrupt procedure for an interrupt factor that occurs during execution of a program in the software area. and a second interrupt procedure for an interrupt factor that occurs during execution of a sequence of instruction execution procedures in the hardware area, and the identifier is r.
r For an interrupt factor that occurs when OI+, perform the interrupt processing using the first interrupt procedure, and for an interrupt factor that occurs when the identifier is "1", use the second interrupt procedure. It is characterized by

〔作 用〕[For production]

ハードウェア領域のマクロコード実行中に割込み要因が
発生すると、情報処理装置はハードウェア領域の一部に
格納しである割込み手順(水割込み手順はマクロコード
で記述する)に従ってマクロコード側で割込み処理を行
う。これはソフトウェア領域のプログラムからはあくま
でもマクロコードの実行の一部として認識され、ソフト
ウェア領域のプログラムにとって割込みの発生すること
はない、このためマクロコード実行中に発生した割込み
はあくまでもマクロコードの責任のもとで割込み処理を
行うことが可能となる。また、マクロコードによる割込
み処理の終了後はマクロコードによるソフトウェア領域
のプログラムに対してマクロコードの処理結果が報告さ
れる。
When an interrupt factor occurs during macro code execution in the hardware area, the information processing device stores the interrupt in a part of the hardware area and processes the interrupt on the macro code side according to the interrupt procedure (the water interrupt procedure is written in macro code). I do. This is recognized by the program in the software area as just a part of the execution of the macro code, and does not generate an interrupt for the program in the software area. Therefore, interrupts that occur during the execution of the macro code are solely the responsibility of the macro code. It becomes possible to perform interrupt processing at the same time. Furthermore, after the interrupt processing by the macro code is completed, the processing result of the macro code is reported to the program in the software area by the macro code.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第2図は主記憶の分割を示した図であり、主記憶10は
ハードウェア領域(H8A)11とソフトウェア領域(
SA)12に分割されている。ハードウェア領域11に
は、ソフトウェア領域12に格納されている特定の命令
を処理するための命令実行手順の列や特定の事象が生起
した際に行うべき処理のための命令実行手順の列(以下
、マクロコードと称する)などが格納されている。さら
に、このハードウェア領域11には、マクロコード実行
中に発生した割込みに関する情報を保持するためのマク
ロ・プリフィクスエリア(MPFX)がある。MPFX
は、1つの主記憶を複数の処理装置で共有するようなマ
ルチプロセッサ構成の場合には処理装置の数だけ用意さ
れる。こぎでは2つの処理装置で構成される際のMPF
XO,MPFXIを示しである。
FIG. 2 is a diagram showing the division of the main memory. The main memory 10 has a hardware area (H8A) 11 and a software area (H8A) 11.
SA) It is divided into 12. The hardware area 11 includes a sequence of instruction execution procedures for processing specific instructions stored in the software area 12 and a sequence of instruction execution procedures for processing to be performed when a specific event occurs (hereinafter referred to as , macro code), etc. are stored. Furthermore, this hardware area 11 includes a macro prefix area (MPFX) for holding information regarding interrupts that occur during macro code execution. MPFX
In the case of a multiprocessor configuration in which one main memory is shared by a plurality of processing devices, as many as the number of processing devices are prepared. MPF when rowing consists of two processing devices
XO and MPFXI are shown.

ソフトウェア領域12には、ソフトウェア領域に格納し
たプログラムの実行中に発生した割込みあるいは前記マ
クロコード実行中に発生した割込みに関する情報を保持
するソフト・プリフィクスエリア(SPFX)がある。
The software area 12 has a soft prefix area (SPFX) that holds information regarding an interrupt that occurs during the execution of a program stored in the software area or an interrupt that occurs during the execution of the macro code.

SPF)IMPFXと同様に処理装置の数だけ用意され
、こ\ではSPFXO,5PFXIの2つの場合を示し
である。
SPF) Similar to IMPFX, as many processing units as there are are prepared, and two cases, SPFXO and 5PFXI, are shown here.

第1図は本発明による割込み処理手段の一実施例を示す
ものである。マクロモード(MCRM)フラグ1は、前
記主記憶10のハードウェア領域11のマクロコード実
行中に、信号線101により“1”となるフリップフロ
ップである。マクロ・プリフィクス・レジスタ(MPF
XR)2は、信号線103により当該処理装置に割当て
られたマクロ・プリフィクスエリア(MPFX)の先頭
アドレスを保持するレジスタである。実アドレスレジス
タ(RAR)3は、信号線104により、処理装置がア
クセスすべき主記憶の実アドレスを保持するレジスタで
ある。第1図では省略したが、信号線101は命令制御
ユニットに、信号線103.104は記憶制御ユニット
に接続される。
FIG. 1 shows an embodiment of interrupt processing means according to the present invention. The macro mode (MCRM) flag 1 is a flip-flop that is set to "1" by the signal line 101 during execution of the macro code in the hardware area 11 of the main memory 10. Macro Prefix Register (MPF)
XR)2 is a register that holds the start address of the macro prefix area (MPFX) assigned to the processing device through the signal line 103. The real address register (RAR) 3 is a register that holds the real address of the main memory to be accessed by the processing device via the signal line 104. Although omitted in FIG. 1, the signal line 101 is connected to the instruction control unit, and the signal lines 103 and 104 are connected to the storage control unit.

割込み処理は、第3図でその概念を示すように、現プロ
グラム状態語(現psw)を主記憶におけるプリフィク
ス領域の旧PSW格納領域に格納し、新PSW格納領域
にあらかじめ準備された新PSWを現PSWにセットす
る処理である。この処理により、現PSWで示されるプ
ログラムの実行が中断され、新PSWで示されるプログ
ラムが新たに実行される。本発明では、マクロコード実
行中に前記割込み処理がマクロ・プリフィクスエリアで
為されると、その割込みはマクロコードに対して行われ
ることになり、前記割込み処理がソフト・プリフィクス
エリアに為されると、その割込みはプログラムに対して
行われることになる。
As the concept of interrupt processing is shown in Figure 3, the current program status word (current psw) is stored in the old PSW storage area of the prefix area in the main memory, and the new PSW prepared in advance is stored in the new PSW storage area. This is the process of setting the current PSW. Through this process, the execution of the program indicated by the current PSW is interrupted, and the program indicated by the new PSW is newly executed. In the present invention, if the interrupt processing is performed in the macro prefix area during macro code execution, the interrupt will be performed on the macro code, and if the interrupt processing is performed in the soft prefix area. , the interrupt will be made to the program.

次に、本発明の特徴である前記マクロモード実行中の割
込み処理について第1図を用いて説明する。
Next, interrupt processing during execution of the macro mode, which is a feature of the present invention, will be explained with reference to FIG.

ソフトウェア領域のプログラムの実行において特定の命
令の検出あるいは特定の事象が検出されると、M、 C
RMフラグ1は信号線102により1′″にセットされ
、以降の命令実行がマクロモードのもとで実行されるこ
とを示す。このMCRMlが“1″の時、信号線102
は“1”となり、加算器5の入力線105はMPFXR
2の内容(MPFXの先頭アドレス)となる。RAR3
にセットした実アドレスは、加算器5により入力線10
5の内容と加算され、それが信号106を通り、ラフ1
−プリフィクス変換論理部6でソフト・プリフィクス変
換を行った後、信号107に主記憶絶対アドレスが出力
される。すなわち、RAR3にプリフィクスエリア内の
旧PSW、新PSW等の格納領域を示す実アドレスをセ
ットした場合、前記実アドレスは最終的にマクロ・プリ
フィクスエリア(第2図のMPFXOあるいはMPFX
I)内の旧PSW、新PSW等の格納領域を示す絶対ア
ドレスに変換される。
When a specific instruction or a specific event is detected in the execution of a program in the software area, M, C
The RM flag 1 is set to 1'' by the signal line 102, indicating that the subsequent instruction execution will be executed under the macro mode.When this MCRMl is "1", the signal line 102
becomes “1”, and the input line 105 of the adder 5 is MPFXR.
2 (start address of MPFX). RAR3
The real address set in is sent to input line 10 by adder 5.
5 and it passes through signal 106 and is added to the rough 1
- After performing soft prefix conversion in the prefix conversion logic section 6, the main memory absolute address is outputted to the signal 107. In other words, when a real address indicating the storage area of the old PSW, new PSW, etc. in the prefix area is set in RAR3, the real address is finally stored in the macro prefix area (MPFXO or MPFXO in Figure 2).
I) is converted into an absolute address indicating the storage area of the old PSW, new PSW, etc.

一方、ソフ1へウェア領域のプログラム実行中でM、C
RMlがHOITの時、加算器5の入力線1.05は“
O”となり、加算器5の出力線106はRAR3の内容
そのものとなる。このため、RAR3に前記同様の実ア
ドレスをセットした場合、その実アドレスはソフト・プ
リフィクスエリアを示す実アドレスに変換される。
On the other hand, while the software area program is being executed in software 1, M and C
When RMl is HOIT, input line 1.05 of adder 5 is “
O'', and the output line 106 of the adder 5 becomes the contents of RAR3 itself. Therefore, when a real address similar to the above is set in RAR3, the real address is converted to a real address indicating the soft prefix area.

〔発明の効果〕〔Effect of the invention〕

以上述ぺたように、本発明によれば、マクロコード実行
中に発生した割込みはマクロコードに対して割込みを起
こすため、自由度の高いマクロコード処理を提供するこ
とができる。また、ラフ1〜ウエア領域のソフト・プリ
フィクスエリアあるいはハードウェア領域のマクロ・プ
リフィクスエリアをアクセスする際のアクセスアドレス
をマクロフラグによりハードウェアが切替えるため、割
込み処理のマイクロプログラムを増大することなく割込
み処理が可能となる。
As described above, according to the present invention, an interrupt that occurs during execution of a macro code causes an interrupt to the macro code, so that macro code processing with a high degree of freedom can be provided. In addition, since the hardware switches the access address when accessing the software prefix area in the rough 1 to wear area or the macro prefix area in the hardware area using the macro flag, interrupt processing can be performed without increasing the size of the interrupt processing microprogram. becomes possible.

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

第1図は本発明による割込み処理手段の一実施例を示す
構成図、第2図は主記憶のハードウェア領域とラフ1〜
ウエア領域の分割図、第3図は割込み処理の概念を表わ
す図である。 1・・マクロモードフラグ用フリップフロップ、2・・
マクロプリフィクスレジスタ、  3・・・実アドレス
レジスタ、 4・・・AND’y’−ト、5・・・加算
器、 6・・・ソフトプリフィクス変換論理部、 10
・・・主記憶装置、  11.・・ハードウェア領域、
12・・ソフトウェア領域。
FIG. 1 is a block diagram showing an embodiment of the interrupt processing means according to the present invention, and FIG. 2 shows the hardware area of the main memory and rough 1 to
FIG. 3, which is a division diagram of the wear area, is a diagram representing the concept of interrupt processing. 1.Flip-flop for macro mode flag, 2..
Macro prefix register, 3... Real address register, 4... AND'y'-to, 5... Adder, 6... Soft prefix conversion logic unit, 10
...Main storage device, 11.・Hardware area,
12...Software area.

Claims (2)

【特許請求の範囲】[Claims] (1)主記憶装置をソフトウェア領域とハードウェア領
域に分割し、ソフトウェア領域にはプログラムを、ハー
ドウェア領域には特定の命令を処理するときあるいは特
定の事象が生起したときに実行される命令実行手順の列
をそれぞれ格納する情報処理装置において、前記ソフト
ウェア領域のプログラムを実行している時は第1状態を
、前記ハードウェア領域の命令実行手順の列を実行して
いる時は第2状態を示す識別子と、前記ソフトウェア領
域のプログラムの実行中に発生した割込み要因に対する
第1の割込み手順と、前記ハードウェア領域の命令実行
手順の列の実行中に発生した割込み要因に対する第2の
割込み手順とを設け、 前記識別子が第1状態の時に発生した割込み要析に対し
ては前記第1の割込み手順で、前記識別子が第2状態の
時に発生した割込み要因に対しては前記第2の割込み手
順で割込み処理を行うことを特徴とする割込処理方式。
(1) Divide the main memory into a software area and a hardware area, with the software area containing programs and the hardware area executing instructions that are executed when processing specific instructions or when specific events occur. In an information processing device that stores a sequence of procedures, a first state is entered when a program in the software area is executed, and a second state is entered when a sequence of instruction execution procedures in the hardware area is executed. a first interrupt procedure for an interrupt cause that occurs during execution of a program in the software area; and a second interrupt procedure for an interrupt cause that occurs during execution of a sequence of instruction execution procedures in the hardware area; The first interrupt procedure is used for an interrupt factor that occurs when the identifier is in a first state, and the second interrupt procedure is used for an interrupt factor that occurs when the identifier is in a second state. An interrupt processing method characterized by performing interrupt processing.
(2)前記ソフトウェア領域のプログラムの実行中に発
生した割込み要因に対する第1の割込み手順はソフトウ
ェア領域に設け、前記ハードウェア領域の命令実行手順
の列の実行中に発生した割込み要因に対する第2の割込
み手順はハードウェア領域に設けることを特徴とする請
求項(1)記載の割込み処理方式。
(2) A first interrupt procedure for an interrupt cause that occurs during execution of a program in the software area is provided in the software area, and a second interrupt procedure for an interrupt cause that occurs during execution of a sequence of instruction execution procedures in the hardware area. 2. The interrupt processing method according to claim 1, wherein the interrupt procedure is provided in a hardware area.
JP23716288A 1988-09-21 1988-09-21 Interruption processing system for information processor Pending JPH0283739A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23716288A JPH0283739A (en) 1988-09-21 1988-09-21 Interruption processing system for information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23716288A JPH0283739A (en) 1988-09-21 1988-09-21 Interruption processing system for information processor

Publications (1)

Publication Number Publication Date
JPH0283739A true JPH0283739A (en) 1990-03-23

Family

ID=17011307

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23716288A Pending JPH0283739A (en) 1988-09-21 1988-09-21 Interruption processing system for information processor

Country Status (1)

Country Link
JP (1) JPH0283739A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5955565A (en) * 1982-09-24 1984-03-30 Fujitsu Ltd Multi-firmware system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5955565A (en) * 1982-09-24 1984-03-30 Fujitsu Ltd Multi-firmware system

Similar Documents

Publication Publication Date Title
JPS58189739A (en) Data processing system
JPS599937B2 (en) information processing equipment
JPH0283739A (en) Interruption processing system for information processor
JPH0581070A (en) Programmable controller and user program execution method in programmable controller
JPH0377137A (en) Information processor
JPS62140158A (en) Information processor
JPH0585925B2 (en)
JPS5854422B2 (en) Control method for multiprocessing equipment
JPH0233173B2 (en)
JP2899009B2 (en) Information processing device
JPS58205256A (en) Data processor
JPS63120336A (en) Switching system for memory access mode
JPS62214445A (en) Information processor
JPS60221829A (en) Data processor
JPS63155330A (en) Microprogram controller
JPH081596B2 (en) Microprocessor
JPH0331932A (en) Data processor
JPS63197234A (en) Information processor
JPH01223565A (en) Information processor
JPH0243633A (en) Parity checking device
JPS61187044A (en) Information processor
JPH1091516A (en) Information processor
JPS62269235A (en) Information processor
JPS62113239A (en) Microinstruction generation system
JPH0433137A (en) Data processor