JPH02189632A - Information processor - Google Patents

Information processor

Info

Publication number
JPH02189632A
JPH02189632A JP1010548A JP1054889A JPH02189632A JP H02189632 A JPH02189632 A JP H02189632A JP 1010548 A JP1010548 A JP 1010548A JP 1054889 A JP1054889 A JP 1054889A JP H02189632 A JPH02189632 A JP H02189632A
Authority
JP
Japan
Prior art keywords
microinstruction
rewriting
microinstructions
address
microprogram
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
JP1010548A
Other languages
Japanese (ja)
Inventor
Shozo Iida
飯田 昌三
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 JP1010548A priority Critical patent/JPH02189632A/en
Publication of JPH02189632A publication Critical patent/JPH02189632A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To paritially rewrite a microprogram in a device which can not be separated from a system while operating an operating system (OS) by executing a microinstruction stored in the 2nd control storage (CS) simultaneously with the rewriting of a microprogram in the 1st CS by the microinstruction of the 2nd CS. CONSTITUTION:Plural rewriting microinstructions are stored in the 1st CS 101 for storing an ordinary microprogram and the 2nd CS 104 having the same capacity as the 1st CS 101. In the case of executing the microinstruction of a CS address to be rewritten, the microinstruction of the 2nd CS 104 is executed simultaneously with the rewriting of the microprogram of the 1st CS 101 by the microinstruction of the 2nd CS 104. Consequently, the microprogram of the device which can not be separated from the system can be partially rewritten while operating the CS.

Description

【発明の詳細な説明】 (産業上の利用分野〕 本発明は、マイクロプログラム制御により作動する情報
処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to an information processing device that operates under microprogram control.

〔従来の技術〕[Conventional technology]

従来、ユーザ先のシステムでO8運用中に切り離せない
装置のマイクロブ[]グラムにバッチを適用する場合、
次のような手段を使っていた。
Conventionally, when applying a batch to microb[]grams of a device that cannot be separated during O8 operation in a user's system,
I used the following methods:

i、  osを一旦停止させ、目的とするマイクロプロ
グラムにバッチを適用してから再びO8を立上げる。
i. Stop the OS, apply the batch to the target microprogram, and then start the O8 again.

2、 バッチするマイクロ命令が以下に示す例のような
場合、サービスブ[1セツサがサポートとしているデバ
ッグツールを使用する。
2. If the microinstructions to be batched are as shown in the example below, use a debugging tool supported by ServiceBase.

(イ)1つのマイクロ命令だけのとき (ロ)複数のマイクロ命令だが、各々が一連のシーケン
スとしてのつながりがなく互いに1のイベント中に2命
令以上存在しないとき。
(b) When there is only one microinstruction; (b) When there are multiple microinstructions, but they are not connected as a series of sequences, and two or more instructions do not exist in one event.

ここでいうデパックツールの一例として次のようなツー
ルがある。コンソールからの人手入力により指示された
CSアドレス、書き換えるマイクロ命令のイメージをサ
ービスプロ・セッサが受取り、主記憶上に展開する。そ
して、サービスプロセッサがその旨を対象装置に通知す
ると、その装置は自身のマイクロプログラムにより、主
記憶上から、展開されたデータを引き取り、指定された
CSアドレスのマイクロ命令を指定されたイメージで書
き換える。このとき−度に処理できるマイクロ命令は1
命令である。
Examples of depacking tools mentioned here include the following tools. The service processor receives the CS address specified by manual input from the console and the image of the microinstruction to be rewritten, and expands it on the main memory. When the service processor notifies the target device, the device uses its own microprogram to retrieve the expanded data from main memory and rewrite the microinstruction at the specified CS address with the specified image. . In this case, the number of microinstructions that can be processed at a time is 1
It is a command.

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

上述した従来技術には、次のような欠点がある。 The above-mentioned conventional technology has the following drawbacks.

第1に、サービスプロセッサがデバッグツールをサポー
トしていない場合、O8を一旦停止させなければならな
い。また、システムがデュアルで運用されている場合で
も、片系のCPUや入出力処理装置を切り離すことによ
り性能が低下する。
First, if the service processor does not support debugging tools, O8 must be temporarily stopped. Further, even if the system is operated in dual mode, performance will be degraded by separating the CPU or input/output processing device of one system.

第2に、サービスプロセッサがデバッグツールをサポー
トしている場合でも、バッチするマイクロ命令が複数あ
り、それらが一連のシーケンスとしてつながりがあると
きは、1つのマイクロ命令を書き換えてから、バッチす
べき全マイクロ命令を書き換えるまでの間に、既に書き
換えられたマイクロ命令が実行されると、マイクロプロ
グラムのシーケンスが乱れる。
Second, even if the service processor supports debugging tools, if there are multiple microinstructions to be batched and they are connected as a sequence, you may need to rewrite one microinstruction and then rewrite all the microinstructions to be batched. If a microinstruction that has already been rewritten is executed before the microinstruction is rewritten, the sequence of the microprogram will be disrupted.

以上のように、O8運用中に切り離すことができない装
置のマイクロプログラムにバッチを適用できるのは、バ
ッチが1つのマイクロ命令だけのとき、または複数ある
マイクロ命令が互いに1つのイベント中に2命令以上存
在しないときだけである。
As mentioned above, a batch can be applied to a microprogram of a device that cannot be separated during O8 operation when the batch consists of only one microinstruction, or when multiple microinstructions are used together in one event. Only when it doesn't exist.

(課題を解決するための手段) 本発明の情報処理装置は、 本来のマイクロプログラムが格納される第1の制御記憶
と同じ容量をもち、マイクロ命令の一部に該マイクロ命
令が書き換え用であることを表す書き換えフラグを持つ
2次マイクロ命令が複数個格納される第2の制御記憶と
、 サービスプロセッサからの指示でセットされる書き換え
開始フラグと、 実行中のマイクロ命令と同じアドレスに相当する前記2
マイクロ命令゛を第2の制御記憶から読出す手段と、 前記2次マイクロ命令における前記書き換えフラグと前
記書き換え開始フラグとが共に有効なとき、第1の制御
記憶内のマイクロ命令を該2次マイクロ命令で書き換え
ると同時に、該2次マイクロ命令を実行する手段と、 サービスプロセッサからの指示で書き換えフラグがセッ
トされたマイクロ命令の数と第2の制御記憶から読出さ
れr: 、iき換えビットが有効なマイクロ命令の数が
一致すると書き換え開始フラグを無効にするカウント値
制御手段とを有している。
(Means for Solving the Problems) The information processing device of the present invention has the same capacity as the first control memory in which the original microprogram is stored, and some of the microinstructions are for rewriting. a second control memory storing a plurality of secondary microinstructions having rewrite flags indicating that the microinstruction is being executed; a rewrite start flag that is set in response to an instruction from the service processor; 2
means for reading a microinstruction from a second control memory; and when both the rewrite flag and the rewrite start flag in the secondary microinstruction are valid, the microinstruction in the first control memory is read out from the secondary microinstruction; At the same time as rewriting with an instruction, means for executing the secondary microinstruction, the number of microinstructions whose rewriting flag is set according to an instruction from the service processor, and the number of microinstructions whose rewriting flag is read from the second control memory r: , i rewriting bit. and count value control means for invalidating the rewriting start flag when the number of valid microinstructions matches.

〔作用〕[Effect]

本発明は、本来のマイクロプログラムを格納する第1の
制御記憶(C8)と同じ容量をもつ第2のCSt、:書
き換え用マイクロ命令を複数個を格納し、書き換えるべ
きCSアドレスのマイクロ命令を実行するとき、第1の
C8のマイクロプログラムを第2のC8のマイクロ命令
で書き換えると同時に第2のC8の上記マイクロ命令を
実行するようにしたものである。
In the present invention, a second control memory (C8) having the same capacity as the first control memory (C8) that stores the original microprogram stores a plurality of rewriting microinstructions and executes the microinstruction at the CS address to be rewritten. When doing so, the microprogram of the first C8 is rewritten with the microinstructions of the second C8, and at the same time the microinstructions of the second C8 are executed.

〔実施例〕〔Example〕

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

第1図は本発明の情報処理装置の一実施例の構成を示す
ブロック図、第2図は対象装置204内の第2のC81
04に書き換え用マイクロ命令を格納するときのデータ
および通信の流れを示すブロック図、第3図はサービス
プロセッサ202がコンソール201から受は取ったC
Sアドレス。
FIG. 1 is a block diagram showing the configuration of an embodiment of the information processing device of the present invention, and FIG. 2 shows the configuration of the second C81 in the target device 204.
FIG. 3 is a block diagram showing the flow of data and communication when storing rewriting microinstructions in 04. FIG.
S address.

書き換え用マイクロ命令を主記憶203上に展開すると
ぎのデータフォーマットを示す図、第4図は第2のC8
104内の書き換えマイクロ命令で第1のC8101の
マイクロ命令を書き換えるときのタンミングヂャートで
ある。
A diagram showing the data format after expanding the rewriting microinstruction onto the main memory 203, FIG. 4 is the second C8
This is a timing chart when the microinstruction of the first C8101 is rewritten with the rewriting microinstruction in 104.

C3101には本来のマイクロプログラムが格納される
。アドレスレジスタ102は、C8101のアドレスを
保持する。CSレジスタ103はC8101から読出さ
れたマイクロ命令を保持する。C8104には書き換え
用のマイクロ命令が複数個格納される。アドレスレジス
タ105はC8104のアドレスを保持する。CSレジ
スタ106は、C8104から読出された書き換え用マ
イクロ命令を保持する。アドレス制御回路107はセレ
クタ108から送出される実行中のマイクロ命令の命令
シーケンス制御部およびネキストアドレス部を受信して
、次に実行すべきマイクロ命令のアドレスを生成する。
The original microprogram is stored in C3101. Address register 102 holds the address of C8101. CS register 103 holds microinstructions read from C8101. A plurality of microinstructions for rewriting are stored in the C8104. Address register 105 holds the address of C8104. The CS register 106 holds the rewriting microinstruction read from the C8104. The address control circuit 107 receives the instruction sequence control part and next address part of the microinstruction being executed from the selector 108, and generates the address of the microinstruction to be executed next.

セレクタ108は、CSレジスタ103とCSレジスタ
106からのマイクロ命令を受信し、アンド回路114
の出力が“O″であればCSアドレスレジスタ103の
出力を選択し、′1”であればCSアドレスレジスタ1
06の出力を選択し、マイクロ命令実行部およびアドレ
ス制御回路107へ送出する。セレクタ109はアドレ
ス制御回路107とメモリリードレジスタ113から送
出されるCSアドレスを受信し、重き換え開始フラグ1
12が“0″であればメモリリードレジスタ113の上
位ビットを、1″であればアドレス制御回路107の出
力を選択し、アドレスレジスタ105へ送出する。カウ
ンタ値制御回路110はサービスプロセッサ202から
書き換えマイクロ命令設定の通信を受信する度にカウン
タ値を+1し、CSレジスタ106に言き挨えビット1
14が有効であるマイクロ命令が読出される度に上記カ
ウンタ値を−1して上記カウンタ値がパ0”になったと
き書き換え開始フラグ112にカウンタfIO信号11
5を送出する。書き換えビット111はそのマイクロ命
令が書き換え用のマイクロ命令であることを表示するビ
ットである。書き換え開始フラグ112はC3lOIの
マイクロ命令をC3104のマイクロ命令で棗き換えを
開始するときにサービスブ[1セツサ202からの指示
によりセットされ、カウンタ値O信号115によってリ
セットされるF/Fである。メモリリードレジスタ11
3は主記憶203から読出されたデータを保持し、セレ
クタ109およびC8104へ送出するレジスタである
。アンド回路114はCSレジスタ106内の書き換え
ビット111と書き換え開始フラグ112の値をアンド
した結果をセレクタ108へはセレクト信号として、C
8101へはライトイネーブル信号116として送出す
る。
The selector 108 receives microinstructions from the CS register 103 and the CS register 106, and outputs the AND circuit 114.
If the output is “O”, select the output of CS address register 103, and if the output is “1”, select CS address register 1
06 is selected and sent to the microinstruction execution unit and address control circuit 107. The selector 109 receives the CS address sent from the address control circuit 107 and the memory read register 113, and sets the reweighting start flag 1.
If 12 is "0", the upper bit of the memory read register 113 is selected, and if it is 1", the output of the address control circuit 107 is selected and sent to the address register 105. The counter value control circuit 110 is rewritten by the service processor 202. Every time a microinstruction setting communication is received, the counter value is incremented by 1, and the message bit 1 is sent to the CS register 106.
Every time a microinstruction for which 14 is valid is read, the above counter value is decremented by 1, and when the above counter value becomes 0'', the counter fIO signal 11 is set to the rewrite start flag 112.
Send 5. The rewrite bit 111 is a bit that indicates that the microinstruction is a rewriting microinstruction. The rewriting start flag 112 is an F/F that is set by an instruction from the service block [1 setter 202] and reset by the counter value O signal 115 when starting rewriting the C3104 microinstruction from the C3lOI microinstruction. . Memory read register 11
A register 3 holds data read from the main memory 203 and sends it to the selector 109 and C8104. The AND circuit 114 ANDs the value of the rewrite bit 111 in the CS register 106 and the rewrite start flag 112, and sends the result to the selector 108 as a select signal.
8101 as a write enable signal 116.

次に、C8104に書き換え用マイクロ命令を格納する
動作について第2図および第3図を用いて詳細に説明す
る。
Next, the operation of storing a rewriting microinstruction in the C8104 will be explained in detail using FIGS. 2 and 3.

最初に、書き換えるC8のアドレスおよびマイクロ命令
のイメージをコンソール201から人手入力で指示する
。サービスプロセッサ202はそのデータを受は取り、
主記憶203に展開する。
First, the address of the C8 to be rewritten and the image of the microinstruction are manually input from the console 201. The service processor 202 receives and receives the data.
Expand to main memory 203.

主記憶203上には第3図に示すようなフォートで展開
される。そして、サービスブ【1セツ9202は、主記
憶203上に書き換えマイクロ命令が準備されたことを
対象装置204へ通知する。上記通知を受けた対象装置
204は主記憶203からデータ引き取り、C8104
内の指定されてアドレスに書き換えマイクロ命令を格納
し、それが完了したことをサービスプ[1セツサ202
へ通知する。以上の動作を書き換えるマイクロ命令の数
だけ繰り返す。
The data is expanded on the main memory 203 in a format as shown in FIG. Then, the service block 9202 notifies the target device 204 that the rewrite microinstruction has been prepared on the main memory 203. The target device 204 that received the above notification retrieves the data from the main memory 203, and C8104
Stores the rewritten microinstruction at the specified address in the service program [1 setter 202
Notify. The above operation is repeated for the number of microinstructions to be rewritten.

次に、C8101内のマイクロ命令をC3IO4内のマ
イクロ命令で書き換えるきの動作を第1図を参照して詳
細に説明する。ここで、C8104には書き換え用マイ
クロ命令が既に格納されており、カンウタ値制御回路1
10はC3104に取り込んだマイクロ命令の数を保持
している状態とする。
Next, the operation of rewriting the microinstructions in the C8101 with the microinstructions in the C3IO4 will be described in detail with reference to FIG. Here, a rewriting microinstruction is already stored in the C8104, and the counter value control circuit 1
10 holds the number of microinstructions taken into the C3104.

最初に、サービスプロセッサ202からの指示で書き換
え開始フラグ112をセットする。このときセレクタ1
09は選択肢をメモリリードレジスタ113の出力から
アドレス制御回路107の出力に切換える。これ以降ア
ドレスレジスタ105にはアドレスレジスタ102と同
様に実行中のマイクロ命令のアドレスがセットされる。
First, the rewrite start flag 112 is set in response to an instruction from the service processor 202. At this time, selector 1
09 switches the option from the output of the memory read register 113 to the output of the address control circuit 107. From now on, the address of the microinstruction being executed is set in the address register 105 in the same manner as in the address register 102.

そして書き換え用マイクロ命令に対応するアドレスに命
令シーケンスが移行したとき、CSレジスタ106に書
ぎ換え用マイクロ命令が読出されるので、書き換えビッ
ト111が有効となり、アンド回路114の出力が“0
″→“1”に変わる。次に、セレクタ108は選択肢を
CSレジスタ103 bsらCSレジスタ106に切り
換え、書き換え用マイクロ命令が実行されると同時にラ
イトイネーブル信号116によりC8101のマイクロ
命令が書き換え用マイクロ命令で置き替わる。そして書
き換えビット111によりカウンタ値制御回路110が
保持するカウンタ値が−・1される。以上の動作を第4
図のタイミングチャートで示す。
Then, when the instruction sequence moves to the address corresponding to the rewriting microinstruction, the rewriting microinstruction is read into the CS register 106, so the rewriting bit 111 becomes valid, and the output of the AND circuit 114 becomes "0".
"→"1". Next, the selector 108 switches the selection from the CS register 103 bs to the CS register 106, and at the same time as the rewriting microinstruction is executed, the write enable signal 116 causes the C8101 microinstruction to change to the rewriting microinstruction. Then, the counter value held by the counter value control circuit 110 is incremented by -1 by the rewrite bit 111.
This is shown in the timing chart in the figure.

上記の動作を書き換え用マイクロ命令に対応するアドレ
スを実行する度に繰返し、C8104に格納された書き
換え用マイクロ命令の数だけ繰返したときカウンタla
 O信@115が有効となり、よき換え開始フラグ11
2がリセットされて、マイクロ命令の書き換えが終了す
る。
The above operation is repeated every time the address corresponding to the rewriting microinstruction is executed, and when the number of rewriting microinstructions stored in the C8104 is repeated, the counter la
O message @115 becomes valid and replacement start flag 11
2 is reset, and the rewriting of the microinstruction is completed.

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

以上説明したように本発明は、本来のマイクロブ[1グ
ラムを格納する第1のC8と同じ容酊をもつ第2のO8
に書き換え用マイクロ命令を複数個格納し、書き換える
べきCSアドレスのマイクロ命令を実行するとき第1の
C8のマイクロプログラムを第2のC8のマイクロ命令
で書き換えると同時に、第2のO8の上記マイクロ命令
を実行することにより、次の効果がある。
As explained above, the present invention provides a second O8 having the same capacity as the first C8 which stores the original microb [1 gram].
A plurality of micro-instructions for rewriting are stored in the memory, and when executing the micro-instruction at the CS address to be rewritten, the micro-instruction in the first C8 is rewritten with the micro-instruction in the second C8, and at the same time, the above-mentioned micro-instruction in the second O8 is executed. By executing this, you will have the following effects:

(1)O8運用中にシステムから切り離すことができな
い装置のマイクロブ[1グラムをO8を運用したまま部
分的に書き換えることができる。
(1) A microb of a device that cannot be separated from the system while O8 is in operation [1 gram can be partially rewritten while O8 is in operation.

(2)上記装置のマイク[]プ[1グラムにおいて、−
連のシーケンスとしてつながりのある複数個のマイクロ
命令をO8運用中に書き換えることができる。
(2) Microphone [] of the above device [1 gram] -
A plurality of microinstructions connected as a sequence can be rewritten during O8 operation.

(3)上記装置のマイクロプログラム内に一連のシーク
“ンスとして処理される複数個のイベントがあるとき、
各々のイベントの一部をO8運用中に書き換えることが
できる。
(3) When there are multiple events that are processed as a series of sequences in the microprogram of the above device,
A portion of each event can be rewritten during O8 operation.

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

第1図は本発明の情報処理装置の一実施例の構成を示す
ブ[1ツク図、第2図は対象装置内204の第2のC8
104に書き換え用マイクロ命令を格納するときのデー
タおよび通信の流れを示すブロック図、第3図はサービ
スプロセッサ202がコンソール201から受は取った
CSアドレス。 書き換え用マイクロ命令を主記憶203に展開するとき
のデータフォーマットを示す図、第4図は第2のC31
04内の書き換えマイクロ命令で、第1のC3101の
マイクロ命令を磨き換えるときのタイミングチャートで
ある。 101・・・C8,102・・・アドレスレジスタ、1
03・・・CSレジスタ、104・・・C8,105・
・・アドレスレジスタ、106・・・CSレジスタ、1
07・・・アドレス制御回路、108・・・セレクタ、
1゜9・・・セレクタ、110・・・カウンタ値制御回
路、111・・・書き換えビット、112・・・書き換
え開始フラグ、113・・・メモリリードレジスタ、1
14・・・アンド回路、115・・・カウンタ値O信号
、116・・・ライトイネーブル信号、201・・・コ
ンソール、202・・・サービスプロセッサ、203・
・・主記憶、204・・・対客装置。
FIG. 1 is a block diagram showing the configuration of an embodiment of the information processing device of the present invention, and FIG.
FIG. 3 is a block diagram showing the flow of data and communication when a rewriting microinstruction is stored in 104. FIG. 3 shows the CS address received by the service processor 202 from the console 201. A diagram showing the data format when expanding the rewriting microinstruction to the main memory 203, FIG. 4 is the second C31
This is a timing chart when the microinstruction of the first C3101 is rewritten using the rewriting microinstruction in C3101. 101...C8, 102...Address register, 1
03...CS register, 104...C8, 105.
...Address register, 106...CS register, 1
07...Address control circuit, 108...Selector,
1゜9... Selector, 110... Counter value control circuit, 111... Rewriting bit, 112... Rewriting start flag, 113... Memory read register, 1
DESCRIPTION OF SYMBOLS 14... AND circuit, 115... Counter value O signal, 116... Write enable signal, 201... Console, 202... Service processor, 203...
...Main memory, 204...Customer-facing device.

Claims (1)

【特許請求の範囲】 1、マイクロプログラム制御により作動する情報処理装
置において、 本来のマイクロプログラムが格納される第1の制御記憶
と同じ容量をもち、マイクロ命令の一部に該マイクロ命
令が書き換え用であることを表す書き換えフラグを持つ
2次マイクロ命令が複数個格納される第2の制御記憶と
、 サービスプロセッサからの指示でセットされる書き換え
開始フラグと、 実行中のマイクロ命令と同じアドレスに相当する前記2
次マイクロ命令を第2の制御記憶から読出す手段と、 前記2次マイクロ命令における前記書き換えフラグと前
記書き換え開始フラグとが共に有効なとき、第1の制御
記憶内のマイクロ命令を該2次マイクロ命令で書き換え
ると同時に、該2次マイクロ命令を実行する手段と、 サービスプロセッサからの指示で書き換えフラグがセッ
トされたマイクロ命令の数と第2の制御記憶から読出さ
れた、書き換えビットが有効なマイクロ命令の数が一致
すると、書き換え開始フラグを無効にするカウント値制
御手段とを有することを特徴とする情報処理装置。
[Scope of Claims] 1. In an information processing device that operates under microprogram control, the memory has the same capacity as the first control memory in which the original microprogram is stored, and the microinstruction is included in a portion of the microinstruction for rewriting. A second control memory stores multiple secondary microinstructions with a rewrite flag indicating that the microinstruction is being executed, a rewrite start flag that is set by an instruction from the service processor, and a second control memory that corresponds to the same address as the microinstruction being executed. 2 above
means for reading the next microinstruction from the second control memory; and when the rewriting flag and the rewriting start flag in the secondary microinstruction are both valid, reading the microinstruction in the first control memory from the secondary microinstruction; A means for executing the secondary microinstruction at the same time as the rewriting by the instruction, the number of microinstructions whose rewriting flag is set by an instruction from the service processor, and the microinstruction whose rewriting bit is valid read from the second control memory. An information processing device comprising: count value control means for disabling a rewriting start flag when the number of instructions matches.
JP1010548A 1989-01-18 1989-01-18 Information processor Pending JPH02189632A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1010548A JPH02189632A (en) 1989-01-18 1989-01-18 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1010548A JPH02189632A (en) 1989-01-18 1989-01-18 Information processor

Publications (1)

Publication Number Publication Date
JPH02189632A true JPH02189632A (en) 1990-07-25

Family

ID=11753313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1010548A Pending JPH02189632A (en) 1989-01-18 1989-01-18 Information processor

Country Status (1)

Country Link
JP (1) JPH02189632A (en)

Similar Documents

Publication Publication Date Title
JPH02144630A (en) Data processor
JPH02189632A (en) Information processor
JPH1069470A (en) Multiprocessor system
JPS59723A (en) Control system of input and output interface
JPH056281A (en) Information processor
JP2003345406A (en) Control device
JPS6314241A (en) Memory expansion system
JP2720427B2 (en) Vector processing equipment
JP2551054B2 (en) I / O system reconfiguration processor
JPS59144955A (en) Information processor
JPH09134292A (en) Interruption control method
JPS6227413B2 (en)
JPH05298119A (en) Context switch mechanism for microprocessor
JPH08166887A (en) Method for recovering from interruption processing
JPH0764802A (en) Simulation device for real-time system
JPS60181859A (en) Control system of collected channel
JPS6232500B2 (en)
JPH02127732A (en) Job control system
JPH0744404A (en) Information processing unit
JPH03240135A (en) Ct device
JPH04347756A (en) Channel state read system
JPH01147636A (en) Process retrial system for occurrence of fault
JP2002366370A (en) Information processor
JPS63265348A (en) Input/output control system
JPH0721111A (en) Priority level determination system