JPS6151256A - Receiving data transfer control system - Google Patents

Receiving data transfer control system

Info

Publication number
JPS6151256A
JPS6151256A JP59172696A JP17269684A JPS6151256A JP S6151256 A JPS6151256 A JP S6151256A JP 59172696 A JP59172696 A JP 59172696A JP 17269684 A JP17269684 A JP 17269684A JP S6151256 A JPS6151256 A JP S6151256A
Authority
JP
Japan
Prior art keywords
data
buffer
information
data buffer
buffer area
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.)
Granted
Application number
JP59172696A
Other languages
Japanese (ja)
Other versions
JPH0439700B2 (en
Inventor
Toshiki Nakajima
俊樹 中島
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 JP59172696A priority Critical patent/JPS6151256A/en
Publication of JPS6151256A publication Critical patent/JPS6151256A/en
Publication of JPH0439700B2 publication Critical patent/JPH0439700B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer

Abstract

PURPOSE:To improve the efficiency of data buffer area and reduce the number of interrupt lines to control programs by subdividing the data buffer areas for storing the receiving data. CONSTITUTION:A buffer control part 2 holds the buffer information on the idle data buffer currently not in use among several data buffer areas allocated to a memory part 1. The control part 2 is a cue of first-in first-out system, and provides a wire/read pointer 13 and 14. When the request to allocate data buffer areas occurs from a transfer control part 5 through a common bus 7, the buffer information 0 is returned via the bus 7, and the pointer 14 is incremented by +1. The control part 5 receives the returned information 0, and performs data transfer using the data buffer area 0 on the memory part 1 specified by that information. The buffer information format contains the beginning address BFAI, the area length BLFI, and unused bits (always 0) of the buffer area.

Description

【発明の詳細な説明】 (イ)産業上の利用分野 本発明は情報処理装置あるいは通信制御処理装置等にお
けるデータ転送制御方式に係り、特に、通信回線又はデ
ータ通信網等のデータ転送路を経由して転送される端末
装置や他の情報処理装置からの受信データを、記憶部上
のデータバッファ領域に効率よく転送し、制御プログラ
ムに通知するための受信データ転送制御方式に関する。
Detailed Description of the Invention (a) Industrial Application Field The present invention relates to a data transfer control method in an information processing device or a communication control processing device, etc. The present invention relates to a received data transfer control method for efficiently transferring received data from a terminal device or other information processing device to a data buffer area on a storage unit and notifying a control program.

(ロ)従来の一技術 複数の通信回線を制御する通信制御処理装置では、従来
は、各回線ごとに最大受信データ長以上の大きさのデー
タバッファ領域を割り当てておき、いつ回線からの受信
データが到着しても、直ちに受信データをデータバッフ
ァ領域に格納できるように準備しておく方法をとる場合
があった。この方式の場合、以下の2点についてデータ
バッファ領域の使用方法に無駄があった。第1点は、す
べての回線から同時に受信データが到着することはほと
んどありえないにもかかわらず、常にそのためのデータ
バッファ領域を準備していることである。第2点は、通
常の受信データ長は、最大長に比べてかなり短いにもか
かわらず、常に最大受信データ長以上のデータバッファ
領域を準備していることである。
(b) Conventional technology In a communication control processing device that controls multiple communication lines, conventionally, a data buffer area larger than the maximum received data length is allocated for each line, and when data received from the line is In some cases, even if the received data arrives, the received data is prepared so that it can be immediately stored in the data buffer area. In this method, the following two points are wasteful in the way the data buffer area is used. The first point is that even though it is almost impossible for received data to arrive from all lines at the same time, a data buffer area is always prepared for it. The second point is that although the normal reception data length is considerably shorter than the maximum length, a data buffer area that is longer than the maximum reception data length is always prepared.

これらの無駄を改善するため、複数のバッファ情報を保
持するバッファ制御部を設け、データバッファ領域は最
大受信データ長の数分の一程度の大きさに細分化してバ
ッファ制御部に登録しておき、回線からの受信データが
到着して、それを格納するためのデータバッファ領域が
必要になった時点で、転送制御部はバッファ制御部から
登録されているバッファ情報を受け取り、そのバッファ
で        情報で指定されるデータバッファ領
域に受信データを格納する方法が考案された。ここで、
バッファ情報とは、例えば、データバッファ領域の先頭
アドレスとデータバッファ領域長から成る。
In order to improve these wastes, a buffer control unit that holds multiple pieces of buffer information is provided, and the data buffer area is subdivided into pieces approximately a fraction of the maximum received data length and registered in the buffer control unit. When the received data from the line arrives and a data buffer area is needed to store it, the transfer control unit receives the registered buffer information from the buffer control unit and uses that buffer to store the information. A method has been devised to store received data in a designated data buffer area. here,
The buffer information includes, for example, the start address of the data buffer area and the length of the data buffer area.

(ハ)発明が解決しようとする問題点 本方式の場合、受信データが到着した回線だけがデータ
バッファ領域を使用し、かつ短い受信データに対しては
少数のデータバッファ領域しか使用しないため、データ
バッファ領域の使用効率は格段に向上する。
(c) Problems to be solved by the invention In this method, only the line on which the received data has arrived uses the data buffer area, and only a small number of data buffer areas are used for short received data. The efficiency of buffer area usage is greatly improved.

ところが、転送制御部が制御プログラムに対して受信デ
ータ格納先のデータバッファ領域を通知するために行う
割込み回数については、従来は受信データ1個に対して
1回で済んだのが、本方式ではデータバッファ領域を細
分化しているため、一般に複数回必要となる。このため
、制御プログラムの負荷が増大し、これにより処理能力
が低下するという問題が生じた。
However, with regard to the number of interrupts that the transfer control unit makes to notify the control program of the data buffer area where the received data is stored, conventionally it was only required once for each received data, but with this method, Since the data buffer area is subdivided, it is generally required multiple times. As a result, the load on the control program increases, resulting in a problem of reduced processing capacity.

本発明の目的は、上記従来技術の欠点を改善し、データ
バッファ領域の使用効率が高く、制御プログラムに対す
る割込み回数を削減した受信データ転送制御方式を提供
することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a reception data transfer control system that improves the drawbacks of the prior art described above, has high data buffer area usage efficiency, and reduces the number of interrupts to a control program.

(ニ)問題点を解決するための手段 記憶部と、該記憶部に格納された制御プログラムを実行
するプロセッサ部と、複数個のバッファ情報を保持する
バッファ制御部と、配下に接続された入出力装置からの
データ受信時には、前記バッファ制御部からへソファ情
報を受け取り、該バッファ情報で指定される前記記憶部
上のデータバッファ領域に受信データを格納し、前記プ
ロセッサ部に割込みを要求して制御プログラムに通知す
る転送制御部から成るデータ転送システムにおいて、前
記入出力装置からのデータ受信時に、前記転送制御部は
、受信データをその長さに応じて1個又は複数個のデー
タバッファ領域に格納し、該1個又は複数個のデータバ
ッファ領域を示すバッファ情報の連鎖を前記記憶部上に
格納し、該バッファ情報の連鎖の格納位置を前記制御プ
ログラムに通知することを特徴とする。
(d) Means for solving the problem A storage section, a processor section that executes a control program stored in the storage section, a buffer control section that holds a plurality of buffer information, and an input terminal connected thereunder. When receiving data from the output device, it receives sofa information from the buffer control section, stores the received data in a data buffer area on the storage section specified by the buffer information, and requests an interrupt to the processor section. In a data transfer system comprising a transfer control unit that notifies a control program, when receiving data from the input/output device, the transfer control unit stores the received data in one or more data buffer areas depending on the length of the data. A chain of buffer information indicating the one or more data buffer areas is stored on the storage unit, and a storage position of the chain of buffer information is notified to the control program.

(ホ)作用 本発明によれば、1回の通知のみでバッファ情報の連鎖
の格納位置を制御プログラムが識別することができ、制
御プログラムは全受信データ領域を連続して処理するこ
とが可能となる。
(e) Effects According to the present invention, the control program can identify the storage position of the chain of buffer information with only one notification, and the control program can continuously process the entire received data area. Become.

(へ)実施例 本発明の1実施例の通信制御処理装置のブロック構成を
第1図に示す。ここで、記憶部1には制御プログラム、
制御情報及び送受信データ等が格納される。プロセッサ
部4は、記憶部1に格納されている制御プログラムの命
令を読み出して実行し、通信制御処理装置全体を制御す
る。また、割込み要求信号線8.9により通知される割
込み要求に対応して、割込み動作を行う。上位インタフ
ェース部3は、制御プログラムの制御の下に、上位装置
と本通信制御処理装置の間のデータ転送を行う。転送制
御部5は、制御プログラムの制御の下に、接続されてい
る複数の回線10〜11と本通信制御処理装置の間のデ
ータ転送を行う。バッファ制御部2は、記憶部1上に割
り当てられた複数のデータバッファ領域のうち、現在使
用されていない空データバッファ領域に関するバッファ
情報を保持し、他モジュールからのデータバッファ領域
割当て要求に応答して、空データバッファ領域の割当て
を行う。ここで、他モジュールとは、上位インタフェー
ス制御部3.プロセッサ部4及び転送制御部5を指す。
(F) Embodiment FIG. 1 shows a block configuration of a communication control processing device according to an embodiment of the present invention. Here, the storage unit 1 includes a control program,
Control information, transmission/reception data, etc. are stored. The processor unit 4 reads and executes commands of a control program stored in the storage unit 1, and controls the entire communication control processing device. It also performs an interrupt operation in response to an interrupt request notified via the interrupt request signal line 8.9. The upper level interface unit 3 transfers data between the higher level device and this communication control processing device under the control of the control program. The transfer control unit 5 transfers data between the plurality of connected lines 10 to 11 and the present communication control processing device under the control of a control program. The buffer control unit 2 retains buffer information regarding empty data buffer areas that are currently not in use among the plurality of data buffer areas allocated on the storage unit 1, and responds to data buffer area allocation requests from other modules. Allocate empty data buffer area. Here, the other modules are the upper interface control unit 3. Refers to the processor section 4 and transfer control section 5.

また、一度割り当てられた後、不要となったデータバッ
ファ領域は、制御プログラムがバッファ制御部2に返却
するものとする。また、共通ハス7は、本通信制御処理
装置内のモジュール間でデータ転送を行うためのバスで
ある。
Further, it is assumed that the control program returns a data buffer area that is no longer needed after it has been allocated to the buffer control unit 2. Further, the common bus 7 is a bus for transferring data between modules within this communication control processing device.

バッファ制御部2の構成を第2図に示す。バッファ制御
メモリ12は、複数の空データバッファ領域に関するバ
ッファ情報を保持する先入れ先出し方式のキューであり
、そのキュー制御のためのアドレスポインタとして、ラ
イトポインタ13とリートポインタ14がある。第2図
では、バッファ情i10− nのn +1個の空データ
バッファ領域に関するバッファ情報を保持している状態
を表わ警       ず。いま、転送制御部5から共
通ハス7を経由して、データバッファ領域割当て要求が
発生した場合には、バッファ情報0を共通バス7経出で
返送し、リードポインタ14の内容を+1する。転送制
御部5は、返送されたバッファ情@0を受け取り、当該
情報で指定される記憶部1上のデータバッファ領域0を
使用してデータ転送を行う。バッファ情報の形式は、第
2図に示すように、データバッファ領域の先頭アドレス
BFAIとデータバッファ領域長BFL I及び左端の
未使用ビット(常に“0”とする)を含む。ただし、I
=O,−。
The configuration of the buffer control section 2 is shown in FIG. The buffer control memory 12 is a first-in, first-out queue that holds buffer information regarding a plurality of empty data buffer areas, and has a write pointer 13 and a read pointer 14 as address pointers for controlling the queue. FIG. 2 shows a state in which buffer information regarding n+1 empty data buffer areas of buffer information i10-n is held. Now, when a data buffer area allocation request is generated from the transfer control unit 5 via the common bus 7, buffer information 0 is returned via the common bus 7 and the contents of the read pointer 14 are incremented by 1. The transfer control unit 5 receives the returned buffer information @0 and performs data transfer using the data buffer area 0 on the storage unit 1 specified by the information. As shown in FIG. 2, the format of the buffer information includes the start address BFAI of the data buffer area, the length BFL I of the data buffer area, and the leftmost unused bit (always set to "0"). However, I
=O, -.

nである。It is n.

いま、転送制御部5が回線から第3図に示すような受信
データを受信した場合の動作は、以下のようになり、記
憶部1には第4図に示すようにデータが格納される。
Now, when the transfer control section 5 receives received data as shown in FIG. 3 from the line, the operation is as follows, and the data is stored in the storage section 1 as shown in FIG. 4.

■ 受信データを格納した複数のデータバッファ領域を
示すバッファ情報の連鎖を格納するために、データバッ
ファ領域0の割当てを受ける。
(2) Data buffer area 0 is allocated to store a chain of buffer information indicating multiple data buffer areas in which received data is stored.

■ 受信データを格納するために、データバッファ領域
1の割当てを受けて、そこに受信データの先頭のRDA
TAIの部分を格納してゆく。
■ To store the received data, data buffer area 1 is allocated and the RDA at the beginning of the received data is stored there.
Store the TAI part.

■ データバッファ領域1がフルになるまで受信データ
を格納したら、データバッファ領域0の先頭に、データ
バッファ領域1を示すバッファ情報を格納する。ここで
、最左端のビットはバッファ情報の連鎖ビットとして使
用し、連鎖の途中では“°O”、連鎖の最後では“1″
とする。
(2) After storing received data until data buffer area 1 becomes full, buffer information indicating data buffer area 1 is stored at the beginning of data buffer area 0. Here, the leftmost bit is used as a chain bit of buffer information, "°O" in the middle of the chain, and "1" at the end of the chain.
shall be.

■ データバッファ領域2の割当てを受けて、当該、デ
ータバッファ領域への受信データの格納、当該データバ
ッファ領域を示すバッファ情報の格納を■、■と同様に
行う。
(2) Upon receiving the allocation of the data buffer area 2, storage of received data in the data buffer area and storage of buffer information indicating the data buffer area are performed in the same manner as in (2) and (3).

■ データバッファ領域3に対して■と同様に行う。■ Perform the same procedure as ■ for data buffer area 3.

■ データバッファ領域4の割当てを受けて、そこに受
信データのRDATA4の部分を格納してゆく。
(2) Receive the allocation of the data buffer area 4 and store the RDATA4 portion of the received data there.

■ 受信データの終了を検出すると、データバッファ領
域4を示すバッファ情報をデータバッファ領域Oのバッ
ファ情報の連鎖の最後に格納する。
(2) When the end of the received data is detected, the buffer information indicating the data buffer area 4 is stored at the end of the chain of buffer information in the data buffer area O.

この場合、最左端のへソファ情報の連鎖ビットは°“1
”とし、データバッファ領域長としては、実際のデータ
バッファ領域長BFL4の代りに、格納した受信データ
RDATA4の長さDTAL4の値を格納する。
In this case, the leftmost heso information chain bit is °“1
", and as the data buffer area length, the value of the length DTAL4 of the stored received data RDATA4 is stored instead of the actual data buffer area length BFL4.

■ データバッファ領域Oのバッファ情報を含む割込み
要因情報を転送制御部5内の割込み要因レジスタ(図示
せず)に保持して、信号線9によりプロセッサ部4に割
込みを要求する。
(2) Interrupt cause information including buffer information of the data buffer area O is held in an interrupt cause register (not shown) in the transfer control unit 5, and an interrupt is requested to the processor unit 4 via the signal line 9.

これにより、制御プログラムの割込み処理ルーチンが起
動され、転送制御部5内の割込み要因レジスタ(図示せ
ず)の内容を共通バス7経出で読み出して、回線からの
データを受信したこと、当該受信データはデータバッフ
ァ領域Oのバッファ情報の連鎖で指定されるデータバッ
ファ領域に格納されたことを知る。
As a result, the interrupt processing routine of the control program is started, and the contents of the interrupt cause register (not shown) in the transfer control unit 5 are read out via the common bus 7, and the data from the line is received. It is known that the data has been stored in the data buffer area specified by the chain of buffer information in data buffer area O.

以上説明した実施例では、転送制御部5は割込み要因情
報を割込み要因レジスタに保持してプロセッサ部4に割
込みを要求するように説明したが、複数の回線を制御し
ている関係から、複数の割込み要因が連続して発生する
場合もありうるため、転送制御部5又はプロセッサ部4
の内部に、複数の割込み要因情報を先着順に保持可能な
キューを設けることが好ましい。
In the embodiment described above, it has been explained that the transfer control unit 5 holds interrupt cause information in the interrupt cause register and requests an interrupt from the processor unit 4, but since it controls multiple lines, Since interrupt factors may occur consecutively, the transfer control unit 5 or processor unit 4
It is preferable to provide a queue in which a plurality of pieces of interrupt factor information can be held on a first-come, first-served basis.

また、バッファ制御部2のバッファ制御メモリ12につ
いては、記憶部1上の特定領域を使用する方式とするこ
とも可能であり、この場合には、バッファ制御部2の金
物量を少なくすることができる。
Further, the buffer control memory 12 of the buffer control unit 2 may be configured to use a specific area on the storage unit 1, and in this case, the amount of hardware in the buffer control unit 2 can be reduced. can.

(ト)発明の効果 本発明によれば、受信データを格納するためのデータバ
ッファ領域を細分化することによりデータバッファ領域
を効率よく使用し、かつ、制御プログラムに対する割込
み回数が少なくてすむため、情報処理装置又は通信制御
処理装置等の処理能力の向上に効果がある。
(G) Effects of the Invention According to the present invention, by dividing the data buffer area for storing received data into smaller parts, the data buffer area can be used efficiently and the number of interruptions to the control program can be reduced. This is effective in improving the processing capacity of information processing devices, communication control processing devices, etc.

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

第1図は本発明の1実施例の通信制御処理装置のブロッ
ク構成を示す図、第2図はバッファ制御部の構成を示す
図、第3図は受信データとそれが格納されるデータバッ
ファ領域の対応を示す図。 マ       第4図は記憶部上のデータバ・・ファ
領域に格納されたバッファ情報の連鎖と受信データを示
す図である。 図中、1は記憶部、2はバッファ制御部、4はプロセッ
サ部、5は転送制御部、12ばバッファ制御メモリであ
る。 σ・−′1・・
FIG. 1 is a diagram showing the block configuration of a communication control processing device according to an embodiment of the present invention, FIG. 2 is a diagram showing the configuration of a buffer control unit, and FIG. 3 is a diagram showing received data and a data buffer area in which it is stored. FIG. FIG. 4 is a diagram showing a chain of buffer information stored in the data buffer area on the storage unit and received data. In the figure, 1 is a storage section, 2 is a buffer control section, 4 is a processor section, 5 is a transfer control section, and 12 is a buffer control memory. σ・−′1・・

Claims (2)

【特許請求の範囲】[Claims] (1)記憶部と、該記憶部に格納された制御プログラム
を実行するプロセッサ部と、複数個のバッファ情報を保
持するバッファ制御部と、配下に接続された入出力装置
からのデータ受信時には、前記バッファ制御部からバッ
ファ情報を受け取り、該バッファ情報で指定される前記
記憶部上のデータバッファ領域に受信データを格納し、
前記プロセッサ部に割込みを要求して制御プログラムに
通知する転送制御部から成るデータ転送システムにおい
て、前記入出力装置からのデータ受信時に、前記転送制
御部は、受信データをその長さに応じて1個又は複数個
のデータバッファ領域に格納し、該1個又は複数個のデ
ータバッファ領域を示すバッファ情報の連鎖を前記記憶
部上に格納し、該バッファ情報の連鎖の格納位置を前記
制御プログラムに通知することを特徴とする受信データ
転送制御方式。
(1) When receiving data from a storage unit, a processor unit that executes a control program stored in the storage unit, a buffer control unit that holds a plurality of buffer information, and an input/output device connected thereto, receiving buffer information from the buffer control unit and storing the received data in a data buffer area on the storage unit specified by the buffer information;
In a data transfer system comprising a transfer control unit that requests an interrupt from the processor unit and notifies the control program, when receiving data from the input/output device, the transfer control unit converts the received data into one data according to its length. a chain of buffer information indicating the one or more data buffer areas is stored on the storage unit, and the storage position of the chain of buffer information is determined by the control program. A reception data transfer control method characterized by notification.
(2)前記バッファ情報は、少なくとも、対応する前記
データバッファ領域の先頭アドレス情報と当該データバ
ッファ領域の長さを示す情報を含むことを特徴とする特
許請求の範囲第(1)項記載の受信データ転送制御方式
(2) The reception according to claim (1), wherein the buffer information includes at least information indicating the start address of the corresponding data buffer area and the length of the data buffer area. Data transfer control method.
JP59172696A 1984-08-20 1984-08-20 Receiving data transfer control system Granted JPS6151256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59172696A JPS6151256A (en) 1984-08-20 1984-08-20 Receiving data transfer control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59172696A JPS6151256A (en) 1984-08-20 1984-08-20 Receiving data transfer control system

Publications (2)

Publication Number Publication Date
JPS6151256A true JPS6151256A (en) 1986-03-13
JPH0439700B2 JPH0439700B2 (en) 1992-06-30

Family

ID=15946655

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59172696A Granted JPS6151256A (en) 1984-08-20 1984-08-20 Receiving data transfer control system

Country Status (1)

Country Link
JP (1) JPS6151256A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4878197A (en) * 1987-08-17 1989-10-31 Control Data Corporation Data communication apparatus
JPH01276257A (en) * 1988-04-27 1989-11-06 Yamatake Honeywell Co Ltd Communication control device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4878197A (en) * 1987-08-17 1989-10-31 Control Data Corporation Data communication apparatus
JPH01276257A (en) * 1988-04-27 1989-11-06 Yamatake Honeywell Co Ltd Communication control device

Also Published As

Publication number Publication date
JPH0439700B2 (en) 1992-06-30

Similar Documents

Publication Publication Date Title
US3789365A (en) Processor interrupt system
EP0208430B1 (en) A method and apparatus for performing variable length data read transactions
JPH10507551A (en) Signal data processing system and method, and communication system including signal data processing system
GB1316807A (en) Data processing system input-output
JPS5897944A (en) Data transfer system among microprocessors
US5944788A (en) Message transfer system and control method for multiple sending and receiving modules in a network supporting hardware and software emulated modules
US7216186B2 (en) Controlling data flow between processor systems
JPS6151256A (en) Receiving data transfer control system
JPS62172840A (en) Transferring system for data
JPS61250758A (en) Communication controller
JP2000244585A (en) Bus interface circuit
JPS608965A (en) Input/output buffer memory system
JP2573332B2 (en) Data transfer control method
JPS58182737A (en) Information processor
JPS5958552A (en) Slowdown control system
JPS62192844A (en) Dma control circuit
EP0049160A2 (en) Channel timing control in communication controller
JPH02294755A (en) Data processor
JP2789654B2 (en) Buffer control method
JPS60263249A (en) Data transfer controlling system
JPH03212752A (en) Data communication system
JPH05128077A (en) Method for distributed processing plural computer system
JPH0644258B2 (en) DMA transfer destination buffer setting method
JPS6237426B2 (en)
JPS6143369A (en) Multi-processor system