JPS6232505B2 - - Google Patents

Info

Publication number
JPS6232505B2
JPS6232505B2 JP19041282A JP19041282A JPS6232505B2 JP S6232505 B2 JPS6232505 B2 JP S6232505B2 JP 19041282 A JP19041282 A JP 19041282A JP 19041282 A JP19041282 A JP 19041282A JP S6232505 B2 JPS6232505 B2 JP S6232505B2
Authority
JP
Japan
Prior art keywords
circuit
instruction
data
address
flag
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.)
Expired
Application number
JP19041282A
Other languages
Japanese (ja)
Other versions
JPS5979361A (en
Inventor
Kazushi Sakamoto
Tetsuo Okamoto
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP19041282A priority Critical patent/JPS5979361A/en
Publication of JPS5979361A publication Critical patent/JPS5979361A/en
Publication of JPS6232505B2 publication Critical patent/JPS6232505B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3802Instruction prefetching

Description

【発明の詳細な説明】 (a) 発明の技術分野 本発明は情報処理装置の中央処理装置を構成す
る命令制御装置に係り、特に高速処理を要求され
る科学技術用高速計算機に於ける命令制御装置の
制御方式に関する。
[Detailed Description of the Invention] (a) Technical Field of the Invention The present invention relates to an instruction control device constituting a central processing unit of an information processing device, and particularly to instruction control in high-speed computers for science and technology that require high-speed processing. Regarding the control method of the device.

(b) 技術の背景 科学技術用高速計算機の分野に於ては、データ
の高速処理に対する要請が大きく、一連の処理の
うち独立に処理出来る部分を分割し、同時に並列
に処理することにより高速化が計られている。こ
のため複数の命令及びその命令で処理する複数の
データを記憶しておき、命令処理装置等の状態に
よりプログラム上後続する命令が先行する命令よ
り先に処理されることがある。即ち命令の追い越
しである。従つて複数の命令及びデータを保持し
ておき、命令の発信順序と該命令により処理され
るデータの送出順序とを制御する必要があり、そ
の対策が望まれている。
(b) Background of technology In the field of high-speed computers for science and technology, there is a strong demand for high-speed data processing, and speeding up is achieved by dividing parts of a series of processing that can be processed independently and processing them simultaneously in parallel. is being measured. For this reason, a plurality of instructions and a plurality of data to be processed by the instructions are stored, and depending on the state of the instruction processing device, a subsequent instruction in the program may be processed before a preceding instruction. In other words, it is an overtaking of commands. Therefore, it is necessary to hold a plurality of commands and data and control the order in which commands are issued and the order in which data processed by the commands are transmitted, and a countermeasure for this is desired.

(c) 発明の目的 本発明の目的は上記要望に基づき、ある命令が
発信された時、該命令で処理されるデータを正し
く送出し、該送出されたデータの格納されていた
記憶回路の記憶単位に新たなデータの取込みを行
なわせ、該記憶回路の各記憶単位が満杯となつた
場合は新たな命令とデータの取込みを禁止する命
令制御装置の制御方式を提供することにある。
(c) Purpose of the Invention Based on the above-mentioned request, the purpose of the present invention is to correctly transmit the data processed by the command when a certain command is issued, and to store the data in the memory circuit where the transmitted data was stored. It is an object of the present invention to provide a control method for an instruction control device that causes a unit to take in new data, and when each storage unit of the memory circuit becomes full, prevents the taking in of new instructions and data.

(d) 発明の構成 本発明の構成は情報処理装置を構成する命令制
御装置に於て、複数の命令を保持し該命令中の一
つを選択して命令処理装置に発信する命令発信回
路と、該複数の命令の各々により処理されるデー
タを保持する記憶回路と、該記憶回路のデータ単
位ごとの単数又は複数の記憶単位に対し有効なデ
ータが保持されていることを示すフラグを制御
し、入力されたデータを記憶する記憶単位アドレ
スを指定するフラグ制御回路と、入力された明細
書に該フラグ制御回路の指定したデータ記憶単位
アドレスを付随させて前記命令発信回路に与える
前処理回路を備え、命令発信回路が命令を発信す
る際、該アドレスを前記フラグ制御回路に返送
し、該フラグ制御回路は該アドレスを該記憶回路
に送出すると共に該アドレスに対応するフラグを
オフとして、該アドレスに対応する記憶回路の記
憶単位に新たなデータの取込みを許可し、総ての
フラグがオンとなつた場合は新たな命令及び該命
令により処理されるデータの取込みを禁止するよ
うにしたものである。
(d) Structure of the Invention The structure of the present invention is that a command control device constituting an information processing device includes a command transmission circuit that holds a plurality of commands, selects one of the commands, and transmits the selected command to the command processing device. , a storage circuit that holds data processed by each of the plurality of instructions, and a flag indicating that valid data is held for one or more storage units for each data unit of the storage circuit. , a flag control circuit that specifies a storage unit address for storing input data, and a preprocessing circuit that attaches the input specification to the data storage unit address specified by the flag control circuit and supplies it to the instruction issuing circuit. When the command transmission circuit transmits a command, the command transmission circuit sends the address back to the flag control circuit, and the flag control circuit transmits the address to the storage circuit and turns off the flag corresponding to the address. The system allows new data to be taken into the memory unit of the memory circuit corresponding to the flag, and when all flags are turned on, the new command and the data processed by the command are prohibited from being taken in. be.

(e) 発明の実施例 第1図は本発明の一実施例を示す回路のブロツ
ク図である。第2図は第1図のフラグ制御回路2
2の詳細図である。本実施例では総ての命令に対
しデータが2つ入力される場合を示す。外部記憶
装置等の外部装置より端子Aを経てバツフア11
に命令と第1データ、第2データの順に情報が入
り保持される。バツフア11より命令、第1デー
タ、第2データの順に情報が取出され、クロツク
CLo,CLDF,CLDSが順次オンとなり、命令はレ
ジスタ12にセツトされる。クロツクCLoがオン
になつた時レジスタ13にはフラグ制御回路22
より信号線26を経て送出されるデータアドレス
がセツトされる。バツフア11、レジスタ12お
よびレジスタ13は前処理回路を構成する。第1
データはクロツクCLDFがオンになるとレジスタ
13の指示するアドレスによりレジスタ23にセ
ツトされ、第2データはクロツクCLDSがオンに
なつた時レジスタ13の指示するアドレスにより
レジスタ24にセツトされる。この時フラグ制御
回路22はレジスタ23,24のフラグがオフに
なつているアドレスの1つをレジスタ13にセツ
トする。本実施例は命令をセツトするレジスタの
数量が4のため、データを格納するレジスタ2
3,24の記憶単位数は夫々4であり、アドレス
は0、1、2、3と4種類である。又1命令ごと
に入るデータは1記憶単位に総てセツトし得るも
のとする。従つてレジスタ13はクロツク
CLDF,CLDSがオンになる時、レジスタ23,2
4の書込みアドレスを指示することとなる。
(e) Embodiment of the Invention FIG. 1 is a block diagram of a circuit showing an embodiment of the invention. Figure 2 shows the flag control circuit 2 in Figure 1.
FIG. 2 is a detailed diagram of No. 2. This embodiment shows a case where two pieces of data are input for every command. Buffer 11 from an external device such as an external storage device via terminal A
Information is entered and held in the order of instructions, first data, and second data. Information is extracted from the buffer 11 in the order of instructions, first data, and second data, and the clock
CLo, CL DF , and CL DS are turned on in sequence, and the instruction is set in the register 12. When the clock CLo turns on, the flag control circuit 22 is set in the register 13.
The data address sent out via the signal line 26 is then set. Buffer 11, register 12, and register 13 constitute a preprocessing circuit. 1st
Data is set in register 23 at the address indicated by register 13 when clock CL_DF is turned on, and second data is set in register 24 at the address indicated by register 13 when clock CL_DS is turned on. At this time, the flag control circuit 22 sets in the register 13 one of the addresses whose flags in the registers 23 and 24 are turned off. In this embodiment, the number of registers for setting instructions is 4, so 2 registers are used to store data.
The number of storage units for 3 and 24 is 4, respectively, and there are 4 types of addresses: 0, 1, 2, and 3. It is also assumed that all data input for each instruction can be set in one storage unit. Therefore, register 13 is the clock
When CL DF and CL DS are turned on, registers 23 and 2
4 write address is specified.

レジスタ14,15,16,17,18,19
とセレクタ20,21は命令発信回路を構成し、
レジスタ14,16,18の内のどれかがリセツ
トされている場合、例えばレジスタ18がリセツ
トされているとすればクロツクCL3がオンとな
り、レジスタ12の命令を取込み、レジスタ19
はレジスタ13のアドレスを取込む。レジスタ1
4がリセツトされている時はクロツクCL1がオン
となり、レジスタ14に命令が、レジスタ15に
該命令により処理されるデータのアドレスがレジ
スタ15にセツトされる。同時にレジスタ16が
リセツトされておればクロツクCL2がオンとなり
命令がレジスタ16にセツトされ、該命令により
処理されるデータのアドレスがレジスタ17にセ
ツトされる。
Registers 14, 15, 16, 17, 18, 19
and selectors 20 and 21 constitute a command transmission circuit,
If any of registers 14, 16, and 18 is reset, for example, register 18 is reset, clock CL3 is turned on, takes in the instruction in register 12, and reads register 19.
takes in the address of register 13. register 1
When the clock CL1 is reset, the clock CL1 is turned on, an instruction is set in the register 14, and an address of data to be processed by the instruction is set in the register 15. If the register 16 is reset at the same time, the clock CL2 is turned on, the instruction is set in the register 16, and the address of the data to be processed by the instruction is set in the register 17.

セレクタ20は選択信号SELによりレジスタ1
4,16,18の内の1つを選択し、例えばレジ
スタ18を選択したとすれば端子Bより命令処理
装置にレジスタ18にセツトされている命令を送
出する。レジスタ18は命令送出と共にリセツト
される。この時セレクタ21は選択信号SELによ
りレジスタ19を選択して該命令により命令処理
装置にて処理するデータを格納しているレジスタ
23,24のアドレスをフラグ制御回路22に信
号線25を経て送出し、フラグ制御回路22は信
号線27を経て該アドレスをレジスタ23,24
に送出し、レジスタ23,24の読出しアドレス
とする。レジスタ23,24より読出されたデー
タは夫々端子C及びDより命令処理装置に送出さ
れる。選択信号SELは命令処理装置、命令の前後
関係等から発信すべき命令を決定し、セレクタ2
0,21に該当する命令と該命令により処理され
るデータのアドレスを保持するレジスタを前記の
如く選択させるが、選択信号SELの発生回路につ
いては本発明と直接関係が無いので説明は省略す
る。
Selector 20 selects register 1 by selection signal SEL.
If one of registers 4, 16, and 18 is selected, for example, register 18, the instruction set in register 18 is sent from terminal B to the instruction processing device. Register 18 is reset upon sending an instruction. At this time, the selector 21 selects the register 19 by the selection signal SEL and sends the addresses of the registers 23 and 24 storing data to be processed by the instruction processing device to the flag control circuit 22 via the signal line 25 according to the instruction. , the flag control circuit 22 sends the address to the registers 23 and 24 via the signal line 27.
The address is sent to the register 23 and 24 and used as the read address. The data read from registers 23 and 24 are sent to the instruction processing device from terminals C and D, respectively. The selection signal SEL determines the command to be sent from the command processing device, the context of the command, etc., and selector 2
The registers that hold the instructions corresponding to numbers 0 and 21 and the addresses of the data processed by the instructions are selected as described above, but the description of the selection signal SEL generation circuit is omitted since it has no direct relation to the present invention.

次にフラグ制御回路22につき説明する。第2
図に於て、セレクタ21より信号線25により送
られて来たアドレスを一旦レジスタ54でラツチ
した後信号線27を経て送出する。レジスタ2
3,24はアドレスが前記の如く4種類のため2
ビツトで表示出来る。例えば“00”の時アドレス
0を指示するとすればNOT回路30,31の出
力は“1”となりAND回路32が“1”とな
る。“01”の時アドレス1を指示するとすれば
AND回路33が“1”となる。“10”の時アドレ
ス2を指示するとすればAND回路34が“1”
となる。“11”の時アドレス3を指示すればAND
回路35が“1”となる。
Next, the flag control circuit 22 will be explained. Second
In the figure, the address sent from the selector 21 via the signal line 25 is once latched in the register 54 and then sent out via the signal line 27. register 2
3 and 24 are 2 because there are 4 types of addresses as mentioned above.
It can be displayed in bits. For example, if the address 0 is specified when the value is "00", the outputs of the NOT circuits 30 and 31 will be "1" and the AND circuit 32 will be "1". If you specify address 1 when “01”
The AND circuit 33 becomes "1". If address 2 is specified when the value is “10”, the AND circuit 34 is “1”
becomes. If you specify address 3 when it is “11”, AND
The circuit 35 becomes "1".

フリツプフロツプ(以後FFと略す)44,4
5,46,47はセツトされている場合、夫々レ
ジスタ23,24のアドレス0〜3のデータが有
効であることを示し、リセツトされている場合、
該当アドレスのデータは既に命令制御装置に送出
され無効データで新たなデータを格能して良いこ
とを示すフラグである。初期状態に於て、FF4
4〜47の端子Qはすべて“0”で端子が
“1”である。従つてAND回路48,49,5
0,51はすべて“0”でありOR回路52,5
3の出力も“0”で信号線26にはアドレス
“00”が送出される。端子Eよりセツトフラグ信
号が入るとAND回路36は“1”となりFF44
はセツトされる。従つてAND回路48は“1”
となり、信号線26にはアドレス“01”が送出さ
れる。次にセツトフラグ信号が入るとAND回路
38が“1”となり、FF45がセツトされ、
AND回路49の出力は“1”となる。この時
AND回路48はFF45の端子が“0”となる
ため“0”となる。従つて信号線26にはアドレ
ス“10”が送出される。次にセツトフラグ信号が
入るとAND回路40が“1”となり、FF46が
セツトされ、AND回路50が“1”となり、信
号線26にアドレス“11”が送出される。更にセ
ツトフラグ信号が入るとAND回路42が“1”
となり、FF47がセツトされAND回路51が
“1”となつて端子Gより、ビジー信号を送出
し、新たな命令及び該命令により処理されるデー
タの取込みを禁止する。
Flip-flop (hereinafter abbreviated as FF) 44,4
When set, 5, 46, and 47 indicate that the data at addresses 0 to 3 of registers 23 and 24 are valid, and when reset,
This is a flag indicating that the data at the corresponding address has already been sent to the instruction control device and new data can be used as invalid data. In the initial state, FF4
The terminals Q of 4 to 47 are all "0" and the terminals are "1". Therefore, AND circuits 48, 49, 5
0 and 51 are all “0” and OR circuits 52 and 5
3 is also "0", and the address "00" is sent to the signal line 26. When the set flag signal is input from terminal E, the AND circuit 36 becomes "1" and the FF44
is set. Therefore, the AND circuit 48 is “1”
Therefore, the address “01” is sent to the signal line 26. Next, when the set flag signal is input, the AND circuit 38 becomes "1" and the FF 45 is set.
The output of the AND circuit 49 becomes "1". At this time
The AND circuit 48 becomes "0" because the terminal of the FF 45 becomes "0". Therefore, the address "10" is sent to the signal line 26. Next, when the set flag signal is input, the AND circuit 40 becomes "1", the FF 46 is set, the AND circuit 50 becomes "1", and the address "11" is sent to the signal line 26. When the set flag signal is further input, the AND circuit 42 becomes “1”.
Then, the FF 47 is set, the AND circuit 51 becomes "1", and a busy signal is sent from the terminal G, prohibiting the acquisition of a new command and the data processed by the command.

命令発信のためスタートインストラクシヨン信
号が端子Fより入ると、信号線25に例えばアド
レス“10”が入つたとすると、前記の如くAND
回路34が“1”となるため、AND回路41が
“1”となりFF46がリセツトされる。従つて
AND回路51,50は“0”となり、信号線2
6にはアドレス“10”が送出され、新たな命令と
該命令で処理されるデータの取込みが行なわれ、
データはレジスタ23,24のアドレス2に格納
される。同様にしてスタートインストラクシヨン
信号が与えられるたびに信号線25より入るアド
レスに対応したFFがリセツトされることとな
る。即ちアドレス“00”の場合AND回路37が
“1”となりFF44を、アドレス“01”の場合
AND回路39が“1”となりFF45を、アドレ
ス“11”の場合AND回路43が“1”となり、
FF47を夫々リセツトする。信号線26にはリ
セツトされたFFのアドレスが送出されるため、
レジスタ23,24には命令処理装置に送出され
無効となつたデータの代りに新たなデータが格納
される。
When a start instruction signal is input from terminal F to send a command, if the address "10" is input to the signal line 25, then the AND signal is output as described above.
Since the circuit 34 becomes "1", the AND circuit 41 becomes "1" and the FF 46 is reset. accordingly
AND circuits 51 and 50 become "0", and signal line 2
Address “10” is sent to 6, and a new instruction and the data to be processed by the instruction are taken in.
The data is stored at address 2 of registers 23 and 24. Similarly, each time a start instruction signal is applied, the FF corresponding to the address input from the signal line 25 is reset. That is, when the address is "00", the AND circuit 37 becomes "1" and the FF 44 is set, and when the address is "01", the AND circuit 37 becomes "1"
The AND circuit 39 becomes "1" and the FF 45 becomes "1", and when the address is "11", the AND circuit 43 becomes "1",
Reset each FF47. Since the reset FF address is sent to the signal line 26,
New data is stored in the registers 23 and 24 in place of the invalid data that was sent to the instruction processing device.

本実施例は命令に対し処理するデータ数が一定
の場合を説明したが、処理するデータの数が異な
る場合レジスタ23,24のある特定のアドレス
からデータ数分の連続アドレスの総てのフラグを
セツト/リセツトし、又アドレスレジスタ13,
15,17,19を複数使用するようにしても良
い。
In this embodiment, the case where the number of data to be processed for an instruction is constant has been explained, but if the number of data to be processed is different, all flags at consecutive addresses for the number of data from a certain address in the registers 23 and 24 are address register 13,
A plurality of numbers 15, 17, and 19 may be used.

(f) 発明の効果 以上説明した如く本発明は科学技術用高速計算
機の命令追い越しに対して命令の発信順序と該命
令により処理されるデータの送出順序を制御する
ことが可能で、その効果は大なるものがある。
(f) Effects of the Invention As explained above, the present invention can control the order of issuing instructions and the order of sending data processed by the instructions in order to overtake instructions in high-speed computers for science and technology. There is something big.

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

第1図は本発明の一実施例を示す回路のブロツ
ク図、第2図は第1図のフラグ制御回路の詳細図
である。 11はバツフア、12,13,14,15,1
6,17,18,19,23,24はレジスタ、
20,21はセレクタ、22はフラグ制御回路、
44,45,46,47はフリツプフロツプ、5
4はレジスタである。
FIG. 1 is a block diagram of a circuit showing one embodiment of the present invention, and FIG. 2 is a detailed diagram of the flag control circuit of FIG. 11 is batshua, 12, 13, 14, 15, 1
6, 17, 18, 19, 23, 24 are registers,
20 and 21 are selectors, 22 is a flag control circuit,
44, 45, 46, 47 are flip-flops, 5
4 is a register.

Claims (1)

【特許請求の範囲】 1 情報処理装置を構成する命令処理装置に於
て、複数の命令を保持し該複数の命令中の一つを
選択して発信する命令発信回路と、該複数の命令
の各々により処理されるデータを保持する記憶回
路と、該記憶回路のデータ単位ごとの単数又は複
数の記憶単位に対し有効なデータが保持されてい
ることを示すフラグを制御し、入力されたデータ
を記憶する記憶単位のアドレスを指定するフラグ
制御回路と、入力された命令に該フラグ制御回路
の指定したデータ記憶単位アドレスを付随させて
前記命令発信回路に与える前処理回路を備え、前
記命令発信回路が命令を発信する際、該アドレス
を前記フラグ制御回路に返送し、該フラグ制御回
路は該アドレスを前記記憶回路に送出すると共に
該アドレスに対応するフラグをオフとするよう構
成したことを特徴とする命令制御装置の制御方
式。 2 上記命令制御装置に於て、命令により処理さ
れるデータを取込む際、記憶回路の記憶単位のア
ドレス順通りに保持するとは限らずに、フラグの
オフになつている該記憶単位に該データを保持す
ることを特徴とする特許請求の範囲第1項に記載
の命令制御装置の制御方式。 3 上記命令制御装置に於て、総てのフラグが、
オンとなるか、オンとなることが予知された場合
には新たな命令及び該命令により処理されるデー
タの取込みを禁止することを特徴とする特許請求
の範囲第1項に記載の命令制御装置の制御方式。
[Scope of Claims] 1. In a command processing device constituting an information processing device, a command issuing circuit that holds a plurality of commands and selects and transmits one of the plurality of commands; A storage circuit that holds data processed by each, and a flag indicating that valid data is held for one or more storage units for each data unit of the storage circuit, and input data are controlled. a flag control circuit for specifying an address of a storage unit to be stored; and a preprocessing circuit for providing an input instruction with a data storage unit address specified by the flag control circuit to the instruction generation circuit; When transmitting a command, the controller sends the address back to the flag control circuit, and the flag control circuit sends the address to the storage circuit and turns off the flag corresponding to the address. A control method for an instruction control device. 2. In the above-mentioned instruction control device, when fetching data to be processed by an instruction, the data is not necessarily stored in the address order of the storage unit of the storage circuit, but is stored in the storage unit whose flag is turned off. 2. A control method for an instruction control device according to claim 1, wherein: 3 In the above instruction control device, all flags are set to
The instruction control device according to claim 1, wherein when the instruction control device is turned on or is predicted to be turned on, import of a new instruction and data processed by the instruction is prohibited. control method.
JP19041282A 1982-10-29 1982-10-29 System for controlling instruction controlling device Granted JPS5979361A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19041282A JPS5979361A (en) 1982-10-29 1982-10-29 System for controlling instruction controlling device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19041282A JPS5979361A (en) 1982-10-29 1982-10-29 System for controlling instruction controlling device

Publications (2)

Publication Number Publication Date
JPS5979361A JPS5979361A (en) 1984-05-08
JPS6232505B2 true JPS6232505B2 (en) 1987-07-15

Family

ID=16257707

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19041282A Granted JPS5979361A (en) 1982-10-29 1982-10-29 System for controlling instruction controlling device

Country Status (1)

Country Link
JP (1) JPS5979361A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61160142A (en) * 1984-12-29 1986-07-19 Hitachi Ltd Data processor

Also Published As

Publication number Publication date
JPS5979361A (en) 1984-05-08

Similar Documents

Publication Publication Date Title
US5093780A (en) Inter-processor transmission system having data link which automatically and periodically reads and writes the transfer data
WO1983001323A1 (en) Cache memory using a lowest priority replacement circuit
US4204252A (en) Writeable control store for use in a data processing system
JPS6217876Y2 (en)
US6189075B1 (en) Circuit for the management of memories in a multiple-user environment with access request and priority
JPH0776932B2 (en) Data transmission method
JPS6232505B2 (en)
JPH1185673A (en) Method and device for controlling shared bus
JP3049125B2 (en) CPU interrupt controller
KR870000117B1 (en) Access control processing method
JPS5965354A (en) Priority control system for reception of processing request
JPH0282339A (en) Stacking system
JPS5979362A (en) System for controlling instruction controlling device
SU934465A1 (en) Input-ouput processor
JP2821176B2 (en) Information processing device
JP2540844B2 (en) Data transfer control method
JPS61262870A (en) Bus controlling system
JPS5938828A (en) Data processing system
JPH10134013A (en) Multi-cpu system
JPH08106430A (en) Data transfer method
JPH0554002A (en) Inter-cpu interruption controller
JPS5882357A (en) Interprocessor communication system
JPH06214620A (en) Input/output data switching system
JPH039453A (en) Data transfer controller
JPS5814640A (en) Signal receiving system of data exchange device