JP3467167B2 - Interrupt processing method and apparatus in programming language processing system and recording medium thereof - Google Patents

Interrupt processing method and apparatus in programming language processing system and recording medium thereof

Info

Publication number
JP3467167B2
JP3467167B2 JP09862497A JP9862497A JP3467167B2 JP 3467167 B2 JP3467167 B2 JP 3467167B2 JP 09862497 A JP09862497 A JP 09862497A JP 9862497 A JP9862497 A JP 9862497A JP 3467167 B2 JP3467167 B2 JP 3467167B2
Authority
JP
Japan
Prior art keywords
instruction
virtual
interrupt
processing
undefined
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 - Fee Related
Application number
JP09862497A
Other languages
Japanese (ja)
Other versions
JPH10289112A (en
Inventor
淳 新
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 JP09862497A priority Critical patent/JP3467167B2/en
Publication of JPH10289112A publication Critical patent/JPH10289112A/en
Application granted granted Critical
Publication of JP3467167B2 publication Critical patent/JP3467167B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はプログラミング言語
処理系における割込処理方法、装置およびその記録媒体
に関し、特にプログラミング言語の処理系おいて利用者
からの任意の時点での要求を効率よく処理するプログラ
ミング言語処理系における割込処理方法、装置およびそ
の記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interrupt processing method, an apparatus and a recording medium for a programming language processing system, and particularly to efficiently process a request from a user at any time in a programming language processing system. The present invention relates to an interrupt processing method, device and recording medium in a programming language processing system.

【0002】[0002]

【従来の技術】高級言語の処理系を実現する代表的な方
式の1つとして、当該高級言語の実行に適した仮想計算
機を想定し、当該高級言語で記述されたプログラムを当
該仮想計算機の仮想命令列に翻訳するとともに、当該仮
想計算機の仮想命令を解釈実行する仮想計算機プログラ
ムを通常の計算機(以下、ホスト計算機と呼ぶ)上に実
現し、前記の仮想命令列を前記仮想計算機プログラムで
実行するものがある。
2. Description of the Related Art As one of typical methods for realizing a high-level language processing system, a virtual computer suitable for executing the high-level language is assumed, and a program written in the high-level language is virtualized by the virtual computer. A virtual computer program that translates into an instruction sequence and interprets and executes the virtual instruction of the virtual computer is realized on a normal computer (hereinafter, referred to as a host computer), and the virtual instruction sequence is executed by the virtual computer program. There is something.

【0003】リスプ(Lisp)やプロログ(Prol
og)に代表される記号処理言語では、このような処理
系の実現方式が広く採用されてきた。また最近では、プ
ログラミング言語ジャヴァ(Java)の実現は、仮想
計算機を利用することを前提としている。
Lisp and Prolog
In the symbol processing language represented by og), the implementation method of such a processing system has been widely adopted. Further, recently, the realization of the programming language Java is premised on the use of a virtual computer.

【0004】さて、言語処理系を実現するに当たって
は、利用者が任意の時点でキーボードからコントロール
キーを押下入力する等の手段を用いて、プログラムの実
行に割込をかけようとする場合に対処する必要がある。
Now, in implementing a language processing system, it is necessary to deal with the case where the user tries to interrupt the execution of the program by using a means such as pressing down the control key from the keyboard at any time. There is a need to.

【0005】一般のプログラムでは、このような処理は
ユーザからの割込要求を検出した時点で実行する割込処
理部を作成してこの処理部を登録しておくことによって
達成できる。
In a general program, such processing can be achieved by creating an interrupt processing unit to be executed when an interrupt request from a user is detected and registering this processing unit.

【0006】仮想計算機プログラムの実行中には、言語
処理系の正しい実行を保証するために仮想計算機プログ
ラムの実行に影響を与えない時点で割込処理を行なう必
要がある。具体的には、1つの仮想命令の実行途中で割
込処理を行なうと、割込処理の前後で仮想計算機の状態
の一貫性を保つことが保証できないため、各仮想命令の
実行の間に割込処理を行なう必要がある。
During execution of the virtual computer program, in order to guarantee the correct execution of the language processing system, it is necessary to perform an interrupt process at a time when the execution of the virtual computer program is not affected. Specifically, if interrupt processing is performed during execution of one virtual instruction, it is not possible to guarantee that the state of the virtual machine is consistent before and after the interrupt processing. It is necessary to perform an embedded process.

【0007】このような要求を実現するためには、仮想
計算機プログラムにおいて、割込を検出したことを記録
しておくための領域を用意し、割込を検出した場合に実
行する命令列として、前記の割込の検出を記録する領域
に割込を検出した旨を記録しておくような命令列を登録
するとともに、仮想計算機プログラムの仮想命令の解釈
/実行の繰り返しの先頭で前記の割込検出記録領域の内
容を調べ、もしも割込が検出されたことが記録されてい
れば、改めて当該仮想計算機プログラムにおける正式な
割込処理を実行する技術が考えられてきた。
In order to realize such a request, an area for recording the detection of an interrupt is prepared in the virtual computer program, and as an instruction string to be executed when the interrupt is detected, An instruction string that records the fact that an interrupt is detected is registered in the area for recording the detection of the interrupt, and the interrupt is recorded at the beginning of repeated interpretation / execution of virtual instructions of the virtual computer program. A technique has been considered in which the content of the detection recording area is examined, and if it is recorded that an interrupt is detected, the formal interrupt processing in the virtual computer program is executed again.

【0008】このような従来の割込処理方式を用いた仮
想計算機の実現例を図を用いながら説明する。なお、以
下で利用する図は、本発明の説明に必要となる必要最低
限の構成要素のみを示すものであり、他の構成要素を含
むことを妨げるものではない。
An example of realizing a virtual machine using such a conventional interrupt processing method will be described with reference to the drawings. It should be noted that the drawings used below show only the minimum necessary components necessary for explaining the present invention, and do not prevent inclusion of other components.

【0009】まず、図8の参照数字100は、仮想計算
機プログラムを実行するホスト計算機である。参照数字
110、120は、それぞれこのホスト計算機のCP
U、メモリ領域である。CPU110は、プログラムカ
ウンタ111、レジスタ112、割込検出回路113を
備える。なお、CPU110については、ここでの説明
に関係のある部分のみを示した。
First, reference numeral 100 in FIG. 8 is a host computer that executes a virtual computer program. Reference numerals 110 and 120 are CPs of this host computer, respectively.
U is a memory area. The CPU 110 includes a program counter 111, a register 112, and an interrupt detection circuit 113. As for the CPU 110, only the portion related to the description here is shown.

【0010】メモリ領域120中には、割込検出回路1
13が割込検出時に、その時点のCPUの状態を退避し
ておくための第1のCPU退避領域180、割込検出時
に実行すべき命令列の先頭番地を登録するための領域で
ある第1の命令列の先頭番地記憶領域170が確保され
ている。
In the memory area 120, the interrupt detection circuit 1
Reference numeral 13 denotes a first CPU save area 180 for saving the state of the CPU at the time of interrupt detection, and a first area for registering the start address of an instruction sequence to be executed at interrupt detection. The head address storage area 170 of the instruction sequence of is reserved.

【0011】このホスト計算機100には、外部記憶装
置130が接続され、外部記憶装置130は仮想計算機
プログラム131を格納するとともに、高級言語でかか
れたプログラムを当該仮想計算機に翻訳した仮想計算機
命令列132を格納している。
An external storage device 130 is connected to the host computer 100. The external storage device 130 stores a virtual computer program 131, and a virtual computer instruction sequence 132 in which a program written in a high-level language is translated into the virtual computer. Is stored.

【0012】更にこのホスト計算機100にはデイスプ
レイ装置140、入力装置150が接続され、ユーザは
これらの装置を利用しながらプログラムの起動/終了/
割込などを指示する。
Further, a display device 140 and an input device 150 are connected to the host computer 100, and a user starts / ends / ends a program while using these devices.
Give instructions such as interrupts.

【0013】さて、ユーザが仮想命令列の実行を指示し
た場合、ホスト計算機100は仮想計算機プログラム1
31をメモリ領域120に格納し、CPU110を利用
してこのプログラムを実行する。
When the user gives an instruction to execute the virtual instruction sequence, the host computer 100 executes the virtual computer program 1
31 is stored in the memory area 120, and this program is executed using the CPU 110.

【0014】仮想計算機プログラム131は、メモリ領
域120に仮想計算機命令列132を格納するととも
に、仮想計算機命令列132の命令を逐一解釈/実行す
ることによって、当該仮想計算機命令列132の実行を
達成する。
The virtual computer program 131 stores the virtual computer instruction sequence 132 in the memory area 120 and interprets / executes the instructions of the virtual computer instruction sequence 132 one by one to achieve the execution of the virtual computer instruction sequence 132. .

【0015】仮想計算機プログラム131を用いて、仮
想計算機命令列132を実行しようとする場合のホスト
計算機100のメモリ領域120の内容を詳しく示した
ものが図9である。なお、仮想計算機プログラム131
は他のメモリ領域も利用するが、ここでの説明には直接
関係がないので、省略している。
FIG. 9 shows in detail the contents of the memory area 120 of the host computer 100 when the virtual computer instruction sequence 132 is executed using the virtual computer program 131. The virtual computer program 131
Uses other memory areas, but they are omitted because they are not directly related to the description here.

【0016】ユーザが、図8に示した仮想計算機プログ
ラム131を用いて同じく図8に示した仮想計算機命令
列132を実行しようとすると、まず、仮想計算機プロ
グラム131がメモリ上に展開され、その結果、仮想命
令解釈実行部210、割込処理部220、仮想計算機割
込処理部260、仮想計算機初期化部240、仮想計算
機命令列記憶領域250および割込を検出したがどうか
を示す割込検出フラグ記憶領域230が作成される。
When the user tries to execute the virtual machine instruction sequence 132 also shown in FIG. 8 by using the virtual machine program 131 shown in FIG. 8, first, the virtual machine program 131 is expanded on the memory, and as a result, , Virtual instruction interpretation execution unit 210, interrupt processing unit 220, virtual computer interrupt processing unit 260, virtual computer initialization unit 240, virtual computer instruction sequence storage area 250, and an interrupt detection flag indicating whether an interrupt has been detected. The storage area 230 is created.

【0017】続いて、仮想計算機初期化部240を実行
し、割込発生時に実行すべき命令列の先頭番地を格納す
る第1の命令列の先頭番地記憶領域170に割込処理部
220の先頭の番地を登録し、図8に示した外部記憶装
置130に格納された仮想計算機命令列132をメモリ
領域120上の仮想計算機命令列記憶領域250に展開
し、これを仮想命令解釈実行部210を用いて実行す
る。
Subsequently, the virtual machine initialization unit 240 is executed, and the head of the interrupt processing unit 220 is stored in the head address storage area 170 of the first command string which stores the head address of the command string to be executed when the interrupt occurs. 8 is registered, the virtual computer instruction sequence 132 stored in the external storage device 130 shown in FIG. 8 is expanded in the virtual computer instruction sequence storage area 250 on the memory area 120, and this is executed by the virtual instruction interpretation execution unit 210. Use and execute.

【0018】図10は、図9に示した仮想命令解釈実行
部210の動作概要を示すフローチャートである。ま
ず、ステップ101で図9に示した割込検出フラグ記憶
領域230の内容を確認する。割込を検出していなけれ
ばステップ102に進んで次に実行すべき仮想命令を取
り出し、ステップ103でこの仮想命令の解釈/実行を
行ない、ステップ101に戻る。
FIG. 10 is a flow chart showing an outline of the operation of the virtual instruction interpretation execution unit 210 shown in FIG. First, in step 101, the contents of the interrupt detection flag storage area 230 shown in FIG. 9 are confirmed. If no interrupt is detected, the process proceeds to step 102, the virtual instruction to be executed next is taken out, the virtual instruction is interpreted / executed in step 103, and the process returns to step 101.

【0019】ステップ101で割込検出フラグ記憶領域
230にある割込検出フラグにより割込ありを検出する
と(割込時における割込検出フラグの樹立については後
述する)、ステップ104で、割込検出フラグを割込な
しに設定し、ステップ105に進んで図9に示した仮想
計算機割込処理部260により仮想計算機での割込処理
を実行する。仮想計算機割込処理部260の具体的な処
理内容としては、ユーザに処理の途中状態を表示した上
で継続の意志を確認する、といったものが考えられる
が、本発明には直接関係がないので、省略する。
When the presence of an interrupt is detected by the interrupt detection flag in the interrupt detection flag storage area 230 in step 101 (the establishment of the interrupt detection flag at the time of interrupt will be described later), the interrupt detection is performed in step 104. The flag is set to no interrupt, and the process proceeds to step 105, where the virtual computer interrupt processing unit 260 shown in FIG. 9 executes the interrupt process in the virtual computer. As a specific processing content of the virtual machine interrupt processing unit 260, it is conceivable that the user is asked to confirm the intention to continue after displaying the intermediate status of the processing, but since it is not directly related to the present invention. , Omitted.

【0020】ユーザが入力装置150を利用して割込を
要求を出した場合、CPU110内の割込検出回路11
3がこれを検出し、現在のCPU110の状態を第1の
CPU退避領域180に保存し、第1の命令列の先頭番
地記憶領域170に登録されている先頭番地からの命令
列の実行、すなわち、割込処理部220に制御を移す。
When the user uses the input device 150 to issue an interrupt request, the interrupt detection circuit 11 in the CPU 110.
3 detects this, saves the current state of the CPU 110 in the first CPU save area 180, and executes the instruction sequence from the first address registered in the first address storage area 170 of the first instruction sequence, that is, , And transfers control to the interrupt processing unit 220.

【0021】第1のCPU退避領域180に保存するC
PU110の状態としては、図8に示したCPU110
のプログラムカウンタ111、レジスタ112等があ
る。このような割込処理の機構は、ほとんどのCPUに
共通して備えられているものであり、公知であると考え
られるのでその詳細については省略する。
C stored in the first CPU save area 180
As the state of the PU 110, the CPU 110 shown in FIG.
Program counter 111, register 112, and the like. Since such an interrupt processing mechanism is provided in common to most CPUs and is considered to be known, its details are omitted.

【0022】図11は、図9に示した割込処理部220
の動作概要を示すフローチャートである。まず、ステッ
プ1101で割込検出フラグ記憶領域230に割込あり
を設定し、ステップ1102で、図8に示した第1のC
PU退避領域180にある情報によりCPU110を割
込発生時の状態に復帰させ、割込検出時の命令の実行に
復帰する。
FIG. 11 shows the interrupt processing unit 220 shown in FIG.
3 is a flowchart showing an outline of the operation of FIG. First, in step 1101, the presence of an interrupt is set in the interrupt detection flag storage area 230, and in step 1102, the first C shown in FIG.
Based on the information in the PU save area 180, the CPU 110 is returned to the state at the time of the interrupt, and the execution of the instruction at the time of detecting the interrupt is returned.

【0023】このように、仮想計算機プログラムを実行
中にユーザの割込を検出すると、仮想計算機の状態の如
何によらず、割込処理部220による割込処理命令列の
みが実行され(割込検出フラグの樹立)、その後、仮想
計算機の実行に復する。したがって、この割込処理命令
列の実行の前後においては、仮想計算機の状態は一貫し
ている。そして次の仮想命令の解釈実行に進んだとき
に、改めて割込があったことを検出して、仮想計算機に
おける割込処理を実行している。
As described above, when the user's interrupt is detected during execution of the virtual computer program, only the interrupt processing instruction sequence is executed by the interrupt processing unit 220 regardless of the state of the virtual computer (interrupt. Establishment of detection flag), and then execution of the virtual machine is resumed. Therefore, the state of the virtual machine is consistent before and after the execution of this interrupt processing instruction sequence. Then, when proceeding to the interpretation and execution of the next virtual instruction, it is detected that there is another interrupt, and the interrupt processing in the virtual computer is executed.

【0024】[0024]

【発明が解決しようとする課題】上述した従来のプログ
ラミング言語処理系における割込処理方式は、各々の仮
想命令を実行する度に、ユーザからの割込があったかど
うかを確認する必要があるため、仮想命令の解釈実行に
大きな負担を与えるという欠点を有している。
In the above-mentioned interrupt processing method in the conventional programming language processing system, it is necessary to confirm whether or not there is an interrupt from the user each time each virtual instruction is executed. It has the drawback of imposing a heavy burden on the interpretation and execution of virtual instructions.

【0025】本発明の目的は、仮想命令の実行中に、ユ
ーザからの割込があったときには、仮想命令解釈実行部
の繰り返し処理の先頭命令を未定義命令に置き換えて処
理を継続し、この未定義命令を発見したときにのみ仮想
計算機の割込処理を行なわせることにより割込の確認処
理をなくし、従来に比し格段に割込処理の効率を向上で
き、仮想命令の解釈実行の効率も大幅に向上できるプロ
グラミング言語処理系における割込処理方法、装置およ
びその記録媒体を提供することにある。
An object of the present invention is to replace the head instruction of the iterative processing of the virtual instruction interpreting and executing section with an undefined instruction and continue the processing when there is an interrupt from the user during execution of the virtual instruction. By eliminating the interrupt confirmation process by causing the virtual machine to perform interrupt processing only when an undefined instruction is found, the efficiency of interrupt processing can be significantly improved compared to the past, and the efficiency of virtual instruction interpretation and execution can be improved. Another object of the present invention is to provide an interrupt processing method, device and recording medium thereof in a programming language processing system which can be greatly improved.

【0026】[0026]

【課題を解決するための手段】第1の発明のプログラミ
ング言語処理系における割込処理方法は、ユーザの割込
要求の検出時にプログラムの状態を一時保存し予め登録
された命令列を実行する割込処理機能と、未定義命令の
検出時にプログラムの状態を一時保存し予め登録された
命令列を実行する未定義命令処理機能とを備えた計算機
を使用して高級言語で記述されたプログラムを実行する
ために、前記高級言語で記述されたプログラムを前記高
級言語の実行に適した仮想命令列に翻訳し、仮想命令の
解釈実行を繰り返し行う仮想計算機プログラムを用いて
前記仮想命令列を実行することによって前記高級言語の
実行を達成するプログラミング言語処理系におけるユー
ザの割込要求を処理する方法であって、前記仮想計算機
プログラムを起動する際に、前記仮想計算機プログラム
の繰り返しの先頭番地とその先頭番地に格納されている
先頭命令とを記憶し、前記割込処理機能に前記先頭番地
の命令を未定義命令に書き換えて割り込み処理から復帰
する命令列を登録し、前記未定義命令処理機能に未定義
命令の発生した番地が前記先頭番地であった場合に当該
番地の内容を前記先頭命令に書き戻して前記仮想計算機
における割込処理の実行を行なう命令列を登録し、仮想
命令の解釈実行中にユーザの割込要求を検出した際、前
記割込処理機能を起動して前記先頭番地の命令を未定義
命令に書き換え仮想命令の解釈実行に復帰し、次の仮想
命令の実行を開始するために繰り返し処理の先頭に戻っ
た時点でその先頭番地の未定義命令を検出し未定義命令
処理機能を起動し、前記先頭番地の命令を前記先頭命令
に書き戻し仮想計算機の割込処理を行なうことによっ
て、ユーザの割込み要求を仮想命令の繰り返しの切れ目
で行なうことを特徴とする。
An interrupt processing method in a programming language processing system according to a first aspect of the present invention is a user interrupt.
When a request is detected, the program state is temporarily saved and registered in advance.
Interrupt processing function to execute the specified instruction sequence and undefined instruction
When detected, the state of the program is temporarily saved and registered in advance
A computer having an undefined instruction processing function for executing an instruction sequence
To run a program written in a high-level language
In order to improve the program written in the high-level language,
Of a virtual instruction by translating it into a virtual instruction sequence suitable for executing
Using a virtual computer program that repeatedly executes interpretation and execution
By executing the virtual instruction sequence, the high-level language
A user in a programming language processor that achieves execution
A method of processing an interrupt request of the virtual computer
When starting the program, the virtual computer program
Is stored in the start address and the start address
Stores the start instruction and stores the start address in the interrupt processing function.
Instruction is rewritten to an undefined instruction to return from interrupt processing
Register the instruction sequence to be executed and undefine it in the undefined instruction processing function.
If the address where the instruction occurred is the above-mentioned address,
Write back the contents of the address to the first instruction
Register the instruction sequence to execute the interrupt processing in
When a user interrupt request is detected during the interpretation and execution of an instruction,
Activates the interrupt processing function and undefines the instruction at the first address
Rewrite to instruction Return to execution of virtual instruction
Return to the beginning of the iteration to start executing the instruction
At that time, the undefined instruction at the start address is detected and the undefined instruction
Start the processing function and change the instruction at the start address to the start instruction.
By writing back to the
The user's interrupt request to the break of virtual instruction
It is characterized by performing in.

【0027】また、第2の発明のプログラミング言語処
理系における割込処理方法を記録する記録媒体は、コン
ピュータに実現させるためのプログラムを記録した機械
読み取り可能な記録媒体であって、高級言語で記述され
たプログラムを前記高級言語の実行に適した仮想命令列
に翻訳し、前記仮想命令列の仮想命令の解釈実行の繰り
返し処理を行なう仮想計算機制御機能と、ユーザの割込
要求の検出時に実行中のプログラムの状態を一時保存し
予め登録された命令列を実行する割込検出処理機能と、
未定義命令を検出した際に実行中のプログラムの状態を
一時保存し予め登録された命令列を実行する未定義命令
検出処理機能と、前記仮想計算機制御機能を起動した際
に繰り返し処理の先頭番地とその先頭番地に格納されて
いる先頭命令とを記憶する機能と、前記割込検出処理機
能に前記先頭番地の命令を未定義命令に書き換えてもと
のプログラムの実行に復帰する処理を登録する割込処理
機能と、前記未定義命令処理機能に未定義命令が前記先
頭番地で発生した際に、当該番地の内容を前記先頭命令
に書き戻し、前記仮想計算機における割込処理の実行を
行なう処理を登録する未定義命令処理機能とを備えるこ
とを特徴とする。
Further, a recording medium for recording an interrupt processing method in the programming language processing system of the second invention, con
A machine that records a program for a computer
A readable recording medium written in a high-level language
Virtual instruction sequence suitable for executing the high-level language
And interpret and execute the virtual instruction of the virtual instruction sequence.
Virtual machine control function that performs return processing and user interrupt
Temporarily saves the state of running programs when a request is detected
An interrupt detection processing function that executes a pre-registered instruction sequence,
The status of the program being executed when an undefined instruction is detected
Undefined instruction that temporarily saves and executes a pre-registered instruction sequence
When the detection processing function and the virtual computer control function are activated
Is stored in the first address of the repeated processing and the first address
Function to memorize the start instruction that is stored and the interrupt detection processor
However, even if the instruction at the above start address is rewritten to an undefined instruction,
Interrupt process to register the process to return to the execution of the program
Function and the undefined instruction processing function
When it occurs at the head address, the content of the address is changed to the above
Write back to and execute the interrupt process in the virtual machine.
It has an undefined instruction processing function to register the processing to be performed.
And are characterized.

【0028】また、第3の発明のプログラミング言語処
理系における割込処理装置は、高級言語で記述されたプ
ログラムを前記高級言語の実行に適した仮想命令列に翻
訳した仮想計算機命令列を格納する仮想計算機命令列格
納手段と、前記仮想計算機命令列を実行する仮想計算機
の制御プログラムを格納する制御プログラム格納手段
と、前記仮想計算機命令列格納手段と前記制御プログラ
ム格納手段とから情報を読み出し仮想命令の解釈実行を
繰り返し処理する仮想命令解釈実行手段と、前記仮想命
令解釈実行手段の繰り返し処理の先頭番地を格納する繰
り返し処理先頭番地格納手段と、前記繰り返し処理先頭
番地格納手段に格納された先頭番地の命令を格納する繰
り返し処理先頭命令格納手段と、ユーザの割込要求の検
出時に前記仮想命令解釈実行手段の状態を一時退避し、
前記繰り返し処理先頭番地格納手段に格納されている先
頭番地の命令を未定義命令に書き換え、一時退避させた
データにより前記仮想命令解釈実行手段の状態を割込時
に復帰させる割込検出処置手段と、未定義命令の検出時
に前記仮想命令解釈実行手段の状態を一時退避し、未定
義命令が前記繰り返し処理先頭番地格納手段に格納され
ている番地で発生したときには、当該番地の命令を繰り
返し処理先頭命令格納手段に格納されている命令に書き
換え、仮想計算機における割込み処理を行い、前記仮想
命令解釈実行手段の状態を未定義命令検出時に復帰させ
る未定義命令および割込み処理手段とを含んでいること
を特徴とする。
The interrupt processing device in the programming language processing system of the third invention is a program written in a high-level language.
Program into a virtual instruction sequence suitable for executing the high-level language.
Virtual computer instruction sequence case that stores translated virtual computer instruction sequence
Storage means and a virtual computer that executes the virtual computer instruction sequence
Control program storing means for storing the control program of
The virtual computer instruction sequence storage means and the control program
The information is read from the storage means and the virtual instruction is interpreted and executed.
Virtual instruction interpretation and execution means for repeatedly processing the virtual instruction
It stores the start address of the iterative process of the command interpretation execution means.
Return processing start address storage means and the repeat processing start address
Repeat to store the instruction of the first address stored in the address storage means.
Return processing start command storage means and user interrupt request detection
Temporarily save the state of the virtual instruction interpretation execution means at the time of output,
Destination stored in the repeat processing start address storage means
The instruction at the head address was rewritten to an undefined instruction and temporarily saved
When the state of the virtual instruction interpretation execution means is interrupted by data
When an undefined instruction is detected and an interrupt detection action means to return to
The state of the virtual instruction interpretation execution means is temporarily saved in
The meaningful instruction is stored in the repeating processing start address storage means.
If an error occurs at a certain address, repeat the instruction for that address.
Return processing Write to the instruction stored in the first instruction storage means
In other words, the virtual machine performs interrupt processing to
Restores the state of the instruction interpretation execution unit when an undefined instruction is detected.
Include undefined instructions and interrupt processing means
Is characterized by.

【0029】[0029]

【発明の実施の形態】次に、本発明の第1の実施の形態
について図面を参照して説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, a first embodiment of the present invention will be described with reference to the drawings.

【0030】図1は、本発明の第1の実施の形態のプロ
グラミング言語処理系における割込処理方法の構成を示
すブロック図である。ホスト計算機100は、CPU1
10とメモリ領域120とを含み、CPU110は従来
と同様にプログラムカウンタ111、レジスタ112お
よび割込検出回路113を有し、メモリ領域120は割
込検出回路113が割込検出時にその時点のCPUの状
態を退避しておくための第1のCPU退避領域180と
割込検出時に実行すべき命令列の先頭番地を登録するた
めの領域である第1の命令列の先頭番地記憶領域170
とを有することは図8の従来例と同じであるが、本実施
の形態では、さらに、CPU110中の未定義命令検出
回路510、ならびにメモリ領域120中の、未定義命
令検出時にその時点のCPUの状態を退避しておくため
の領域である第2のCPU退避領域530と、未定義命
令検出時に実行すべき命令列の先頭番地を登録するため
の領域である第2の命令列の先頭番地記憶領域520と
を含んで構成されている。また、外部記憶装置130に
は、本実施の形態の方法を実現した仮想計算機プログラ
ム540と仮想計算機命令列132とを格納している。
FIG. 1 is a block diagram showing the structure of an interrupt processing method in a programming language processing system according to the first embodiment of the present invention. The host computer 100 is a CPU1
10 and memory area 120, CPU 110 has a program counter 111, a register 112 and an interrupt detection circuit 113 as in the conventional case, and memory area 120 of the CPU at that time when interrupt detection circuit 113 detects an interrupt. The first CPU save area 180 for saving the state and the first address storage area 170 of the first instruction string which is an area for registering the first address of the instruction string to be executed at the time of interrupt detection.
8 is the same as the conventional example of FIG. 8, but in the present embodiment, the undefined instruction detection circuit 510 in the CPU 110 and the CPU at that time when an undefined instruction in the memory area 120 is detected. Second CPU save area 530, which is an area for saving the state of, and the start address of the second instruction string, which is an area for registering the start address of the instruction string to be executed when an undefined instruction is detected. The storage area 520 is included. The external storage device 130 also stores a virtual computer program 540 that implements the method of the present embodiment and a virtual computer instruction sequence 132.

【0031】図1に示したホスト計算機100を用い
て、外部記憶装置130に登録された仮想計算機プログ
ラム540を用いて仮想計算機命令列132を実行しよ
うとしたときのメモリ領域120の詳細を示したものが
図2である。
The details of the memory area 120 when the virtual computer instruction sequence 132 is executed by using the virtual computer program 540 registered in the external storage device 130 by using the host computer 100 shown in FIG. 1 are shown. The one is shown in FIG.

【0032】ユーザが仮想計算機プログラム540を用
いて仮想計算機命令列132を実行しようとすると、ま
ず、仮想計算機プログラム540がメモリ領域120上
に展開され、その結果、仮想命令解釈実行部610、割
込処理部620、仮想計算機割込処理部630、仮想計
算機初期化部640、未定義命令処理部650、繰り返
し処理の先頭番地記憶領域660、繰り返し処理の先頭
命令記憶領域670および仮想計算機命令列記憶領域6
80が作成される。
When the user tries to execute the virtual machine instruction sequence 132 using the virtual machine program 540, first, the virtual machine program 540 is expanded in the memory area 120, and as a result, the virtual instruction interpretation execution unit 610 and the interrupt are executed. Processing unit 620, virtual computer interrupt processing unit 630, virtual computer initialization unit 640, undefined instruction processing unit 650, repeated processing start address storage area 660, repeated processing start instruction storage area 670, and virtual machine instruction sequence storage area 6
80 is created.

【0033】続いて、仮想計算機初期化部640を実行
し、割込発生時に実行すべき命令列の先頭の番地を格納
する第1の命令列の先頭番地記憶領域170に割込処理
部620の先頭の番地を登録し、未定義命令検出時に実
行すべき命令列の先頭の番地を格納する第2の命令列の
先頭番地記憶領域520に未定義命令処理部650の先
頭の番地を登録し、繰り返し処理の先頭番地記憶領域6
60に仮想命令解釈実行部610の繰り返し処理の先頭
の番地を記憶するとともに、繰り返し処理の先頭命令記
憶領域670に繰り返し処理の先頭の番地の命令を記憶
しておく。次に仮想計算機命令列132をメモリ領域1
20上の仮想計算機命令列記憶領域680に展開し、こ
れを仮想命令解釈実行部610を用いて実行する。
Subsequently, the virtual machine initialization unit 640 is executed, and the interrupt processing unit 620 is stored in the first address storage area 170 of the first instruction sequence that stores the first address of the instruction sequence to be executed when the interrupt occurs. The first address is registered, and the first address of the undefined instruction processing unit 650 is registered in the first address storage area 520 of the second instruction sequence that stores the first address of the instruction sequence to be executed when the undefined instruction is detected, Repeated process start address storage area 6
The head address of the iterative process of the virtual command interpretation execution unit 610 is stored in 60, and the command of the head address of the iterative process is stored in the head command storage area 670 of the iterative process. Next, the virtual machine instruction sequence 132 is set in the memory area 1
20 is expanded in the virtual machine instruction sequence storage area 680 on the computer 20 and executed by the virtual instruction interpretation execution unit 610.

【0034】図3は、仮想命令解釈実行部610の動作
概要を示すフローチャートである。ステップ301で次
に実行すべき命令を取り出し、ステップ302でその命
令の解釈/実行を行なう。
FIG. 3 is a flowchart showing an outline of the operation of the virtual instruction interpretation / execution unit 610. In step 301, the instruction to be executed next is taken out, and in step 302, the instruction is interpreted / executed.

【0035】ユーザが入力装置150を利用して割込を
要求を出した場合、CPU110内の割込検出回路11
3がこれを検出し、現在のCPU110の状態を第1の
CPU退避領域180に保存し、第1の命令列の先頭番
地記憶領域170に登録されている先頭番地からの命令
列の実行、すなわち割込処理部620に制御を移す。
When the user uses the input device 150 to request an interrupt, the interrupt detection circuit 11 in the CPU 110.
3 detects this, saves the current state of the CPU 110 in the first CPU save area 180, and executes the instruction sequence from the first address registered in the first address storage area 170 of the first instruction sequence, that is, The control is transferred to the interrupt processing unit 620.

【0036】図4は、仮想計算機プログラム実行中に割
込要求を検出した場合の割込処理部620の動作概要を
示すフローチャートである。ステップ401において、
図2に示す繰り返し処理の先頭番地記憶領域660に記
録されている仮想命令解釈実行部610の繰り返し処理
の先頭の番地の内容を未定義命令に書き換えて、ステッ
プ402で第1のCPU退避領域180にある情報によ
りCPU110を割込発生時の状態に復帰させ、割込検
出時の命令の実行に復帰する。
FIG. 4 is a flow chart showing an outline of the operation of the interrupt processing unit 620 when an interrupt request is detected during execution of the virtual computer program. In step 401,
The contents of the head address of the iterative processing of the virtual instruction interpretation execution unit 610 recorded in the head address storage area 660 of the iterative processing shown in FIG. 2 are rewritten to an undefined instruction, and in step 402, the first CPU save area 180 The CPU 110 is restored to the state at the time of the interruption by the information in the table, and the execution of the instruction at the time of detecting the interruption is restored.

【0037】次に、CPU110が未定義命令を検出し
たときの動作について説明する。これは割込を検出した
ときに準じ、CPU内の未定義命令検出回路510が未
定義命令を検出すると、現在のCPUの状態を第2のC
PU退避領域530に保存し、第2の命令列の先頭番地
記憶領域520に登録されている番地の実行、すなわ
ち、未定義命令処理部650に制御を移す。
Next, the operation when the CPU 110 detects an undefined instruction will be described. This is similar to when an interrupt is detected, and when the undefined instruction detection circuit 510 in the CPU detects an undefined instruction, the current CPU state is changed to the second C
The address is stored in the PU save area 530 and the address registered in the head address storage area 520 of the second instruction sequence is executed, that is, control is transferred to the undefined instruction processing unit 650.

【0038】第2のCPU退避領域530に保存するC
PUの状態としては、CPUのプログラムカウンタ11
1、レジスタ112等がある。このような未定義命令検
出の機構についても、ほとんどのCPUに共通して備え
られているものであり、公知のものと考えられるので、
その詳細については省略する。
C saved in the second CPU save area 530
As the state of PU, the program counter 11 of the CPU
1, a register 112, and the like. Such an undefined instruction detection mechanism is also commonly provided in most CPUs and is considered to be a known one.
The details are omitted.

【0039】図5は、未定義命令を検出した場合の未定
義命令処理部650の動作概要を示すフローチャートで
ある。ステップ501において、未定義命令を検出した
番地が、図2に示す繰り返し処理の先頭番地記憶領域6
60に記録されている仮想命令解釈実行部610の繰り
返し処理の先頭の番地と等しければ、ステップ502に
進み、図4のステップ401で書き換えられた仮想命令
解釈実行部610の繰り返し処理の先頭の番地の内容を
図2に示した繰り返し処理の先頭命令記憶領域670の
内容に書き戻し、ステップ503においては、図2に示
した仮想計算機割込処理部630により仮想計算機での
割込処理を実行する。続いてステップ504において、
図2に示した第2のCPU退避領域530にある情報に
より、CPU110を未定義命令検出時の状態に復帰さ
せ、未定義命令を検出したときの命令の番地の内容の実
行に復帰する。
FIG. 5 is a flow chart showing an outline of the operation of the undefined instruction processing section 650 when an undefined instruction is detected. In step 501, the address in which the undefined instruction is detected is the start address storage area 6 of the repeating process shown in FIG.
If it is equal to the start address of the iterative process of the virtual instruction interpretation execution unit 610 recorded in 60, the process proceeds to step 502, and the start address of the iterative process of the virtual instruction interpretation execution unit 610 rewritten in step 401 of FIG. 2 is written back to the contents of the first instruction storage area 670 of the iterative processing shown in FIG. 2, and in step 503, the virtual computer interrupt processing unit 630 shown in FIG. 2 executes the interrupt processing in the virtual computer. . Then in step 504,
The information in the second CPU save area 530 shown in FIG. 2 causes the CPU 110 to return to the state when the undefined instruction was detected, and to return to the execution of the contents of the instruction address when the undefined instruction was detected.

【0040】もしもステップ501において、未定義命
令を検出した番地が、図2に示す繰り返し処理の先頭番
地記憶領域660に記録されている仮想命令解釈実行部
610の繰り返し処理の先頭の番地と異なれば、ステッ
プ505に進み通常の未定義命令の処理を行なう。ここ
の処理の内容は、本発明とは直接関係がないため、説明
は省略する。
If the address at which the undefined instruction is detected in step 501 is different from the start address of the iterative process of the virtual instruction interpretation executing unit 610 recorded in the start address storage area 660 of the iterative process shown in FIG. , And proceeds to step 505 to process a normal undefined instruction. Since the contents of the processing here are not directly related to the present invention, the description thereof will be omitted.

【0041】以上説明したように、本実施の形態のプロ
グラミング言語処理系における割込処理方法は、仮想命
令の実行中に、ユーザからの割込があったときには、仮
想命令解釈実行部の繰り返し処理の先頭命令を未定義命
令に置き換えて処理を継続し、この未定義命令を発見し
たときにのみ仮想計算機の割込処理を行なわせることに
より割込の確認処理をなくして、従来に比し格段に割込
処理の効率を向上し、仮想命令の解釈実行の効率も大幅
に向上できる。
As described above, according to the interrupt processing method in the programming language processing system of this embodiment, when an interrupt is received from the user during the execution of the virtual instruction, the virtual instruction interpretation and execution unit repeats the processing. Replaces the first instruction of the command with an undefined instruction and continues the process, and the interrupt confirmation process of the virtual machine is eliminated by executing the interrupt process of the virtual machine only when this undefined instruction is found. The efficiency of interrupt processing can be improved, and the efficiency of interpreting and executing virtual instructions can be significantly improved.

【0042】次に、本発明の第2の実施の形態であるプ
ログラミング言語処理系における割込処理方法を実現す
るプログラムを記録した記録媒体について説明する。図
6は第2の実施の形態の記録媒体の構成を示すブロック
図である。
Next, a recording medium recording a program for realizing the interrupt processing method in the programming language processing system according to the second embodiment of the present invention will be described. FIG. 6 is a block diagram showing the configuration of the recording medium of the second embodiment.

【0043】本発明の第2の実施の形態であるプログラ
ミング言語処理系における割込処理方法を実現するプロ
グラムを記録した記録媒体1000は、図6に示すよう
に、高級言語で記述されたプログラムを前記高級言語の
実行に適した仮想計算機の仮想命令列に翻訳した仮想計
算機命令列を仮想命令の解釈実行を繰り返し実行して高
級言語で記述されたプログラムの実行を達成する仮想計
算機制御機能1010と、仮想計算機制御機能1010
を起動したときに仮想命令の解釈実行の繰り返し処理の
先頭番地と先頭命令とを記憶する機能1011と、プロ
グラム実行途中の任意の時点で発生するユーザの割込要
求を検出したときに実行中のプログラムの状態を一時保
存し予め指定された番地から始まる割込処理命令列を実
行する割込検出処理機能1012と、未定義の命令を実
行しようとしたときに実行中のプログラムの状態を一時
保存し予め指定された番地から始まる未定義命令処理命
令列を実行する未定義命令検出処理機能1014と、割
込処理命令列としての仮想計算機制御機能の起動時点で
記憶した仮想命令の解釈実行の繰り返し処理の先頭命令
を計算機では実行できない未定義命令に書き換えてもと
のプログラムの実行に復帰する割込処理機能1013
と、未定義命令処理命令列としての未定義命令の発生し
た番地が記憶されている仮想計算機制御機能の繰り返し
処理の先頭の番地であったときに仮想計算機制御機能の
仮想命令の解釈実行の繰り返しの先頭の命令を仮想計算
機制御機能の起動時点で記憶した先頭命令に書き戻して
仮想計算機における割込処理の実行を行なう未定義命令
処理機能1015とをコンピュータに実現させるための
プログラムを記録して構成されている。
A recording medium 1000 recording a program that realizes an interrupt processing method in a programming language processing system according to the second embodiment of the present invention, as shown in FIG. 6, stores a program written in a high-level language. A virtual machine control function 1010 for achieving the execution of a program written in a high level language by repeatedly executing the interpretation and execution of virtual instructions of a virtual machine instruction sequence translated into a virtual instruction sequence of a virtual machine suitable for executing the high level language. , Virtual computer control function 1010
A function 1011 for storing the start address and the start instruction of a repeated process of interpreting and executing a virtual instruction when the program is activated, and a function being executed when a user interrupt request generated at any time during the execution of the program is detected. An interrupt detection processing function 1012 that temporarily saves the state of the program and executes an interrupt processing instruction sequence starting from a pre-specified address, and temporarily saves the state of the program being executed when an undefined instruction is executed Then, the undefined instruction detection processing function 1014 that executes an undefined instruction processing instruction sequence starting from a pre-specified address and the interpretation and execution of the virtual instruction stored at the time of starting the virtual computer control function as an interrupt processing instruction sequence are repeatedly executed. An interrupt processing function 1013 for returning to the original program execution even if the head instruction of the processing is rewritten to an undefined instruction that cannot be executed by the computer.
And the address where the undefined instruction as the undefined instruction processing instruction sequence is stored is the beginning address of the iteration processing of the virtual computer control function, and the interpretation and execution of the virtual instruction of the virtual computer control function is repeated The program for causing the computer to realize the undefined instruction processing function 1015 for executing the interrupt processing in the virtual machine by writing back the first instruction of the above to the first instruction stored at the time of starting the virtual machine control function is recorded. It is configured.

【0044】記録媒体1000に記録されている内容は
ホスト計算機100に読み込まれ、仮想計算機制御機能
1010、繰り返し処理の先頭番地と先頭命令の記憶機
能1011、割込検出処理機能1012および未定義命
令検出処理機能1014をホスト計算機100上に実現
する。
The contents recorded in the recording medium 1000 are read by the host computer 100, and the virtual computer control function 1010, the start address and start instruction storage function 1011 of the repeated processing, the interrupt detection processing function 1012 and the undefined instruction detection are performed. The processing function 1014 is realized on the host computer 100.

【0045】仮想計算機制御機能1010が起動したと
きには、先ず仮想命令解釈実行の繰り返し処理の先頭番
地と先頭命令の記憶機能1011によりその先頭番地と
先頭命令が記憶され、その後仮想命令の解釈実行により
高級言語で記述されたプログラムが実行される。
When the virtual machine control function 1010 is activated, first, the start address and the start instruction of the virtual instruction interpretation and execution iterative process are stored by the storage function 1011 of the virtual instruction interpretation and execution. The program written in the language is executed.

【0046】実行中に、ユーザの任意の時点での割込要
求があった場合に、割込検出処理機能1012により割
込を検出し、現在の仮想計算機プログラムの状態を退避
した上で割込処理機能1013に制御を移し、割込処理
命令列を実行する。この中で仮想命令の解釈/実行の繰
り返し処理の先頭の番地の命令を未定義の命令に書き換
えて、割込を検出した時点の実行に復帰させる。
When a user requests an interrupt at any time during execution, the interrupt detection processing function 1012 detects the interrupt, saves the current state of the virtual computer program, and then interrupts. The control is transferred to the processing function 1013, and the interrupt processing instruction sequence is executed. Among these, the instruction at the head address of the virtual instruction interpretation / execution repetitive processing is rewritten to an undefined instruction to return to the execution at the time when the interrupt is detected.

【0047】次の仮想命令の解釈/実行の繰り返し処理
の先頭に実行の制御が移った時点で、未定義命令検出処
理機能1014により未定義の命令を検出し、現在の仮
想計算機プログラムの状態を退避した上で未定義命令処
理機能1015に制御を移し未定義命令処理命令列を実
行する。その中で前記の仮想命令の解釈/実行の繰り返
し処理の先頭を、仮想計算機制御機能1010の実行を
開始した時点で記録した前記の仮想命令の解釈/実行の
繰り返し処理の先頭の命令に戻すとともに、仮想計算機
に対する割込要求を処理することによって、効率的な割
込処理を実現している。
When the execution control is transferred to the beginning of the next iterative process of interpreting / executing the virtual instruction, the undefined instruction detection processing function 1014 detects an undefined instruction and determines the current state of the virtual computer program. After saving, the control is transferred to the undefined instruction processing function 1015 to execute the undefined instruction processing instruction sequence. Among them, the head of the iterative processing of the interpretation / execution of the virtual instruction is returned to the head instruction of the iterative processing of the interpretation / execution of the virtual instruction recorded at the time when the execution of the virtual computer control function 1010 is started. Efficient interrupt processing is realized by processing the interrupt request to the virtual machine.

【0048】上記の処理は、上述のように、記録媒体1
000に記録されたプログラムの制御によりコンピュー
タにより実行される。
The above-mentioned processing is performed by the recording medium 1 as described above.
It is executed by the computer under the control of the program recorded in 000.

【0049】本発明のの第3の実施の形態について図面
を参照して説明する。
A third embodiment of the present invention will be described with reference to the drawings.

【0050】図7は第3の実施の形態のプログラミング
言語処理系における割込処理装置の構成を示すブロック
図である。第3の実施の形態のプログラミング言語処理
系における割込処理装置は図7に示すように、高級言語
で記述されたプログラムをその高級言語の実行に適した
仮想計算機の仮想命令列に翻訳した仮想計算機命令列を
格納する仮想計算機命令列格納部1002と、仮想計算
機命令列格納部1002に格納されている仮想計算機命
令列を実行する仮想計算機の制御プログラムを格納する
仮想計算機制御プログラム格納部1001と、仮想計算
機制御プログラム格納部1001と仮想計算機命令列格
納部1002とからデータを読み出し仮想命令の解釈実
行を繰り返し実行処理する仮想命令解釈実行部1003
と、仮想命令解釈実行部1003における繰り返し実行
処理の先頭命令を格納する繰り返し処理先頭命令格納部
1007と、仮想命令解釈実行部1003における繰り
返し実行処理の先頭命令が格納されている仮想計算機制
御プログラム格納部1001の番地を格納する繰り返し
処理先頭番地格納部1006と、外部からの割込要求に
応じて仮想命令解釈実行部1003の割込時の状態を一
時退避させて繰り返し処理先頭番地格納部1006を参
照し仮想計算機制御プログラム格納部1001の当該番
地に格納されている命令を未定義命令に書き換えて後退
避させたデータにより仮想命令解釈実行部1003の状
態を割込時に復帰させる割込検出処置部1004と、仮
想命令解釈実行部1003により未定義命令が検出され
たときに起動され仮想命令解釈実行部1003の未定義
命令検出時の状態を一時退避させて後その未定義命令の
仮想計算機制御プログラム格納部1001における格納
番地が繰り返し処理先頭番地格納部1006に格納され
ている番地と等しいときには繰り返し処理先頭命令格納
部1007を参照してここに格納されている命令により
仮想計算機制御プログラム格納部1001の繰り返し処
理先頭番地格納部1006に格納されている番地にある
内容を書き込えて後に割込処理を行なって後退避させた
データにより仮想命令解釈実行部1003の状態を未定
義命令検出時に復帰させそれ以外のときは通常の未定義
命令処理を行なう未定義命令および割込処理部1005
とを含んで構成されている。
FIG. 7 is a block diagram showing the configuration of the interrupt processing device in the programming language processing system of the third embodiment. As shown in FIG. 7, the interrupt processor in the programming language processing system according to the third embodiment translates a program written in a high-level language into a virtual instruction string of a virtual computer suitable for executing the high-level language. A virtual machine instruction sequence storage unit 1002 for storing a computer instruction sequence, and a virtual computer control program storage unit 1001 for storing a control program of a virtual computer for executing the virtual computer instruction sequence stored in the virtual computer instruction sequence storage unit 1002. A virtual instruction interpretation execution unit 1003 that reads data from the virtual computer control program storage unit 1001 and the virtual computer instruction sequence storage unit 1002 and repeatedly executes the interpretation execution of the virtual instruction.
A iterative process head command storage unit 1007 that stores the head command of the repetitive execution process in the virtual command interpretation execution unit 1003; and a virtual computer control program storage that stores the head command of the repetitive execution process in the virtual command interpretation execution unit 1003. The repeated process start address storage unit 1006 for storing the address of the unit 1001 and the repeated process start address storage unit 1006 for temporarily saving the interrupted state of the virtual instruction interpretation execution unit 1003 in response to an interrupt request from the outside. An interrupt detection processing section that restores the state of the virtual instruction interpretation execution section 1003 at the time of interruption by referring to the data stored in the virtual machine control program storage section 1001 by rewriting the instruction stored in the corresponding address in the virtual machine control program storage section 1001 to an undefined instruction. 1004 and the virtual instruction interpretation execution unit 1003 are activated when an undefined instruction is detected. The state when the undefined instruction is detected by the virtual instruction interpretation execution unit 1003 is temporarily saved, and then the storage address of the undefined instruction in the virtual machine control program storage unit 1001 becomes the address stored in the repeated processing start address storage unit 1006. When they are equal, the iterative processing start instruction storage unit 1007 is referred to and the contents stored in the address stored in the iterative processing start address storage unit 1006 of the virtual machine control program storage unit 1001 are written according to the instruction stored here. An undefined instruction and interrupt processing unit 1005 which performs a normal undefined instruction process when the state of the virtual instruction interpretation execution unit 1003 is restored by the data saved after performing the interrupt process when the undefined instruction is detected.
It is configured to include and.

【0051】図7を参照して第3の実施の形態のプログ
ラミング言語処理系における割込処理装置の動作を説明
する。
The operation of the interrupt processing device in the programming language processing system of the third embodiment will be described with reference to FIG.

【0052】通常処理においては、仮想命令解釈実行部
1003は仮想計算機制御プログラム格納部1001と
仮想計算機命令列格納部1002とからデータを読み出
して仮想命令の解釈実行を行なって仮想計算機命令列格
納部1002の要求する処理を行なう。
In the normal processing, the virtual instruction interpretation execution unit 1003 reads data from the virtual computer control program storage unit 1001 and the virtual computer instruction sequence storage unit 1002, interprets and executes the virtual instruction, and executes the virtual computer instruction sequence storage unit. The processing requested by 1002 is performed.

【0053】次に、外部から割込要求があった場合につ
いて説明する。割込検出処置部1004においてその割
込要求を検出したときには、仮想命令解釈実行部100
3の割込時の状態を一時退避させて繰り返し処理先頭番
地格納部1006を参照し仮想計算機制御プログラム格
納部1001の当該番地に格納されている命令を未定義
命令に書き換えて後退避させたデータにより仮想命令解
釈実行部1003の状態を割込時に復帰させ、割込時か
らの仮想命令解釈実行部1003の動作を継続して行な
わせる。
Next, the case where there is an interrupt request from the outside will be described. When the interrupt detection processing unit 1004 detects the interrupt request, the virtual instruction interpretation execution unit 100
The data stored in the virtual machine control program storage unit 1001 is temporarily saved in the interrupt state of No. 3 by referring to the start address storage unit 1006, and the instruction stored in the corresponding address in the virtual machine control program storage unit 1001 is rewritten to an undefined instruction and then saved. Thus, the state of the virtual instruction interpretation execution unit 1003 is restored at the time of interruption, and the operation of the virtual instruction interpretation execution unit 1003 is continued from the time of interruption.

【0054】仮想命令解釈実行部1003において、割
込時から最初の繰り返し処理の先頭に到達したときに
は、仮想計算機制御プログラム格納部1001から繰り
返し処理先頭番地格納部1006に対応する番地の内容
を読み出していることとなる。この内容は前述のよう
に、割込検出処置部1004により未定義命令に書き換
えられているので、仮想命令解釈実行部1003はこれ
を発見して未定義命令および割込処理部1005を起動
する。勿論、前記の場合以外でも未定義命令を仮想命令
解釈実行部1003で検出した場合には未定義命令およ
び割込処理部1005を起動する。
In the virtual instruction interpretation execution unit 1003, when the head of the first repetitive processing from the time of interruption is reached, the contents of the address corresponding to the repetitive processing start address storage unit 1006 are read from the virtual computer control program storage unit 1001. Will be there. As described above, this content is rewritten by the interrupt detection processing unit 1004 into an undefined instruction. Therefore, the virtual instruction interpretation execution unit 1003 discovers this and activates the undefined instruction and interrupt processing unit 1005. Of course, even when the undefined instruction is detected by the virtual instruction interpretation execution unit 1003 in other cases than the above, the undefined instruction and interrupt processing unit 1005 is activated.

【0055】仮想命令解釈実行部1003による未定義
命令の検出に応じて起動された未定義命令および割込処
理部1005は、最初に仮想命令解釈実行部1003の
未定義命令検出時の状態を一時退避させて後、その未定
義命令の仮想計算機制御プログラム格納部1001にお
ける格納番地が繰り返し処理先頭番地格納部1006に
格納されている番地と等しいかどうかをチェックし、等
しいときには、割込検出処置部1004により書き換え
られた未定義命令であると判定して割込処理を開始す
る。
The undefined instruction and interrupt processing unit 1005 activated in response to the detection of an undefined instruction by the virtual instruction interpretation and execution unit 1003 first temporarily sets the state of the virtual instruction interpretation and execution unit 1003 when the undefined instruction is detected. After saving, it is checked whether the storage address of the undefined instruction in the virtual computer control program storage unit 1001 is equal to the address stored in the repeated processing start address storage unit 1006, and when they are equal, the interrupt detection processing unit. When it is determined that the undefined instruction is rewritten by 1004, the interrupt processing is started.

【0056】未定義命令および割込処理部1005の割
込処理は、先ず、繰り返し処理先頭番地格納部1006
に格納されている番地に対応する仮想計算機制御プログ
ラム格納部1001の番地の内容(現在は未定義命令に
なっている)を繰り返し処理先頭命令格納部1007を
参照して繰り返し処理先頭命令格納部1007に格納さ
れている命令に書き換える。その後外部から要求された
割込要求に対応する処理を行ない、その終了後に退避さ
せたデータにより仮想命令解釈実行部1003の状態を
未定義命令検出時に復帰させて仮想命令解釈実行部10
03の動作を継続して行なわせる。
The undefined instruction and the interrupt processing of the interrupt processing unit 1005 are as follows.
The content of the address of the virtual machine control program storage unit 1001 (currently an undefined instruction) corresponding to the address stored in is referred to by the repetitive processing head instruction storage unit 1007, and the repetitive processing head instruction storage unit 1007. Rewrite to the instruction stored in. After that, the processing corresponding to the interrupt request requested from the outside is performed, and after the completion of the processing, the state saved in the virtual instruction interpretation execution unit 1003 is restored when the undefined instruction is detected, and the virtual instruction interpretation execution unit 10 is restored.
03 operation is continued.

【0057】未定義命令および割込処理部1005にお
いて、未定義命令の仮想計算機制御プログラム格納部1
001における格納番地が繰り返し処理先頭番地格納部
1006に格納されている番地と等しいかどうかをチェ
ックし、等しくないときには、割込検出処置部1004
により書き換えられた未定義命令でないと判定して、通
常の未定義命令処理を行なう。
In the undefined instruction and interrupt processing unit 1005, the virtual computer control program storage unit 1 of the undefined instruction
It is checked whether the storage address in 001 is equal to the address stored in the repeated processing start address storage unit 1006, and if they are not equal, the interrupt detection processing unit 1004.
It is determined that the undefined instruction has not been rewritten by, and normal undefined instruction processing is performed.

【0058】以上説明したように、第3の実施の形態の
プログラミング言語処理系における割込処理装置は、仮
想命令の実行中に、ユーザからの割込があったときに
は、仮想計算機制御プログラム格納部における仮想命令
解釈実行部の繰り返し処理の先頭命令を未定義命令に置
き換えて処理を継続し、この未定義命令を発見したとき
にのみ仮想計算機の割込処理を行なわせることにより割
込の確認処理をなくして、従来に比し格段に割込処理の
効率を向上し、仮想命令の解釈実行の効率も大幅に向上
できる。
As described above, the interrupt processing device in the programming language processing system of the third embodiment, when there is an interrupt from the user during the execution of the virtual instruction, the virtual computer control program storage section. In the confirmation processing of the interrupt by replacing the head instruction of the iteration processing of the virtual instruction interpretation and execution unit with the undefined instruction and continuing the processing, and causing the virtual computer to perform the interrupt processing only when the undefined instruction is found. By eliminating the above, the efficiency of interrupt processing can be remarkably improved and the efficiency of interpreting and executing virtual instructions can be greatly improved.

【0059】[0059]

【発明の効果】以上説明したように、本発明のプログラ
ミング言語処理系における割込処理方法、装置およびそ
の記録媒体は、高級言語で記述されたプログラムを当該
高級言語の実行に適した仮想計算機の命令列に翻訳する
とともに、当該仮想計算機の命令を逐一繰り返して解釈
/実行する仮想計算機プログラムを用いて前記の翻訳さ
れた命令列を実行することによってプログラムの実行を
達成するプログラミング言語処理系における仮想計算機
プログラムを実現するにあたって、仮想命令の実行中
に、ユーザからの割込があったとには、仮想命令解釈実
行部の繰り返し処理の先頭命令を未定義命令に置き換え
て処理を継続し、この未定義命令を発見したときにのみ
仮想計算機の割込処理を行なわせることにより割込の確
認処理をなくし、従来に比し格段に割込処理の効率を向
上し、仮想命令の解釈実行の効率も大幅に向上できると
いう効果を有している。
As described above, the interrupt processing method, device, and recording medium thereof in the programming language processing system of the present invention provide a virtual computer suitable for executing a program written in a high-level language. A virtual language in a programming language processing system that achieves program execution by executing the translated instruction sequence using a virtual computer program that translates into an instruction sequence and interprets / executes the instructions of the virtual computer one by one. In implementing the computer program, if there is an interrupt from the user during the execution of the virtual instruction, the first instruction of the iterative process of the virtual instruction interpretation and execution unit is replaced with an undefined instruction to continue the process. The interrupt confirmation processing is eliminated by causing the virtual machine to execute interrupt processing only when a definition command is found. Has the effect of significantly improving the efficiency of the interrupt processing, the efficiency of the interpretation and execution of the virtual instruction may greatly improved compared to.

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

【図1】本発明の第1の実施の形態の構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a configuration of a first exemplary embodiment of the present invention.

【図2】第1の実施の形態のメモリ領域の詳細ブロック
図である。
FIG. 2 is a detailed block diagram of a memory area according to the first embodiment.

【図3】第1の実施の形態の仮想命令解釈実行部の動作
を示すフローチャートである。
FIG. 3 is a flowchart showing an operation of a virtual instruction interpretation and execution unit according to the first exemplary embodiment.

【図4】第1の実施の形態の割込処理部の動作を示すフ
ローチャートである。
FIG. 4 is a flowchart showing an operation of an interrupt processing unit according to the first embodiment.

【図5】第1の実施の形態の未定義命令処理部の動作を
示すフローチャートである。
FIG. 5 is a flowchart showing an operation of an undefined instruction processing unit of the first exemplary embodiment.

【図6】本発明の第2の実施の形態の構成を示すブロッ
ク図である。
FIG. 6 is a block diagram showing a configuration of a second exemplary embodiment of the present invention.

【図7】本発明の第3の実施の形態の構成を示すブロッ
ク図である。
FIG. 7 is a block diagram showing a configuration of a third exemplary embodiment of the present invention.

【図8】従来のプログラミング言語処理系における割込
処理方式の一例の構成を示すブロック図である。
FIG. 8 is a block diagram showing a configuration of an example of an interrupt processing method in a conventional programming language processing system.

【図9】従来のプログラミング言語処理系における割込
処理方式のメモリ領域の詳細ブロック図である。
FIG. 9 is a detailed block diagram of a memory area of an interrupt processing method in a conventional programming language processing system.

【図10】従来のプログラミング言語処理系における割
込処理方式の仮想命令解釈実行部の動作を示すフローチ
ャートである。
FIG. 10 is a flowchart showing an operation of a virtual instruction interpretation execution unit of an interrupt processing method in a conventional programming language processing system.

【図11】従来のプログラミング言語処理系における割
込処理方式の割込処理部の動作を示すフローチャートで
ある。
FIG. 11 is a flowchart showing an operation of an interrupt processing unit of an interrupt processing method in a conventional programming language processing system.

【符号の説明】[Explanation of symbols]

100 ホスト計算機 110 CPU 111 プログラムカウンタ 112 レジスタ 113 割込検出回路 120 メモリ領域 130 外部記憶装置 131、540 仮想計算機プログラム 132 仮想計算機命令列 140 デイスプレイ装置 150 入力装置 170 第1の命令列の先頭番地記憶領域 180 第1のCPU退避領域 210、610、1003 仮想命令解釈実行部 220、620 割込処理部 230 割込検出フラグ記憶領域 240、640 仮想計算機初期化部 250、680 仮想計算機命令列記憶領域 260、630 仮想計算機割込処理部 510 未定義命令検出回路 520 第2の命令列の先頭番地記憶領域 530 第2のCPU退避領域 650 未定義命令処理部 660 繰り返し処理の先頭番地記憶領域 670 繰り返し処理の先頭命令記憶領域 1001 仮想計算機制御プログラム格納部 1002 仮想計算機命令列格納部 1004 割込検出処置部 1005 未定義命令および割込処理部 1006 繰り返し処理先頭番地格納部 1007 繰り返し処理先頭命令格納部 100 host computer 110 CPU 111 program counter 112 registers 113 Interrupt detection circuit 120 memory areas 130 external storage device 131, 540 Virtual computer program 132 Virtual machine instruction sequence 140 Display Device 150 input device 170 First address storage area of first instruction sequence 180 First CPU save area 210, 610, 1003 Virtual instruction interpretation execution unit 220, 620 Interrupt processing unit 230 Interrupt detection flag storage area 240, 640 Virtual computer initialization unit 250, 680 Virtual computer instruction sequence storage area 260, 630 Virtual computer interrupt processing unit 510 Undefined instruction detection circuit 520 First address storage area of second instruction sequence 530 Second CPU save area 650 Undefined instruction processing unit 660 Start address storage area for repeated processing 670 Leading instruction storage area for repeated processing 1001 Virtual computer control program storage section 1002 Virtual machine instruction sequence storage unit 1004 Interrupt detection treatment section 1005 Undefined instruction and interrupt processing unit 1006 Repeat processing start address storage unit 1007 Iterative processing start instruction storage unit

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 9/44 G06F 9/45 ─────────────────────────────────────────────────── ─── Continuation of the front page (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 9/44 G06F 9/45

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ユーザの割込要求の検出時にプログラム
の状態を一時保存し予め登録された命令列を実行する割
込処理機能と、未定義命令の検出時にプログラムの状態
を一時保存し予め登録された命令列を実行する未定義命
令処理機能とを備えた計算機を使用して高級言語で記述
されたプログラムを実行するために、 前記高級言語で記述されたプログラムを前記高級言語の
実行に適した仮想命令列に翻訳し、仮想命令の解釈実行
を繰り返し行う仮想計算機プログラムを用いて前記仮想
命令列を実行することによって前記高級言語の実行を達
成するプログラミング言語処理系におけるユーザの割込
要求を処理する割込処理方法であって、 前記仮想計算機プログラムを起動する際に、前記仮想計
算機プログラムの繰り返しの先頭番地とその先頭番地に
格納されている先頭命令とを記憶し、 前記割込処理機能に前記先頭番地の命令を未定義命令に
書き換えて割り込み処理から復帰する命令列を登録し、 前記未定義命令処理機能に未定義命令の発生した番地が
前記先頭番地であった場合に当該番地の内容を前記先頭
命令に書き戻して前記仮想計算機における割込処理の実
行を行なう命令列を登録し、 仮想命令の解釈実行中にユーザの割込要求を検出した
際、前記割込処理機能を起動して前記先頭番地の命令を
未定義命令に書き換え仮想命令の解釈実行に復帰し、次
の仮想命令の実行を開始するために繰り返し処理の先頭
に戻った時点でその先頭番地の未定義命令を検出し未定
義命令処理機能を起動し、前記先頭番地の命令を前記先
頭命令に書き戻し仮想計算機の割込処理を行なうことに
よって、ユーザの割込み要求を仮想命令の繰り返しの切
れ目で 行なうことを特徴とするプログラミング言語処理
系における割込処理方法。
1. A program when a user interrupt request is detected.
To save the state of the
Embedded processing function and program status when undefined instruction is detected
Undefined instruction that temporarily saves and executes a pre-registered instruction sequence
Written in a high-level language using a computer equipped with an instruction processing function
The program written in the high-level language in order to execute the program written in the high-level language.
Translate into a virtual instruction sequence suitable for execution, interpret and execute virtual instructions
The virtual computer program that repeats
Achieve the execution of the high-level language by executing a sequence of instructions
User's interruption in programming language processing system
An interrupt processing method for processing a request, wherein when the virtual computer program is started, the virtual total
At the start address and the start address of the computer program
The stored head instruction is stored and the instruction at the head address is made an undefined instruction in the interrupt processing function.
Register the instruction sequence to rewrite and return from the interrupt processing, and the address where the undefined instruction occurs in the undefined instruction processing function.
If it is the first address, change the contents of the address to the first address.
Write back to the instruction and execute the interrupt processing in the virtual machine.
An instruction sequence for executing a line is registered, and a user interrupt request is detected during execution of interpretation of a virtual instruction.
At this time, the interrupt processing function is activated to execute the instruction at the start address.
Rewrite to undefined instruction Return to virtual instruction interpretation execution, then
Of the iteration process to start execution of the virtual instruction of
When it returns to, the undefined instruction at the start address is detected and undefined
Start the instruction processing function and set the instruction at the above-mentioned start address to the above
Write back to the head instruction and perform interrupt processing of the virtual machine
Therefore, the user's interrupt request is turned off by repeating the virtual instruction.
An interrupt processing method in a programming language processing system characterized by being performed by the eye .
【請求項2】 高級言語で記述されたプログラムを前記
高級言語の実行に適した仮想命令列に翻訳し、前記仮想
命令列の仮想命令の解釈実行の繰り返し処理を行なう仮
想計算機制御機能と、 ユーザの割込要求の検出時に実行中のプログラムの状態
を一時保存し予め登録された命令列を実行する割込検出
処理機能と、 未定義命令を検出した際に実行中のプログラムの状態を
一時保存し予め登録された命令列を実行する未定義命令
検出処理機能と、 前記仮想計算機制御機能を起動した際に繰り返し処理の
先頭番地とその先頭番地に格納されている先頭命令とを
記憶する機能と、 前記割込検出処理機能に前記先頭番地の命令を未定義命
令に書き換えてもとのプログラムの実行に復帰する処理
を登録する割込処理機能と、 前記未定義命令処理機能に未定義命令が前記先頭番地で
発生した際に、当該番地の内容を前記先頭命令に書き戻
し、前記仮想計算機における割込処理の実行を行なう処
理を登録する未定義命令処理機能と をコンピュータに実
現させるためのプログラムを記録した機械読み取り可能
な記録媒体。
2. A program written in a high-level language
Translate into a virtual instruction sequence suitable for execution of high-level language,
It is assumed that the virtual instruction of the instruction sequence is repeatedly interpreted and executed.
Memory control function and the state of the program being executed when the user's interrupt request is detected
Interrupt detection that temporarily saves and executes a pre-registered instruction sequence
The processing function and the state of the program being executed when an undefined instruction is detected
Undefined instruction that temporarily saves and executes a pre-registered instruction sequence
The detection processing function and repeated processing when the virtual computer control function is activated
The start address and the start instruction stored in that start address
The function of storing and the instruction of the start address are not defined in the interrupt detection processing function.
Processing to return to the execution of the original program by rewriting it
The interrupt processing function for registering an undefined instruction in the undefined instruction processing function
When it occurs, write back the contents of the address to the head instruction.
Processing for executing the interrupt processing in the virtual machine.
A machine-readable recording medium that records a program that causes a computer to realize an undefined command processing function for registering a process .
【請求項3】 高級言語で記述されたプログラムを前記
高級言語の実行に適した仮想命令列に翻訳した仮想計算
機命令列を格納する仮想計算機命令列格納手段と、 前記仮想計算機命令列を実行する仮想計算機の制御プロ
グラムを格納する制御プログラム格納手段と、 前記仮想計算機命令列格納手段と前記制御プログラム格
納手段とから情報を読み出し仮想命令の解釈実行を繰り
返し処理する仮想命令解釈実行手段と、 前記仮想命令解釈実行手段の繰り返し処理の先頭番地を
格納する繰り返し処理先頭番地格納手段と、 前記繰り返し処理先頭番地格納手段に格納された先頭番
地の命令を格納する繰り返し処理先頭命令格納手段と、 ユーザの割込要求の検出時に前記仮想命令解釈実行手段
の状態を一時退避し、前記繰り返 し処理先頭番地格納手
段に格納されている先頭番地の命令を未定義命令に書き
換え、一時退避させたデータにより前記仮想命令解釈実
行手段の状態を割込時に復帰させる割込検出処置手段
と、未定義命令の検出時に前記仮想命令解釈実行手段の状態
を一時退避し、未定義命令が前記繰り返し処理先頭番地
格納手段に格納されている番地で発生したときには、当
該番地の命令を繰り返し処理先頭命令格納手段に格納さ
れている命令に書き換え、仮想計算機における割込み処
理を行い、前記仮想命令解釈実行手段の状態を未定義命
令検出時に復帰させる未定義命令および割込み処理手段
を含んでいることを特徴とするプログラミング言語処
理系における割込み処理装置
3. A program written in a high-level language
Virtual computation translated into virtual instruction sequences suitable for high-level language execution
Virtual computer instruction sequence storage means for storing a computer instruction sequence, and a virtual computer control processor for executing the virtual computer instruction sequence
Program storing means for storing a program, the virtual computer instruction sequence storing means, and the control program case.
The information is read from the storage means and the virtual instruction is interpreted and executed.
The virtual instruction interpretation / execution means for returning processing , and the start address of the repeated processing of the virtual instruction interpretation / execution means
Iterative process start address storing means for storing, and the start number stored in the repeat process starting address storage means
Repeating process head instruction storing means for storing a local instruction, and the virtual instruction interpretation executing means at the time of detecting an interrupt request from the user.
The state is saved temporarily rewriting the instruction of the start address stored in said iterate over the top address storage means in undefined instruction, the state of the virtual instruction interpretation execution means upon interruption by the shunting is not data Status of the interrupt detection processing means to be restored and the virtual instruction interpretation execution means when an undefined instruction is detected
Is temporarily saved, and the undefined instruction is the start address of the repeat processing.
If it occurs at the address stored in the storage means,
The instruction of the address is repeatedly stored in the head instruction storing means.
It is rewritten to the stored instruction and interrupt processing in the virtual machine is performed.
And the state of the virtual instruction interpretation execution means is undefined.
Instruction and interrupt processing means to be restored when a command is detected
And an interrupt processing device in a programming language processing system characterized by including
JP09862497A 1997-04-16 1997-04-16 Interrupt processing method and apparatus in programming language processing system and recording medium thereof Expired - Fee Related JP3467167B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP09862497A JP3467167B2 (en) 1997-04-16 1997-04-16 Interrupt processing method and apparatus in programming language processing system and recording medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP09862497A JP3467167B2 (en) 1997-04-16 1997-04-16 Interrupt processing method and apparatus in programming language processing system and recording medium thereof

Publications (2)

Publication Number Publication Date
JPH10289112A JPH10289112A (en) 1998-10-27
JP3467167B2 true JP3467167B2 (en) 2003-11-17

Family

ID=14224698

Family Applications (1)

Application Number Title Priority Date Filing Date
JP09862497A Expired - Fee Related JP3467167B2 (en) 1997-04-16 1997-04-16 Interrupt processing method and apparatus in programming language processing system and recording medium thereof

Country Status (1)

Country Link
JP (1) JP3467167B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1359501A3 (en) * 1997-10-02 2007-11-21 Koninklijke Philips Electronics N.V. A processing device for executing virtual machine instructions

Also Published As

Publication number Publication date
JPH10289112A (en) 1998-10-27

Similar Documents

Publication Publication Date Title
US7526598B2 (en) Efficient flash memory device driver
JP3227542B2 (en) Apparatus and method for ensuring compatibility of software versions created for a particular computer hardware architecture
US6226740B1 (en) Information processing apparatus and method that uses first and second power supplies for reducing booting time
JPH08171500A (en) Computer system
JPH06309178A (en) Method and computer system for processing interruption by interruption processing cord
JPS593642A (en) Control register processing system
JP3467167B2 (en) Interrupt processing method and apparatus in programming language processing system and recording medium thereof
JP3003290B2 (en) Printing equipment
JP2004110827A (en) Execution of variable length instruction stored in plurality of individual storage address areas
RU2120660C1 (en) Interface method for computer system
US7694301B1 (en) Method and system for supporting input/output for a virtual machine
JP3022011B2 (en) Data backup system
JPH0793101A (en) Data backup device
JPH09330253A (en) Memory dump method and memory damp system applying the same
JP2664168B2 (en) Starting method of information processing device
KR20000008845A (en) Method for booting computer system
JP2521020B2 (en) Information processing system
JPH1069393A (en) Virtual computer emulator, virtual computer emulating method, and recording medium where virtual computer emultating program is recorded
JPH10254780A (en) Disk cache control system
JP3433809B2 (en) Memory diagnosis / initialization method
JP2842110B2 (en) Printer device character pattern storage method
JP3097602B2 (en) Data processing device
TW482959B (en) Flash memory access control method of handheld personal computer
JPH07248927A (en) Input/output emulation circuit and data checking circuit
JP3456770B2 (en) Information processing device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000822

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070829

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080829

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080829

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090829

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090829

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100829

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees