JP2540605B2 - Data flow computer execution detection method - Google Patents

Data flow computer execution detection method

Info

Publication number
JP2540605B2
JP2540605B2 JP63186354A JP18635488A JP2540605B2 JP 2540605 B2 JP2540605 B2 JP 2540605B2 JP 63186354 A JP63186354 A JP 63186354A JP 18635488 A JP18635488 A JP 18635488A JP 2540605 B2 JP2540605 B2 JP 2540605B2
Authority
JP
Japan
Prior art keywords
data flow
node number
flow computer
program
target language
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
JP63186354A
Other languages
Japanese (ja)
Other versions
JPH0236488A (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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP63186354A priority Critical patent/JP2540605B2/en
Publication of JPH0236488A publication Critical patent/JPH0236488A/en
Application granted granted Critical
Publication of JP2540605B2 publication Critical patent/JP2540605B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は、高級言語で記述されたプログラムをコンパ
イラで目的言語に翻訳して実行する非ノイマン形のデー
タフローコンピュータの実行検知方式に関する。
The present invention relates to an execution detection method of a non-Neumann type data flow computer that translates a program written in a high-level language into a target language by a compiler and executes the program.

〈従来の技術〉 最近の情報処理技術の飛躍的発展に伴って、画像情報
など多量のデータを高速処理する要請が強まるなかで、
従来の逐次制御方式のノイマン形コンピュータに代っ
て、プログラム中のどの複数の命令でもその入力データ
が揃った時点で並列演算できるハードウェア構成になっ
た非ノイマン形のデータフローコンピュータが研究,開
発され、実用に供せられつつある。このデータフローコ
ンピュータは、高級言語で記述されたプログラムをコン
パイラで目的言語即ち命令と次処理のノード番号とオペ
ランドからなる命令セルに翻訳した後、命令セルのオペ
ランドが全て揃った段階でこの命令セルをネットワーク
で結合された複数の演算器に送って並列に命令を実行し
て、演算処理の高速化を図ったものである。
<Prior art> With the recent rapid development of information processing technology, the demand for high-speed processing of a large amount of data such as image information has increased.
Research and development of a non-Neumann-type data flow computer with a hardware configuration that replaces the conventional sequential control type Neumann-type computer with a hardware configuration that allows parallel execution of any multiple instructions in a program when the input data is ready. It is being put to practical use. This data flow computer translates a program written in a high-level language into an instruction cell consisting of a target language, that is, an instruction, a node number of the next process, and an operand by a compiler, and then, when all the operands of the instruction cell are complete, the instruction cell Is sent to a plurality of arithmetic units connected by a network and instructions are executed in parallel to speed up arithmetic processing.

〈発明が解決しようとする課題〉 ところが、従来のデータフローコンピュータは、上述
の如き並列演算を行なうことから各命令セルの実行順序
が一定でないため、高級言語で記述されたプログラム上
で各ステップの終端即ちブレイクポイントを見つけるこ
とが難しく、高級言語1ステップの実行確認ができず、
実質的にデバックができないという欠点がある。しかる
に、このデータフローコンピュータ自体が、最近実用化
の途についたばかりなので、高級言語1ステップの実行
を検知するシステムは未だ確立されておらず、提案すら
されていない。
<Problems to be Solved by the Invention> However, in the conventional data flow computer, since the execution order of each instruction cell is not constant because the above-described parallel operation is performed, each step of each step is not performed on a program written in a high-level language. It is difficult to find the end, that is, the breakpoint, and it is not possible to confirm the execution of one step of high-level language,
It has the drawback that it cannot be debugged. However, since this data flow computer itself has just recently been put into practical use, a system for detecting the execution of one step of a high-level language has not yet been established or even proposed.

そこで、本発明の目的は、高級言語を目的言語に翻訳
して実行する非ノイマン形のデータフローコンピュータ
において、高級言語1ステップの実行を検知して、デバ
ッグ等の処理を可能ならしめるデータフローコンピュー
タの実行検知方法を提供することである。
Therefore, an object of the present invention is, in a non-Neumann type data flow computer that translates and executes a high-level language into a target language, a data flow computer that detects execution of one step of a high-level language and enables processing such as debugging. It is to provide a method of detecting execution of.

〈課題を解決するための手段〉 上記目的を達成するため、本発明のデータフローコン
ピュータの実行検知方式は、高級言語で記述されたプロ
グラムの各ステップに含まれる目的言語にコンパイラに
よって順次付加されるノード番号のうちスタートノード
番号およびエンドノード番号をそのステップのステップ
番号と対応づけて格納するテーブルと、実行中の目的言
語に含まれる次処理のノード番号が、予め与えられたス
テップのスタートノード番号以上でかつエンドノード番
号以下であるか否かを上記テーブルを参照して判別する
判別手段と、この判別手段が肯と判別したとき実行中の
処理を中断して割り込みを生じさせるためのフラグを立
てる検知表示手段を備えて、高級言語で記述されたプロ
グラムの任意のステップ直前で処理を中断できるように
したことを特徴とする。
<Means for Solving the Problem> In order to achieve the above object, the execution detection method of the data flow computer according to the present invention is sequentially added by the compiler to the target language included in each step of the program written in the high-level language. Of the node numbers, a table storing the start node number and the end node number in association with the step number of the step, and the node number of the next process included in the target language being executed are the start node number of the given step. The determination means for determining whether or not the number is equal to or less than the end node number by referring to the above table, and a flag for interrupting the process being executed and generating an interrupt when the determination means determines that the result is affirmative Equipped with a stand-up detection display unit, the process can be interrupted immediately before any step of a program written in a high-level language. It is characterized by having been made possible.

〈作用〉 データフローコンピュータのテーブルには、コンパイ
ラによる翻訳の際、高級言語で記述されたプログラムの
各ステップのステップ番号と、そのステップの最初の目
的言語のノード番号および最後の目的言語のノード番号
とが対応づけて格納される。プログラム実行時に、判別
手段は、実行中のステップの目的言語に含まれる次処理
のノード番号が、予め与えられたステップのスタートノ
ード番号以上でかつエンドノード番号以下であるか否か
を上記テーブルを参照して判別する。そして、検知表示
手段は、上記判別手段が肯と判別したとき実行中の処理
を中断して割り込みを生じさせるためのフラグを立て
る。データフローコンピュータは、上記フラグによって
デバッグ等の割り込み処理が必要な上記予め与えられた
ステップの直前で処理を中断する。
<Operation> In the table of the data flow computer, the step number of each step of the program written in the high-level language, the node number of the first target language and the node number of the last target language of the step when translated by the compiler And are stored in association with each other. When executing the program, the discriminating means uses the above table to determine whether the node number of the next process included in the target language of the step being executed is equal to or greater than the start node number of the given step and equal to or less than the end node number. Determine by referring to it. Then, the detection display means sets a flag for interrupting the process being executed and causing an interrupt when the determination means determines affirmative. The data flow computer interrupts the processing immediately before the previously given step requiring the interrupt processing such as debugging by the flag.

〈実施例〉 以下、本発明を図示の実施例により詳細に説明する。<Examples> Hereinafter, the present invention will be described in detail with reference to illustrated examples.

第1図は、本発明のデータフローコンピュータの実行
検知方式に用いるテーブルを示している。データフロー
コンピュータが実行すべきプログラムは、高級言語でス
テップ順(第1図中文1〜文n参照)に記述され、各ス
テップの高級言語は、コンパイラによって細分された複
数の目的言語に翻訳される。いま、n番ステップのプロ
グラム(文n)が、第2図に示すようにf=(a+b)
×c+d×eを表わす場合、コンパイラは、このプログ
ラムを複数の目的言語に細分翻訳しつつ各目的言語に処
理順序を表わす通し番号たるノード番号を付加する。即
ち、各ノード(目的言語)の処理内容は、図示の如く#
1がd×e,#2がa+b,#3が(#2の結果)×c,#4
が(#3の結果)+(#1の結果)となる。コンパイラ
は、上記n番ステップの先頭のスタートノード番号#1
および末尾のエンドノード番号#4をそのステップ番号
nと対応づけて第1図の如くテーブルに格納し、他のス
テップについても文1→#p,#qの如く同様に格納する
のである。
FIG. 1 shows a table used in the execution detection method of the data flow computer of the present invention. The program to be executed by the data flow computer is described in a high-level language in the order of steps (see sentences 1 to n in FIG. 1), and the high-level language of each step is translated into a plurality of target languages subdivided by a compiler. . Now, the program (statement n) of the nth step is f = (a + b) as shown in FIG.
When representing xc + dxe, the compiler sub-translates this program into a plurality of target languages and adds a node number, which is a serial number, indicating the processing order to each target language. That is, the processing content of each node (target language) is #
1 is d × e, # 2 is a + b, # 3 is (result of # 2) × c, # 4
Is (result of # 3) + (result of # 1). The compiler uses the start node number # 1 at the beginning of the nth step above.
The end node number # 4 at the end and the end node number # 4 are stored in the table as shown in FIG. 1 in association with the step number n, and the other steps are stored in the same manner as in sentence 1 → # p, #q.

第3図は、本発明の実行検知方式を採用したデータフ
ローコンピュータのハードウェア構造を模式的に示した
図である。同図において、1はコンパイラで翻訳された
目的言語からなるプログラムを収納するプログラム収納
部、2は加算器,乗算器など複数の演算器からなる演算
部、3は処理すべきデータ等を貯える外部メモリ、4は
これら各部間をループ状に結合する通信ネットワーク、
5は上記プログラム収納部1と演算部2間の通信ネット
ワーク4aに介設され、プログラム収納部1から送られて
くる目的言語(命令セル)がそのオペランドが揃うまで
データ待ちをするデータ待ち合せ部、6は上記演算部2
による命令セルの演算結果をプログラム収納部1へ送る
通信ネットワーク4bに介設され、その命令セルに含まれ
る次処理のノード番号をチェックする判別手段とこの判
別手段の判別結果に基づいて割り込みフラグを立てる検
知表示手段を備えたデータ検知部である。
FIG. 3 is a diagram schematically showing the hardware structure of a data flow computer adopting the execution detection method of the present invention. In the figure, 1 is a program storage unit for storing a program in a target language translated by a compiler, 2 is a calculation unit including a plurality of calculation units such as adders and multipliers, and 3 is an external unit for storing data to be processed. Memory 4 is a communication network that connects these parts in a loop,
A data waiting unit 5 is provided in the communication network 4a between the program storage unit 1 and the arithmetic unit 2, and waits until the operands of the target language (command cell) sent from the program storage unit 1 are complete, 6 is the arithmetic unit 2
Is provided in the communication network 4b for sending the calculation result of the instruction cell to the program storage unit 1, and the interrupt flag is set based on the determination result of the determination means for checking the node number of the next process included in the instruction cell. It is a data detection unit provided with an upright detection display means.

上記判別手段は、通信ネットワーク4b上の実行中の命
令セルに含まれる次処理のノード番号が、予め与えられ
たステップのスタートノード番号以上でかつエンドノー
ド番号以下であるか否かを第1図のテーブルを参照して
判別する。そして、この判別手段が肯と判別したとき、
上記検知表示手段は、実行中の処理を中断して割り込み
を生じさせるためのフラグを立てるようになっており、
これら判別手段と検知表示手段は、具体的にはデータフ
ローコンピュータのCPUで構成される。
The discriminating means determines whether or not the node number of the next process included in the command cell being executed on the communication network 4b is greater than or equal to the start node number of the given step and less than or equal to the end node number. Refer to the table to determine. And when this determination means determines affirmative,
The detection display means is configured to set a flag for interrupting the process being executed and causing an interrupt,
These discriminating means and detection display means are specifically configured by the CPU of the data flow computer.

上記構成のデータフローコンピュータの実行検知方式
について、第4図のフローチャートを参照しつつ次に述
べる。
The execution detection method of the data flow computer having the above configuration will be described below with reference to the flowchart of FIG.

まず、コンパイラは、ステップS1で、高級言語で記述
されたプログラムをステップ順に目的言語に翻訳し、各
目的言語にノード番号を付加するとともに、スタート,
エンドノード番号を取り出して第1図の参照テーブルを
作成する。次に、ステップS2で、デバッガが起動して第
1図のテーブルをデータ検知部6にダウンロードし、ス
テップS3で、操作者によって検知対象となるプログラム
ステップ(文番号)が指定されると、デバッガはそのス
タート,エンドノード番号をデータ検知部6にセットし
て、ブレイクポイントを設定する。ステップS4で検知が
開始すると、データ検知部6の判別手段は、ステップS5
で、通信ネットワーク4bに送られてきた命令セル(目的
言語)に含まれる次処理のノード番号が、セットされた
上記スタート,エンドノード番号内にあるか否かを判別
する。そして、否と判別したときは次の命令セルについ
ての判別を繰返し、肯と判別したとき、上記次処理のノ
ード番号が割り付けられているプログラムステップは肯
定したプログラムステップだと認識してステップS6に進
み、ステップS6で検知表示手段がデバックのための割り
込みフラグを立てる。割り込みフラグが立つと、操作者
はステップS7で、デバッグが必要か否かを自ら判断し、
不要ならば処理を上記ステップS5に戻す一方、必要なら
ばステップS8に進んで、ブレイクポイントでの変数を印
字あるいは表示させ、これを参照してプログラムやシス
テムのエラーを検出,診断,修正する。
First, in step S1, the compiler translates a program written in a high-level language into target languages in order of steps, adds a node number to each target language, and starts,
The end node number is taken out and the reference table of FIG. 1 is created. Next, in step S2, the debugger is activated to download the table of FIG. 1 to the data detection unit 6, and in step S3, when the operator specifies the program step (statement number) to be detected, the debugger Sets the start and end node numbers in the data detector 6 and sets a breakpoint. When the detection is started in step S4, the discriminating means of the data detection unit 6 is set to
Then, it is determined whether or not the node number of the next process included in the instruction cell (target language) sent to the communication network 4b is within the set start and end node numbers. Then, when it is determined to be no, the determination for the next instruction cell is repeated, and when it is determined to be affirmative, the program step to which the node number of the next process is assigned is recognized as the affirmative program step, and step S6 is performed. In step S6, the detection display means sets an interrupt flag for debugging in step S6. When the interrupt flag is set, the operator determines in step S7 whether debugging is necessary,
If unnecessary, the process returns to step S5, while if necessary, the process proceeds to step S8 to print or display the variable at the breakpoint, and referring to this, the error of the program or system is detected, diagnosed and corrected.

このように、上記実施例のデータフローコンピュータ
では、コンパイラによって翻訳された目的言語に順次付
加されるノード番号を用いて、高級言語プログラムの各
ステップ中のスタートおよびエンドのノード番号とその
ステップ番号とを対応づけたテーブルを作成する一方、
通信ネットワーク4bを経て送られてくる処理後の命令セ
ル(目的言語)に含まれる次処理のノード番号が、検知
対象ステップのスタート,エンドノード番号内にあるか
否かをデータ検知部6の判別手段による上記テーブルの
参照で判別し、あると判別したとき検知表示手段で割り
込みのフラグを立てるので、プログラムの任意のステッ
プ直前で実行を中断して確実にデバッグ等の処理ができ
る。
As described above, in the data flow computer of the above embodiment, the node numbers of the start and end in each step of the high-level language program and their step numbers are used by using the node numbers sequentially added to the target language translated by the compiler. While creating a table that associates
The data detection unit 6 determines whether or not the node number of the next process included in the processed instruction cell (target language) sent via the communication network 4b is within the start and end node numbers of the detection target step. The determination is made by referring to the table by the means, and when it is determined that it is present, the detection and display means sets an interrupt flag, so that the execution can be interrupted immediately before an arbitrary step of the program and the processing such as debugging can be surely performed.

なお、本発明のデータフローコンピュータの実行検知
方式が図示の実施例に限られないのはいうまでもない。
Needless to say, the execution detection method of the data flow computer of the present invention is not limited to the illustrated embodiment.

〈発明の効果〉 以上の説明で明らかなように、本発明のデータフロー
コンピュータの実行検知方式は、コンパイラによって翻
訳された目的言語に順次付加されるノード番号を用い
て、高級言語プログラムの各ステップ中のスタートおよ
びエンドの目的言語のノード番号とそのステップ番号と
を対応づけたテーブルを作成する一方、実行中の目的言
語に含まれる次処理のノード番号が、検知対象ステップ
のスタート,エンドノード番号内にあるか否かを上記テ
ーブルを参照して判別手段で判別し、この判別手段が肯
と判別したとき、検知表示手段で割り込みのフラグを立
てるようにしているので、高級言語で記述されたプログ
ラムの任意のステップ直前で実行を中断して、従来不可
能だったデータフローコンピュータにおけるデバッグ等
の処理を確実に行なうことができる。
<Effects of the Invention> As is clear from the above description, the execution detection method of the data flow computer according to the present invention uses the node numbers sequentially added to the target language translated by the compiler to execute each step of the high-level language program. While creating a table associating the node numbers of the target language of start and end in the inside with the step numbers, the node number of the next process included in the target language being executed is the start and end node numbers of the detection target step. It is written in a high-level language because the determination means determines whether or not it is in the table, and when the determination means determines that it is affirmative, the detection display means sets an interrupt flag. Execution is interrupted immediately before an arbitrary step of the program, and processing such as debugging in a dataflow computer, which was previously impossible, Can be reliably performed.

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

第1図は本発明のデータフローコンピュータの実行検知
方式に用いるテーブルを示す図、第2図は高級言語プロ
グラム1ステップのデータフローの一例を示す図、第3
図は本発明の実行検知方式を採用したデータフローコン
ピュータのハードウェア構造を示す模式図、第4図は上
記実行検知方式の処理の流れを示すフローチャートであ
る。 1……プログラム収納部、2……演算部、 4……通信ネットワーク、 6……データ検知部(判別手段,検知表示手段)。
FIG. 1 is a diagram showing a table used in an execution detection system of a data flow computer of the present invention, FIG. 2 is a diagram showing an example of a data flow of one step of a high-level language program, and FIG.
FIG. 4 is a schematic diagram showing the hardware structure of a data flow computer adopting the execution detection method of the present invention, and FIG. 4 is a flow chart showing the flow of processing of the execution detection method. 1 ... Program storage section, 2 ... Calculation section, 4 ... Communication network, 6 ... Data detection section (discrimination means, detection display means).

フロントページの続き (56)参考文献 特開 昭61−213936(JP,A) 平木他“科学技術計算用データ駆動計 算機SIGMA−1のメンテナンス・ア ーキテクチャ”情報処理学会第31回全国 大会講演論文集Vol.▲I▼,No. 6D−3(1985−9−11)PP.159〜 160 近藤他“データフローグラフ・プログ ラミングシステムの開発”情報処理学会 第34回全国大会講演論文集Vol.▲I I▼,No.7S−7(1987−3−18〜 20)PP.1073〜1074 前島他“データ駆動論理(DDL)プ ログラミングにおける支援環境”電子情 報通信学会技術研究報告Vol.87,N o.304(SE87−144)(1981)PP. 79〜84Continuation of the front page (56) References JP 61-213936 (JP, A) Hiraki et al. "Maintenance architecture of SIGMA-1, a data driven computer for scientific and technological calculation" IPSJ 31st Annual Conference Lecture Proceedings Vol. I, No. 6D-3 (1985-9-11) PP. 159-160 Kondo et al. "Development of data flow graph / programming system" Proceedings of the 34th National Congress of IPSJ Vol. ▲ II, No. 7S-7 (1987-3-18-20) PP. 1073-1074 Maejima et al. "Supporting Environment in Data Driven Logic (DDL) Programming" Technical Report of IEICE Vol. 87, No. 304 (SE87-144) (1981) PP. 79-84

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】高級言語で記述されたプログラムを目的言
語に翻訳するコンパイラを有するデータフローコンピュ
ータにおいて、 上記プログラムの各ステップに含まれる目的言語に上記
コンパイラによって順次付加されるノード番号のうちス
タートノード番号およびエンドノード番号をそのステッ
プのステップ番号と対応づけて格納するテーブルと、実
行中の目的言語に含まれる次処理のノード番号が、予め
与えられたステップのスタートノード番号以上でかつエ
ンドノード番号以下であるか否かを上記テーブルを参照
して判別する判別手段と、この判別手段が肯と判別した
とき実行中の処理を中断して割り込みを生じさせるため
のフラグを立てる検知表示手段を備えて、高級言語で記
述されたプログラムの任意のステップ直前で処理を中断
できるようにしたことを特徴とするデータフローコンピ
ュータの実行検知方式。
1. A data flow computer having a compiler for translating a program written in a high-level language into a target language, the start node among node numbers sequentially added by the compiler to the target language included in each step of the program. Table that stores the number and end node number in association with the step number of that step, and the node number of the next process included in the target language being executed is greater than or equal to the start node number of the given step and the end node number It is provided with a discriminating means for discriminating whether or not it is the following, by referring to the table, and a detection display means for setting a flag for interrupting the process being executed when the discriminating means judges affirmative and generating an interrupt. Process can be interrupted just before any step of a program written in a high-level language. A method for detecting execution of a data flow computer, which is characterized in that it is enabled.
JP63186354A 1988-07-26 1988-07-26 Data flow computer execution detection method Expired - Fee Related JP2540605B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63186354A JP2540605B2 (en) 1988-07-26 1988-07-26 Data flow computer execution detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63186354A JP2540605B2 (en) 1988-07-26 1988-07-26 Data flow computer execution detection method

Publications (2)

Publication Number Publication Date
JPH0236488A JPH0236488A (en) 1990-02-06
JP2540605B2 true JP2540605B2 (en) 1996-10-09

Family

ID=16186897

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63186354A Expired - Fee Related JP2540605B2 (en) 1988-07-26 1988-07-26 Data flow computer execution detection method

Country Status (1)

Country Link
JP (1) JP2540605B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61213936A (en) * 1985-03-18 1986-09-22 Omron Tateisi Electronics Co Step execution system for high-level language program

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
前島他"データ駆動論理(DDL)プログラミングにおける支援環境"電子情報通信学会技術研究報告Vol.87,No.304(SE87−144)(1981)PP.79〜84
平木他"科学技術計算用データ駆動計算機SIGMA−1のメンテナンス・アーキテクチャ"情報処理学会第31回全国大会講演論文集Vol.▲I▼,No.6D−3(1985−9−11)PP.159〜160
近藤他"データフローグラフ・プログラミングシステムの開発"情報処理学会第34回全国大会講演論文集Vol.▲II▼,No.7S−7(1987−3−18〜20)PP.1073〜1074

Also Published As

Publication number Publication date
JPH0236488A (en) 1990-02-06

Similar Documents

Publication Publication Date Title
US4794524A (en) Pipelined single chip microprocessor having on-chip cache and on-chip memory management unit
JP2540605B2 (en) Data flow computer execution detection method
JPH02146630A (en) Program developing system for microprocessor
JPH02275539A (en) Debugging system
JP3130421B2 (en) Program analysis method and apparatus
JP2849189B2 (en) Exception handling system
JPS6376028A (en) Method for controlling execution of instruction step in virtual computer system
JP2659366B2 (en) Debugging method and device
JPH025136A (en) Error processing system for language processing program
JP3085309B2 (en) Debug system
JPH04268928A (en) Emulation device and semiconductor device
JPH0795288B2 (en) Microcomputer
JPS5894041A (en) Debug backup device for high-class language
JPH03144705A (en) Operation state monitor for programmable controller
JPH05250221A (en) Simulator execution system
JPS5856051A (en) Address comparison system by access interruption
JPS5835648A (en) Program execution controlling system
JPS62125437A (en) Control method for additional processor
JPH077346B2 (en) Data flow computer debugging method
JPH03105529A (en) Psw type error control circuit
JPS638841A (en) Interruption accepting system
JPS6332389B2 (en)
JPS6277656A (en) Program debugging system
Neumann Disk-based program swapping in 8080-based microcomputers
JPS6061832A (en) Arithmetic controller

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070725

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20080725

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees