JPH02196333A - Subroutine calling system - Google Patents

Subroutine calling system

Info

Publication number
JPH02196333A
JPH02196333A JP1014963A JP1496389A JPH02196333A JP H02196333 A JPH02196333 A JP H02196333A JP 1014963 A JP1014963 A JP 1014963A JP 1496389 A JP1496389 A JP 1496389A JP H02196333 A JPH02196333 A JP H02196333A
Authority
JP
Japan
Prior art keywords
register
subroutine
instruction
data
argument
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
JP1014963A
Other languages
Japanese (ja)
Other versions
JPH0564807B2 (en
Inventor
Takeshi Shinoki
剛 篠木
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.)
National Institute of Advanced Industrial Science and Technology AIST
Original Assignee
Agency of Industrial Science and Technology
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 Agency of Industrial Science and Technology filed Critical Agency of Industrial Science and Technology
Priority to JP1014963A priority Critical patent/JPH02196333A/en
Publication of JPH02196333A publication Critical patent/JPH02196333A/en
Publication of JPH0564807B2 publication Critical patent/JPH0564807B2/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/30003Arrangements for executing specific machine instructions
    • G06F9/3005Arrangements for executing specific machine instructions to perform operations for flow control
    • G06F9/30054Unconditional branch instructions
    • 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/30145Instruction analysis, e.g. decoding, instruction word fields
    • G06F9/3016Decoding the operand specifier, e.g. specifier format

Abstract

PURPOSE:To improve the transfer efficiency of an argument when a subroutine is carried out by designating an optional register for transfer of the argument data with a subroutine calling instruction. CONSTITUTION:A register number 31 can be designated with a subroutine calling instruction 3 for transfer of data. A subroutine main body 2 indirectly designates a virtual register number 21 that does not exist as a data transfer register. A virtual register access means 13 is added to a processor 1 to replace the register number 21 which is indirectly designated with an instruction stored in the main body 2 with the register number 31 designated by the instruction 3 and performs an access. In such a way, a register that presently stores the argument data is designated as it is as a data transfer register. As a result, no process is required for setting the transfer data and the processing time is shortened.

Description

【発明の詳細な説明】 〔概 要〕 情報処理装置の機械語命令によるプログラムにおけるサ
ブルーチン呼出しに関し、 サブルーチン実行の際の引数の受け渡しの効率化を目的
とし、 サブルーチン本体に、引数データ受け渡しのためのレジ
スタを実在しない仮想的なレジスタ番号をもって間接指
定する手段を備え、サブルーチン呼出し命令に、引数デ
ータ受け渡しのためのレジスタを指定する手段を備える
と共に、処理装置に、前記サブルーチン本体内の命令に
おいて間接指定してある仮想レジスタ番号を前記サブル
ーチン呼出し命令が指定したレジスタ番号に置き換えて
アクセスする仮想レジスタアクセス手段を備え、サブル
ーチン呼出し命令において、引数データ受け■ 渡し用として任意のレジスタを指定するように構成する
[Detailed Description of the Invention] [Summary] Regarding subroutine calls in a program using machine language instructions of an information processing device, for the purpose of improving the efficiency of passing arguments during subroutine execution, the main body of the subroutine includes a function for passing argument data. A means for indirectly specifying a register with a virtual register number that does not exist, a means for specifying a register for passing argument data in a subroutine call instruction, and a means for specifying a register for passing argument data in a subroutine call instruction; A virtual register access means is provided for accessing by replacing the virtual register number specified by the subroutine call instruction with a register number specified by the subroutine call instruction, and the subroutine call instruction is configured to specify an arbitrary register for receiving and passing argument data. .

〔産業上の利用分野〕[Industrial application field]

本発明は情報処理装置におけるサブルーチン呼出し命令
に係り、特に機械語命令によるプログラムにおりるサブ
ルーチン実行の際の引数の受け渡しの効率化に関する。
The present invention relates to a subroutine call instruction in an information processing device, and more particularly to improving the efficiency of passing arguments when executing a subroutine in a program using machine language instructions.

〔従来の技術〕[Conventional technology]

機械語命令によるプログラムにおいて、サブルーチンを
実現する際の引数(手続きの内容を定義し、使用する際
に必要な値の受け渡しをするため用いる独立変数)デー
タを受け渡しするだめの高速な従来手法は、以下のよう
なレジスタ渡しで行う方法である。
In a program using machine language instructions, the conventional high-speed method for passing argument data (independent variables used to define the contents of a procedure and pass the necessary values when using it) when realizing a subroutine is as follows. This is done using register passing as shown below.

即ち、第4図に示すように、サブルーチン本体側におい
て引数データを受け渡しするだめのレジスタを定め、サ
ブルーチン呼出し側では、その定められたレジスタに引
数データを設定してサブル−チンを呼び出す。
That is, as shown in FIG. 4, a register to which argument data is transferred is determined on the subroutine main body side, and on the subroutine calling side, the argument data is set in the determined register and the subroutine is called.

〔発明が解決しようとする課題] 上記の従来技術による引数データの受け渡し方式の欠点
は、以下説明のよ・うに、引数データをそのサブルーチ
ン毎に定められたレジスタに載せなければならないため
に、呼出し前と呼出し後の処理の手間が必要であること
である。
[Problems to be Solved by the Invention] The disadvantage of the argument data passing method according to the prior art described above is that, as explained below, argument data must be stored in a register determined for each subroutine, The problem is that processing before and after the call is required.

即ち、呼出し前には、定められた引数レジスタに受け渡
しデータを設定する処理が必要であり、さらに定められ
たレジスタが別の用途に使われているときには、下記の
ように、呼出し前にそのレジスタの内容の退避と、サブ
ルーチンから帰ってきたときにそのレジスタの内容の復
旧という処理が必要となり、処理時間がそれだけ長くな
る。
That is, before the call, it is necessary to set the passing data in the specified argument register, and if the specified register is used for another purpose, the register must be set before the call, as shown below. It is necessary to save the contents of the register and restore the contents of the register when returning from the subroutine, which increases the processing time accordingly.

第5図は、上記に説明した必要な処理を示す図である。FIG. 5 is a diagram showing the necessary processing described above.

第6図は、サブルーチン呼出し時の命令列例を示す図で
ある。
FIG. 6 is a diagram showing an example of an instruction sequence when calling a subroutine.

いま、データ受け渡しレジスタとしてレジスタ5を用い
るサブルーチン5IIBがあり、呼出し側には、レジス
タ3に受け渡しデータが載っているとすると、呼出し前
、呼出し、呼出し後の命令の列は、図示した如くになる
Assuming that there is a subroutine 5IIB that uses register 5 as a data transfer register, and the caller has transfer data in register 3, the sequence of instructions before the call, after the call, and after the call is as shown in the figure. .

本発明が解決しようとする課題は、このような従来の問
題点を解消し、引数骨は渡しのための処理を軽減し、処
理時間を短くしたサブルーチン呼出し方式を提供するこ
とにある。
The problem to be solved by the present invention is to provide a subroutine calling method that eliminates such conventional problems, reduces processing for passing arguments, and shortens processing time.

[課題を解決するためのず段] 第1図は、前述の課題を解決するための手段の構成を示
す図である。
[Steps for Solving the Problems] FIG. 1 is a diagram showing the configuration of means for solving the above-mentioned problems.

図において、1は処理装置である。11は命令レジスタ
、12はレジスタ群である。
In the figure, 1 is a processing device. 11 is an instruction register, and 12 is a register group.

2はサブルーチン本体である。21はサブルーチン本体
内の命令のうち、引数データの受け渡し用レジスタを指
定した部分であり、レジスタ番号として実在しない仮想
的なレジスタ番号としてある。
2 is the main body of the subroutine. 21 is a part of an instruction within the subroutine body that specifies a register for passing argument data, and is a virtual register number that does not actually exist.

3はサブルーチン呼出し命令であり、31は引数データ
受け渡しレジスタ番号である。
3 is a subroutine call instruction, and 31 is an argument data transfer register number.

13は仮想レジスタアクセス手段であり、命令レジスタ
11に置かれた命令がサブルーチン本体2内の命令であ
るとき、仮想レジスタ番号21をサブルーチン呼出し命
令3の指定した引数データ受け渡しレジスタ番号31に
置き換えてレジスタ群12にアクセスする。
13 is a virtual register access means, which when the instruction placed in the instruction register 11 is an instruction in the subroutine body 2, replaces the virtual register number 21 with the argument data transfer register number 31 specified by the subroutine call instruction 3 and accesses the register. Access group 12.

〔作 用〕[For production]

従来技術における問題点は、サブルーチン本体2側が、
受け渡しデータを特定のレジスタに載せることを要求す
るために発生している。受け渡しデータがどのレジスタ
に載っていてもサブルーチン本体側が受益ノ付けてくれ
る機構があれば、自由なレジスタで引数データの受け渡
しが可能となり、引数データ受け渡しのための処理が軽
減できる。
The problem with the conventional technology is that the subroutine main body 2 side
This occurs because the transfer data is requested to be placed in a specific register. If there was a mechanism in which the subroutine itself would mark the transfer data in any register, it would be possible to transfer argument data in any register, and the processing for passing argument data could be reduced.

そこで本発明では、以下の三つの機能を備える。Therefore, the present invention has the following three functions.

■サブルーチン呼出し命令3でデータ受け渡しのレジス
タ番号31を指定できるようにする。
■Enable subroutine call instruction 3 to specify register number 31 for data exchange.

■サブルーチン本体2では、データ受け渡し用レジスタ
として、実在しない仮想的なレジスタ番号21をもって
間接指定するようにする。
(2) In the subroutine main body 2, a non-existent virtual register number 21 is used to indirectly specify the data transfer register.

■処理装置1に、サブルーチン本体2内の命令において
間接指定している仮想レジスタ番号21をサブルーチン
呼出し命令3の指定したレジスタ番号31に置き換えて
アクセスする手段13を設ける。
(2) The processing device 1 is provided with a means 13 for accessing by replacing the virtual register number 21 indirectly specified in the instruction in the subroutine main body 2 with the register number 31 specified by the subroutine call instruction 3.

以上の構成をとることによって、現在引数データが置い
であるレジスタをそのままデータ受け渡し用レジスタと
して指定することにより、受け渡しデータ設定のための
処理は不要となり、処理時間を短縮することが可能とな
る。
With the above configuration, by directly designating the register where the argument data is currently stored as the data transfer register, processing for setting the transfer data becomes unnecessary, and processing time can be shortened.

〔実施例] 以下、第2図および第3図に示す実施例により本発明を
さらに具体的に説明する。
[Example] Hereinafter, the present invention will be explained in more detail with reference to the example shown in FIGS. 2 and 3.

第2図は、本発明の一実施例における引数データ受り渡
しレジスタの指定法を示す図である。
FIG. 2 is a diagram showing a method of specifying an argument data transfer register in one embodiment of the present invention.

第2図(a)は、サブルーチン呼出し命令の基本構成を
示す。
FIG. 2(a) shows the basic structure of a subroutine call instruction.

gosubは本発明によるサブルーチン呼出し命令を示
す。
gosub indicates a subroutine call instruction according to the present invention.

<reg>はデータ受け渡し用として指定するレジスタ
番号であり、現在受け渡しデータが入っているレジスタ
をそのまま指定する。
<reg> is a register number designated for data transfer, and directly specifies the register that currently contains data to be transferred.

<address>は、サブルーチンの入り口のアドレ
スである。
<address> is the address of the subroutine entrance.

第2図(b)は、サブルーチン呼出し命令の一例である
FIG. 2(b) is an example of a subroutine call instruction.

受け渡しデータがレジスタ3に載っているので、受け渡
しレジスタをr3として指定する。サブルーチンの入り
口のアドレス SUBをもって呼び出すべきサブルーチ
ンを指定する。
Since the transfer data is stored in register 3, the transfer register is designated as r3. Subroutine entry address SUB specifies the subroutine to be called.

第2図(C)は、サブルーチン呼出し側とサブルーチン
本体側の動作を示す。
FIG. 2(C) shows the operations of the subroutine calling side and the subroutine main body side.

本実施例では、サブルーチン本体は、仮想的なレジスタ
番号として実装されていないパ0“番を指定する。
In this embodiment, the subroutine body specifies the unimplemented number 0'' as a virtual register number.

サブルーチン本体の”adcl  r2+ ril r
o ” は、[レジスタ1の内容とレジスタOの内容を
加算し、レジスタ2に設定せよ」を行う機械語命令とす
る。
“adcl r2+ ril r” in the subroutine body
o'' is a machine language instruction that executes ``Add the contents of register 1 and the contents of register O, and set it in register 2''.

本例の場合は、サブルーチンの内容は、「レジスタ1 
(rl)の値とサブルーチン呼出し命令で指定されたレ
ジスタ(r3)の値を加えてレジスタ2 (r2)に設
定せよ」を行うことである。
In this example, the contents of the subroutine are “Register 1
Add the value of (rl) and the value of register (r3) specified by the subroutine call instruction and set it in register 2 (r2).''

サブルーチン呼出し命令gosub r3. addr
essSUBによって、アドレスSUBにアクセスし、
サブルーチン本体において、rlの値とr3の値を加え
てr2に設定して、処理を終わり、サブルーチン呼出し
命令の次のアドレスに戻る。
Subroutine call instruction gosub r3. addr
Access address SUB by essSUB,
In the subroutine body, the value of rl and the value of r3 are added and set to r2, the process ends, and the process returns to the next address of the subroutine call instruction.

このように、サブルーチン呼出し側では、呼出し前、呼
出し後の処理は全く不要となる。
In this way, on the subroutine calling side, there is no need for any processing before or after the call.

第3図は本発明の一実施例における仮想レジスタアクセ
ス手段の詳細を示し、(a)はそのハードウェア構成で
あり、(b)はその動作を示すフローチャートである。
FIG. 3 shows details of the virtual register access means in one embodiment of the present invention, in which (a) is its hardware configuration and (b) is a flowchart showing its operation.

第3図(a)において、11は命令レジスタであり、1
11 は命令コード部、112はレジスタ指定部である
In FIG. 3(a), 11 is an instruction register;
11 is an instruction code section, and 112 is a register specification section.

12はレジスタ群である。12 is a register group.

14はデコーダであり、命令レジスタ11内の命令コー
ド部111をデコードする。
A decoder 14 decodes the instruction code section 111 in the instruction register 11.

131は0判定回路であり、レジスタ指定部112内の
値が“0゛であるか否かを判定する。
131 is a 0 determination circuit, which determines whether the value in the register designation section 112 is "0" or not.

132は引数レジスタ番号格納レジスタであり、サブル
ーチン呼出し命令のレジスタ指定部112の値を一時格
納する。
Reference numeral 132 denotes an argument register number storage register, which temporarily stores the value of the register designation section 112 of the subroutine call instruction.

133はマクチプレクサであり、レジスタ番号の一つの
入力データのうちの一つを選択する。
A multiplexer 133 selects one of the input data of one register number.

以下、第3図(b)のフローチャートを参照し、その動
作を説明する。
The operation will be described below with reference to the flowchart in FIG. 3(b).

命令レジスタ11に機械語命令が設定され、デコーダ1
4によって命令コード部111のデコードが行われる。
A machine language instruction is set in the instruction register 11, and the decoder 1
4, the instruction code section 111 is decoded.

デコーダ14が、通常の命令(サブルーチン呼出し命令
ではない)であると解読し、またO判定回路131がレ
ジスタ指定部112の内容は“′0“ではないと判定し
た場合は、レジスタ指定部112の内容(命令で指定し
たレジスタ番号)は、信号線aを通ってレジスタ群12
に送られ、命令によって指定されたレジスタが読み出さ
れる。
If the decoder 14 decodes the instruction as a normal instruction (not a subroutine call instruction) and the O determination circuit 131 determines that the contents of the register designation section 112 are not "'0", the contents of the register designation section 112 The contents (register number specified by the instruction) are transferred to register group 12 through signal line a.
The register specified by the instruction is read.

デコーダ14かサブルーチン呼出し命令であると解読し
た場合は、レジスタ指定部112に置かれたレジスタ番
号が信号線すを通って引数レジスタ番号格納レジスタ1
32に記憶される。
If the decoder 14 decodes it as a subroutine call instruction, the register number placed in the register specification section 112 is passed through the signal line to the argument register number storage register 1.
32.

デコーダ14がサブルーチン呼出し命令ではない通常の
命令であると解読した場合(この場合にはサブルーチン
呼出し命令以外の全ての命令が含まれ、当然サブルーチ
ン本体内の命令も含まれる)で、且つ0判定回路131
がレジスタ指定部112の内容が0”であると判定した
場合は、0判定回路131はマルチプレクサ133を制
御し、信号線C側の入力を選択して、引数レジスタ番号
格納レジスタ132が保持するレジスタ番号によってレ
ジスタ群12にアクセスし、レジスタを読み出す。
When the decoder 14 decodes it as a normal instruction that is not a subroutine call instruction (in this case, all instructions other than the subroutine call instruction are included, and of course instructions within the subroutine itself are also included), and the 0 judgment circuit 131
If it is determined that the contents of the register specifying section 112 are 0'', the 0 determination circuit 131 controls the multiplexer 133, selects the input on the signal line C side, and selects the input from the register held by the argument register number storage register 132. The register group 12 is accessed by the number and the register is read.

レジスタ番号“0パは実装されていないレジスタ番号で
あるから、命令レジスタ11に置かれた命令で、レジス
タ指定部112の値が′0“であるのは、サブルーチン
本体2の仮想レジスタアクセス命令だけであり、0判定
回路131がパ0”と判定するのはこの命令だけである
Since the register number "0" is an unimplemented register number, among the instructions placed in the instruction register 11, the value of the register specification field 112 is '0' only for the virtual register access instruction in the subroutine body 2. This is the only instruction that the 0 determination circuit 131 determines as 0''.

従って、サブルーチン呼出し命令が来たときには、命令
のレジスタ指定部112に置かれたレジスタ番号が引数
レジスタ番号格納レジスタ132に格納され、サブルー
チン本体内の仮想レジスタアクセス命令が来たときには
、命令のレジスタ指定部に置かれた”0“ではなく、引
数レジスタ番号格納レジスタ132に格納されているレ
ジスタ番号によってレジスタ群12にアクセスすること
になる。
Therefore, when a subroutine call instruction comes, the register number placed in the register specification section 112 of the instruction is stored in the argument register number storage register 132, and when a virtual register access instruction within the subroutine body comes, the register specification of the instruction is stored in the argument register number storage register 132. The register group 12 is accessed using the register number stored in the argument register number storage register 132, rather than the "0" placed in the section.

以上説明のように、O判定回路131、引数レジスタ番
号格納レジスタ132およびマルチプレクサ133によ
って、サブルーチン本体2が間接指定した仮想レジスタ
番号(“0“′)を、サブルーチン呼出し命令が引数デ
ータ受け渡し用として指定したレジスタ番号に置き換え
て、アクセスすることができることになる。これによっ
て、サブルーチン本体2は、サブルーチン呼出し命令が
指定した引数受け渡し用レジスタにある引数データを読
み出して、所定のサブルーチンを実行することになる。
As explained above, the O determination circuit 131, the argument register number storage register 132, and the multiplexer 133 allow the subroutine call instruction to specify the virtual register number (“0”′) indirectly specified by the subroutine body 2 as the one for passing argument data. You can access it by replacing it with the registered register number. As a result, the subroutine main body 2 reads the argument data in the argument passing register specified by the subroutine call instruction and executes the predetermined subroutine.

〔発明の効果] 以上の説明から明らかなように本発明によれば、機械語
命令のプログラムにおけるサブルーチンを実行する際、
サブルーチン呼出しのオーバヘッドを削減し、処理時間
を短縮するという著しい工業的効果がある。
[Effects of the Invention] As is clear from the above description, according to the present invention, when executing a subroutine in a program of machine language instructions,
There is a significant industrial effect of reducing the overhead of subroutine calls and shortening processing time.

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

第1図は本発明の構成を示す図、 第2図は本発明の一実施例における引数データ受け渡し
レジスタの指定法を示す図、 第3図は本発明の一実施例の構成と動作を示す図、 第4図はサブルーチン呼出し時の引数データの受け渡し
を示す図、 第5図はサブルーチン呼出し時の処理を示す図、第6図
はサブルーチン呼出し時の命令列例を示す図である。 図において、 1は処理装置、      2はサブルーチン本体、3
はサブルーチン呼出し命令、 11は命令レジスタ、    111 と命令コード部
、112はレジスタ指定部、 12はレジスタ群、13
は仮想レジスタアクセス手段、 131はO判定回路、 132は引数レジスタ番号格納レジスタ、133はマル
チプレクサ、 21は仮想レジスタ番号、31は引数デ
ータ受け渡しレジスタ番号、をそれぞれ示す。 特許出願人 工業技術院長 飯塚 幸7咬
FIG. 1 is a diagram showing the configuration of the present invention. FIG. 2 is a diagram showing how to specify the argument data transfer register in one embodiment of the present invention. FIG. 3 is a diagram showing the configuration and operation of one embodiment of the present invention. 4 is a diagram showing the exchange of argument data when calling a subroutine, FIG. 5 is a diagram showing processing when calling a subroutine, and FIG. 6 is a diagram showing an example of an instruction sequence when calling a subroutine. In the figure, 1 is the processing device, 2 is the subroutine body, and 3
is a subroutine call instruction, 11 is an instruction register, 111 is an instruction code section, 112 is a register specification section, 12 is a register group, 13
131 is a virtual register access means, 131 is an O determination circuit, 132 is an argument register number storage register, 133 is a multiplexer, 21 is a virtual register number, and 31 is an argument data transfer register number. Patent applicant: Director of the Agency of Industrial Science and Technology Sachi Iizuka

Claims (1)

【特許請求の範囲】 情報処理装置(1)における機械語命令によるサブルー
チンの呼出しにおいて、 サブルーチン本体(2)に、引数データ受け渡しのため
のレジスタを実在しない仮想的なレジスタ番号(21)
をもって間接指定する手段を備え、サブルーチン呼出し
命令(3)に、引数データ受け渡しのためのレジスタ番
号(31)を指定する手段を備えると共に、 処理装置(1)内に、 前記サブルーチン本体(2)内の命令において間接指定
してある仮想レジスタ番号(21)を前記サブルーチン
呼出し命令(3)が指定したレジスタ番号(31)に置
き換えてアクセスする仮想レジスタアクセス手段(13
)を備え、 サブルーチン呼出し命令(3)において、引数ータ受け
渡し用として任意のレジスタを指定するよう構成したこ
とを特徴とするサブルーチン呼出し方式。
[Claims] When a subroutine is called by a machine language instruction in the information processing device (1), a register for passing argument data is set in the subroutine body (2) as a virtual register number (21) that does not exist.
and means for specifying a register number (31) for passing argument data to the subroutine call instruction (3); virtual register access means (13) for accessing by replacing the virtual register number (21) indirectly specified in the instruction with the register number (31) specified by the subroutine call instruction (3);
), and the subroutine call instruction (3) is configured to specify an arbitrary register for passing argument data.
JP1014963A 1989-01-26 1989-01-26 Subroutine calling system Granted JPH02196333A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1014963A JPH02196333A (en) 1989-01-26 1989-01-26 Subroutine calling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1014963A JPH02196333A (en) 1989-01-26 1989-01-26 Subroutine calling system

Publications (2)

Publication Number Publication Date
JPH02196333A true JPH02196333A (en) 1990-08-02
JPH0564807B2 JPH0564807B2 (en) 1993-09-16

Family

ID=11875634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1014963A Granted JPH02196333A (en) 1989-01-26 1989-01-26 Subroutine calling system

Country Status (1)

Country Link
JP (1) JPH02196333A (en)

Also Published As

Publication number Publication date
JPH0564807B2 (en) 1993-09-16

Similar Documents

Publication Publication Date Title
US4715013A (en) Coprocessor instruction format
EP0525831B1 (en) Method and apparatus for enabling a processor to coordinate with a coprocessor in the execution of an instruction which is in the intruction stream of the processor.
US4821231A (en) Method and apparatus for selectively evaluating an effective address for a coprocessor
US4758950A (en) Method and apparatus for selectively delaying an interrupt of a coprocessor
US4914578A (en) Method and apparatus for interrupting a coprocessor
US4994961A (en) Coprocessor instruction format
JPH02196333A (en) Subroutine calling system
JPH1063574A (en) Processor with cache memory
JPH0377137A (en) Information processor
JPH03127171A (en) Vector processor
JPH064319A (en) Shared routine control system in operating system
JPH04167146A (en) Address tracing system for information processor
JPS61213928A (en) Alteration system for program
JPS628243A (en) Cache memory
JPS5936838A (en) Controlling method of interface
JPH0198023A (en) Conditional subroutine calling system
JPH0795288B2 (en) Microcomputer
JPS62100835A (en) Arithmetic processor
JPH0395628A (en) Data setting system for indirect register
JPH0323938B2 (en)
JPH0442328A (en) Interruption control system for information processor
JPH04264624A (en) Processor
JPS6398035A (en) Microprogram controller
JPH0242559A (en) Information processor
JPH02168325A (en) Dataon control system in fortran

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term