JPH077346B2 - Data flow computer debugging method - Google Patents

Data flow computer debugging method

Info

Publication number
JPH077346B2
JPH077346B2 JP63200863A JP20086388A JPH077346B2 JP H077346 B2 JPH077346 B2 JP H077346B2 JP 63200863 A JP63200863 A JP 63200863A JP 20086388 A JP20086388 A JP 20086388A JP H077346 B2 JPH077346 B2 JP H077346B2
Authority
JP
Japan
Prior art keywords
language
target
data flow
target language
executed
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
JP63200863A
Other languages
Japanese (ja)
Other versions
JPH0247733A (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 JP63200863A priority Critical patent/JPH077346B2/en
Publication of JPH0247733A publication Critical patent/JPH0247733A/en
Publication of JPH077346B2 publication Critical patent/JPH077346B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

〈従来の技術〉 従来のノイマン形のコンピュータは、メインメモリに格
納されたプログラムをプログラムカウンタの指定によっ
て遂次読み出して、第6図に示すようにステップ順に実
行する。そして、このコンピュータにおけるデバッグ
は、処理の遂次性を利用して次のように行なわれる。即
ち、コンピュータ内に第7図に示すような各プログラム
ステップ(文1,文2,…)のスタート,エンドアドレスを
記憶したアドレステーブルを設け、各プログラムステッ
プをコンパイラで翻訳して得られる目的言語(オブジェ
クト)のうち実行中のもののアドレスが、デバッグを開
始すべきプログラムステップのスタートアドレスになっ
たとき直ちに実行を停止するのである。
<Prior Art> A conventional Neumann type computer successively reads out a program stored in a main memory by designating a program counter, and executes it in a step order as shown in FIG. Then, debugging in this computer is performed as follows by utilizing the sequentiality of processing. That is, an address table storing the start and end addresses of each program step (sentence 1, sentence 2, ...) As shown in FIG. 7 is provided in the computer, and the target language obtained by translating each program step with a compiler. Execution is stopped immediately when the address of the (object) being executed reaches the start address of the program step at which debugging should be started.

一方、昨今の処理情報量の増大化に伴う多量データ高速
処理の要請を満たすべく、従来の遂次処理方式のノイマ
ン形コンピュータに代わって、プログラム中のどの複数
の命令でもその入力が揃った時点で並列演算できるハー
ドウェア構成になった非ノイマン形のデータフローコン
ピュータが研究,開発され、実用に供せられつつある。
このデータフローコンピュータは、高級言語で記述され
たプログラムをコンパイラで目的言語即ち命令とデステ
ィネーションセルとオペランドからなる命令セルに翻訳
した後、命令セルのオペランドが全て揃った段階でこの
命令セルをネットワークで結合された複数の演算器に送
って並列に命令を実行して、演算処理の高速化を図った
ものである。
On the other hand, in order to meet the demand for high-speed processing of large amounts of data due to the increase in the amount of processing information these days, instead of the conventional sequential processing method Neumann computer, when all the instructions in the program have been input A non-Neumann type data flow computer with a hardware configuration that can be operated in parallel with is researched, developed, and put into practical use.
This data flow computer translates a program written in a high-level language into a target language, that is, an instruction cell composed of an instruction, a destination cell and an operand by a compiler, and then, when all the operands of the instruction cell are prepared, the instruction cell is networked. In order to speed up the arithmetic processing, the instructions are sent in parallel to a plurality of arithmetic units connected by the above to execute the instructions in parallel.

〈発明が解決しようとする課題〉 ところが、このデータフローコンピュータは、前述のノ
イマン形コンピュータと異なり、上述の如き並列演算を
行なうことから各命令セルの実行順序が定かでなく、第
8図,第9図に示すように高級言語の1プログラムステ
ップ中の命令の実行中に他のプログラムステップ中の命
令が同時並行的に実行されるのが普通である。また、第
10図に示すように一つの演算が例1,例2のいずれの順で
でも行なえる。そのため、各プログラムステップの終端
即ちプレイクポイントを見つけることが難しく、高級言
語1ステップの実行確認ができず、実質的にデバッグが
できないという欠点がある。しかるに、このデータフロ
ーコンピュータ自体が、最近実用化の途についたばかり
なので、デバッグを可能ならしめる方式は未だ提案すら
されていない。
<Problems to be Solved by the Invention> However, this data flow computer is different from the above-mentioned Neumann computer in that the execution order of each instruction cell is not fixed because the parallel operation as described above is performed. As shown in FIG. 9, during execution of an instruction in one program step of a high-level language, instructions in another program step are usually executed concurrently. Also,
As shown in FIG. 10, one calculation can be performed in either order of Example 1 and Example 2. Therefore, it is difficult to find the end of each program step, that is, the break point, the execution confirmation of the high-level language one step cannot be confirmed, and there is a disadvantage that debugging cannot be substantially performed. However, since this data flow computer itself is just in the process of being put into practical use recently, no method has yet been proposed for enabling debugging.

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

〈課題を解決するための手段〉 上記目的を達成するため、本発明のデータフローコンピ
ュータのデバッグ方式は、高級言語で記述されたプログ
ラムの各ステップに含まれ、コンパイラで翻訳された目
的言語の数を記憶する第1テーブルと、上記各ステップ
のステップ番号とそのステップに含まれる目的言語の言
語番号とを対応づけて記憶する第2テーブルと、実行停
止条件として予め与えられた停止ステップ番号に該当す
るステップ中の目的言語数に応じた数のフラグをもち得
る第3テーブルと、実行中の目的言語が上記停止ステッ
プ番号に該当するステップに含まれる目的言語であるか
否かを上記第2テーブルを参照して判別し、肯と判別し
たとき上記第3テーブルに対応するフラグを立てるとと
もに、この第3テーブルの全てのフラグが立ったか否か
を上記第1テーブルを参照して判断し、肯と判別したと
き実行中の処理を中断するモニタ手段とを備えて、ステ
ップ単位のデバッグを可能ならしめたことを特徴とす
る。
<Means for Solving the Problems> In order to achieve the above object, the debugging method of the data flow computer according to the present invention is included in each step of the program written in a high-level language, and the number of the target languages translated by the compiler. Corresponding to a stop table number given in advance as an execution stop condition, and a second table for storing the step number of each step and the language number of the target language included in the step in association with each other. A third table which may have a number of flags corresponding to the number of target languages in the step to be executed, and the second table which shows whether or not the target language being executed is the target language included in the step corresponding to the stop step number. And when affirmative, all flags of this third table are set. It is characterized in that a step-by-step debugging is enabled by providing a monitor means for judging whether or not the user has stood up by referring to the first table and interrupting the processing being executed when the result is judged as affirmative.

〈作用〉 高級言語で記述されたプログラムの各ステップがコンパ
イラで翻訳されると、第1テーブルには各ステップに含
まれる目的言語数が、第2テーブルには各ステップのス
テップ番号とそのステップに含まれる目的言語の言語番
号とが対応づけて夫々記憶される。次に、モニタ手段
は、実行中の目的言語が実行停止条件として予め与えら
れた停止ステップ番号に該当するステップに含まれる目
的言語であるか否かを上記第2テーブルを参照して判別
し、肯と判別したとき、停止ステップ中の目的言語数に
応じた数のフラグをもつ第3テーブルに対応するフラグ
を立てる。そして、上記モニタ手段は、第3テーブルの
全てのフラグが立ったか否かを上記第1テーブルのその
ステップの目的言語を参照して判別し、肯と判別したと
き実行中の処理を中断する。つまり、任意の停止ステッ
プの全目的言語の実行が終わると、処理が中断するの
で、ステップ単位のデバッグが可能になる。
<Operation> When each step of a program written in a high-level language is translated by a compiler, the number of target languages included in each step is stored in the first table, and the step number and the step number of each step are stored in the second table. The language number of the included target language is stored in association with each other. Next, the monitor means refers to the second table to determine whether or not the target language being executed is the target language included in the step corresponding to the stop step number given in advance as the execution stop condition, When it is determined to be affirmative, the flag corresponding to the third table having the number of flags corresponding to the number of target languages in the stop step is set. Then, the monitoring means determines whether or not all the flags in the third table are set by referring to the target language of the step in the first table, and when it is determined to be affirmative, the processing being executed is interrupted. In other words, when the execution of all target languages at an arbitrary stop step is completed, the processing is interrupted, so that it is possible to debug step by step.

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

第1図は、本発明のデバッグ方式を採用したデータフロ
ーコンピュータのハードウェア構造を模式的に示した図
である。同図において、1はコンパイラで翻訳された目
的言語からなるプログラムを収納するプログラム収納
部、2は加算器,乗算器など複数の演算器からなる演算
部、3は処理すべきデータ等を貯える外部メモリ、4は
これら各部間をループ状に結合する通信ネットワーク、
5は上記プログラム収納部1と演算部2間の通信ネット
ワーク4aに介設され、プログラム収納部1から送られて
くる目的言語(命令セル)がそのオペランドが揃うまで
データ待ちをするデータ待ち合せ部、6は上記演算部2
による命令セルの演算結果をプログラム収納部1へ送る
通信ネットワーク4bに介設されたモニタ部である。
FIG. 1 is a diagram schematically showing the hardware structure of a data flow computer adopting the debugging 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 a monitor unit provided in the communication network 4b for sending the calculation result of the instruction cell by the program storage unit 1 to the program storage unit 1.

上記モニタ部6は、高級言語で記述されたプログラムの
各ステップ(実行文1,実行文2,…)からコンパイラによ
って翻訳された目的言語の数(機械語命令数)を記憶す
る第2図に示すような第1テーブルと、各ステップのス
テップ番号(実行文No.)とそのステップに含まれる目
的言語の言語番号(機械語No.)とを対応づけて記憶す
る第3図に示すような第2テーブルと、実行停止条件と
して予め定められた停止ステップ番号に該当するステッ
プ中の目的言語数に応じた数のフラグをもち得る第4図
に示すような第3テーブルと、モニタ手段を備えてい
る。
The monitor unit 6 stores the number of target languages (the number of machine language instructions) translated by the compiler from each step (execution statement 1, execution statement 2, ...) Of a program written in a high-level language. As shown in FIG. 3, the first table as shown, the step number (execution statement No.) of each step, and the language number (machine language No.) of the target language included in the step are stored in association with each other. It is provided with a second table, a third table as shown in FIG. 4, which may have a number of flags corresponding to the number of target languages in the step corresponding to the predetermined stop step number as the execution stop condition, and the monitor means. ing.

上記モニタ手段は、データフローコンピュータが実行中
の目的言語が、上記停止ステップ番号に該当するステッ
プに含まれる目的言語である否かを上記第2テーブル
(第3図)を参照して判別し、肯と判別したとき上記第
3テーブル(第4図)の対応するフラグを立てるととも
に、この第3テーブルの全てのフラグが立ったか否かを
上記第1テーブル(第2図)を参照して判別し、肯と判
別したときデータフローコンピュータをして実行中の処
理を中断せしめるようになっている。なお、上記第1,第
2テーブルは、高級言語から目的言語へのコンパイル時
に作成され、CPUはこの目的言語(機械語)に基づいて
第3図右側に示すように処理を実行する。また、上記モ
ニタ手段は、具体的には上記CPUで構成され、第3テー
ブルを処理実行中に順次作成する。第3図テーブル中の
“0"はその目的言語が未実行であることを、“1"はその
目的言語が実行済みであることを夫々表わす。
The monitor means refers to the second table (FIG. 3) to determine whether the target language being executed by the data flow computer is the target language included in the step corresponding to the stop step number, When it is determined that the answer is affirmative, the corresponding flag of the third table (FIG. 4) is set, and it is determined whether or not all the flags of the third table are set by referring to the first table (FIG. 2). Then, when it is determined that the answer is affirmative, the data flow computer is activated to interrupt the process being executed. The first and second tables are created at the time of compiling from the high-level language to the target language, and the CPU executes the processing as shown in the right side of FIG. 3 based on the target language (machine language). Further, the monitor means is specifically configured by the CPU, and sequentially creates the third table during processing execution. In the table of FIG. 3, "0" indicates that the target language has not been executed, and "1" indicates that the target language has been executed.

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

まず、コンパイラは、ステップS1で、高級言語で記述さ
れたプログラムをステップ順に目的言語に翻訳し、その
際、各ステップの目的言語の数を格納した第2図のテー
ブルと、各ステップのステップ番号とそのステップに含
まれる目的言語の言語番号とを対応づけて格納した第3
図のテーブルが作成され、CPUは上記目的言語に基づい
て処理を実行する。次に、ステップS2で、デバッグを開
始すべきプログラムステップの直前のステップ番号Nが
設定される。すると、モニタ部6内のモニタ手段は、ス
テップS3で、CPUがその時実行している目的言語nが、
実行停止条件として予め与えられた上記N番ステップに
含まれる目的言語N1,…,Ncnのいずれかであるかどう
かを第3図のテーブルを参照して順次判別し、肯と判別
すれば、ステップS4に進んで第4図のテーブルのその目
的言語に対応する箇所にフラグを立て(Fnk←1)、否
と判別すれば、フラグをそのまま(Fnk←0)にしてお
く。そして、ステップS5でN番ステップの全ての目的言
語が全て参照されたと判断されれば、次のステップS6に
進む。
First, in step S1, the compiler translates a program written in a high-level language into a target language in the order of steps, and at that time, the table of FIG. 2 in which the number of target languages of each step is stored and the step number of each step. And the language number of the target language included in the step are stored in association with each other.
The table shown in the figure is created, and the CPU executes processing based on the target language. Next, at step S2, the step number N immediately before the program step at which debugging should be started is set. Then, the monitor means in the monitor unit 6 determines in step S3 that the target language n currently being executed by the CPU is
If it is any one of the target languages N 1 , ..., N cn included in the Nth step given in advance as the execution stop condition, it is sequentially determined by referring to the table in FIG. Then, the process proceeds to step S4 and a flag is set at a position corresponding to the target language in the table of FIG. 4 (Fnk ← 1), and if it is determined to be no, the flag is left as it is (Fnk ← 0). If it is determined in step S5 that all the target languages of the Nth step have been referenced, the process proceeds to the next step S6.

ステップS6で、上記モニタ手段は、第4図のテーブルの
全てのフラグが立った(Fnk=1;k=1,…,Cn)か否かを
第2図のテーブルのN番ステップの目的言語Cnを参照し
て判別し、肯と判別したときステップS7へ進んでCPUを
して実行中の処理を中断せしめる一方、否と判別したと
きステップS8へ進んでCPUをして実行中の処理を続行せ
しめる。最後に、ステップS9で、高級言語で記述された
プログラムが全て実行されたか否かが判断され、否なら
ステップS3に処理を戻し、肯なら処理を終了する。な
お、第4図のテーブルをN番ステップを構成する全ての
目的言語(N1,…,Ncn)について作成するのは、これ
らの目的言語の実行順が必ずしも一定でないからであ
る。
In step S6, the monitor means determines whether all the flags in the table of FIG. 4 are set (Fnk = 1; k = 1, ..., Cn) and the target language of the Nth step of the table of FIG. When it is determined that it is affirmative by referring to Cn, the process proceeds to step S7 to cause the CPU to interrupt the process being executed, and when determined to be no, the process proceeds to step S8 to cause the CPU to execute the process being executed. Let me continue. Finally, in step S9, it is determined whether or not all the programs written in the high-level language have been executed, and if no, the process returns to step S3, and if yes, the process ends. The table shown in FIG. 4 is created for all target languages (N 1 , ..., N cn ) forming the N-th step because the execution order of these target languages is not always constant.

このように、上記実施例のデータフローコンピュータで
は、コンパイル時に各ステップの目的言語数を記憶した
第2図のテーブルと、各ステップのステップ番号とその
ステップに含まれる目的言語の言語番号とを対応づけて
記憶した第3図のテーブルを作成する一方、実行中の目
的言語を予め与えられた停止ステップに含まれる目的言
語であるか否かをモニタ手段によって第3図のテーブル
を参照して判別し、そうであるとき第4図の実行フラグ
テーブルの対応箇所にフラグを立てていき、この実行フ
ラグテーブルの全てのフラグが立ったとき実行中の処理
を中断するので、プログラムの任意のステップ直前まで
実行を中断して、確実にステップ単位にデバッグを行な
うことができる。
As described above, in the data flow computer of the above embodiment, the table of FIG. 2 in which the number of target languages of each step is stored at the time of compilation, the step number of each step, and the language number of the target language included in the step are associated with each other. While the table of FIG. 3 additionally stored is created, it is determined by the monitor means by referring to the table of FIG. 3 whether the target language being executed is the target language included in the stop step given in advance. If so, a flag is set in the corresponding portion of the execution flag table of FIG. 4, and when all the flags of this execution flag table are set, the processing being executed is interrupted, so just before any step of the program. Execution can be interrupted up to and debugging can be performed step by step without fail.

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

〈発明の効果〉 以上の説明で明らかなように、本発明のデータフローコ
ンピュータのデバッグ方式は、コンパイル時に、高級言
語で記述されたプログラムの各ステップの目的言語数を
記憶した第1テーブルと、各ステップのステップ番号と
そのステップに含まれるめ目的言語の言語番号とを対応
づけて記憶した第2テーブルを作成する一方、実行中の
目的言語が予め与えられた停止ステップに含まれる目的
言語であるか否かをモニタ手段によって上記第2テーブ
ルを参照して判別し、そうであるときフラグテーブルた
る第3テーブルの対応箇所にフラグを立てていき、この
第3テーブルの全てのフラグが立ったとき実行中の処理
を中断するようにしているので、高級言語で記述された
プログラムの任意のステップ直前で実行を中断して、従
来不可能だったデータフローコンピュータにおけるデバ
ッグを確実に行なうことができる。
<Effects of the Invention> As is apparent from the above description, the debugging method of the data flow computer according to the present invention includes the first table storing the number of target languages of each step of the program written in the high-level language at the time of compilation, While creating the second table in which the step number of each step and the language number of the target language included in that step are stored in association with each other, the target language being executed is the target language included in the stop step given in advance. Whether or not there is any is determined by the monitor means by referring to the above-mentioned second table, and when that is the case, the corresponding portions of the third table, which is the flag table, are flagged, and all the flags of this third table have been raised. Since the process being executed is interrupted, execution is interrupted immediately before any step of a program written in a high-level language, It is possible to reliably debug a data flow computer that was impossible.

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

第1図は本発明のデバッグ方式を採用したデータフロー
コンピュータのハードウェア構造を示す模式図、第2
図,第3図,第4図は上記デバッグ方式に用いる夫々第
1テーブル,第2テーブル,第3テーブルを示す図、第
5図は上記デバッグ方式の処理の流れを示すフローチャ
ート、第6図,第7図は従来のノイマン形コンピュータ
の逐次処理を示す図、第8図,第9図,第10図は非ノイ
マン形コンピュータの並列処理の例を示す図である。 1……プログラム収納部、2……演算部、4……通信ネ
ットワーク、6……モニタ部。
FIG. 1 is a schematic diagram showing the hardware structure of a data flow computer adopting the debugging method of the present invention, and FIG.
FIGS. 3, 3 and 4 are diagrams showing the first table, the second table, and the third table, respectively, used in the debugging method, and FIG. 5 is a flowchart showing the processing flow of the debugging method, FIG. FIG. 7 is a diagram showing the sequential processing of a conventional Neumann computer, and FIGS. 8, 9, and 10 are diagrams showing an example of parallel processing of a non-Neumann computer. 1 ... Program storage section, 2 ... Computing section, 4 ... Communication network, 6 ... Monitor section.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】高級言語で記述されたプログラムを目的言
語に翻訳するコンパイラを有するデータフローコンピュ
ータにおいて、 高級言語で記述されたプログラムの各ステップに含まれ
る目的言語数を記憶する第1テーブルと、上記各ステッ
プのステップ番号とそのステップに含まれる目的言語の
言語番号とを対応づけて記憶する第2テーブルと、実行
停止条件として予め与えられた停止ステップ番号に該当
するステップ中の目的言語数に応じた数のフラグをもち
得る第3テーブルと、実行中の目的言語が上記停止ステ
ップ番号に該当するステップに含まれる目的言語である
か否かを上記第2テーブルを参照して判別し、肯と判別
したとき上記第3テーブルに対応するフラグを立てると
ともに、この第3テーブルの全てのフラグを立ったか否
かを上記第1テーブルを参照して判別し、肯と判別した
とき実行中の処理を中断するモニタ手段とを備えて、ス
テップ単位のデバッグを可能ならしめたことを特徴とす
るデータフローコンピュータのデバッグ方式。
1. A data flow computer having a compiler for translating a program written in a high level language into a target language, the first table storing the number of target languages included in each step of the program written in a high level language, A second table that stores the step number of each step and the language number of the target language included in the step in association with each other, and the number of target languages in the step corresponding to the stop step number given in advance as the execution stop condition. A third table that can have a corresponding number of flags and whether or not the target language being executed is the target language included in the step corresponding to the stop step number is determined by referring to the second table, and affirmative If it is determined that the flag corresponding to the third table is set, and whether all the flags of the third table are set And a monitor means for interrupting the process being executed when the result is determined to be affirmative, and debugging of the data flow computer is enabled. method.
JP63200863A 1988-08-09 1988-08-09 Data flow computer debugging method Expired - Fee Related JPH077346B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63200863A JPH077346B2 (en) 1988-08-09 1988-08-09 Data flow computer debugging method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63200863A JPH077346B2 (en) 1988-08-09 1988-08-09 Data flow computer debugging method

Publications (2)

Publication Number Publication Date
JPH0247733A JPH0247733A (en) 1990-02-16
JPH077346B2 true JPH077346B2 (en) 1995-01-30

Family

ID=16431479

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63200863A Expired - Fee Related JPH077346B2 (en) 1988-08-09 1988-08-09 Data flow computer debugging method

Country Status (1)

Country Link
JP (1) JPH077346B2 (en)

Also Published As

Publication number Publication date
JPH0247733A (en) 1990-02-16

Similar Documents

Publication Publication Date Title
JPS5975347A (en) Simulation device of logical circuit
JPH077346B2 (en) Data flow computer debugging method
JPS5922140A (en) Interactive compiling system
JPH0410081B2 (en)
JP2552738B2 (en) Data processing device
JP2747164B2 (en) Software simulator
JP3085309B2 (en) Debug system
JP2540605B2 (en) Data flow computer execution detection method
JP3140028B2 (en) Subroutine argument passing method
JPS5856051A (en) Address comparison system by access interruption
JPS59191614A (en) Controller of robot
JPH0262639A (en) Interruption system for language debugger
JPS61180344A (en) Step execution system for high level language
JPH0795288B2 (en) Microcomputer
JPS5835648A (en) Program execution controlling system
JP3130421B2 (en) Program analysis method and apparatus
JPH04324525A (en) Program transplantation supporting device
JPS6214240A (en) Program inspecting system
JPH02128223A (en) Operational processor
JPH03127171A (en) Vector processor
JPS61259342A (en) Simulating system of privileged instruction in virtual computer system
JPH03100826A (en) Information processor
JPS61279935A (en) Program processing system
JPS634338A (en) Function call system
JPS63228341A (en) Program syntax checking system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees