JPS63289653A - In-circuit emitter - Google Patents

In-circuit emitter

Info

Publication number
JPS63289653A
JPS63289653A JP62125224A JP12522487A JPS63289653A JP S63289653 A JPS63289653 A JP S63289653A JP 62125224 A JP62125224 A JP 62125224A JP 12522487 A JP12522487 A JP 12522487A JP S63289653 A JPS63289653 A JP S63289653A
Authority
JP
Japan
Prior art keywords
interrupt
program
interruption
signal
vector
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP62125224A
Other languages
Japanese (ja)
Other versions
JPH0656590B2 (en
Inventor
Masahiro Shoda
正田 政弘
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 JP62125224A priority Critical patent/JPH0656590B2/en
Publication of JPS63289653A publication Critical patent/JPS63289653A/en
Publication of JPH0656590B2 publication Critical patent/JPH0656590B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PURPOSE:To execute program debugging including interruption processing under a condition similar to that of a user system by reading out an interruption vector based on an interruption signal and executing interruption processing in a jumped address. CONSTITUTION:When an interruption request is generated in an interruption timing generator during the fetching and execution of a program in an internal memory 3 from/by an emulation processor 4, an interruption controller 12 outputs an interruption signal, the inverse of INT, to the processor through an AND gate 23. At the time of receiving the interruption, the processor 4 activates a signal, the inverse of INTA, and saves a current program counter or the like. Then, the processor 4 reads out an interruption vector from an interruption vector storing part 13, outputs a jumped address signal in accordance with the interruption vector and fetches the interruption processing program from the internal memory 3 to execute it.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はインサーキットエミュレータに関し、特にユー
ザシステムを接続せずにユーザプログラムのデバッグを
行なうことができるインサーキットエミュレータに関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an in-circuit emulator, and more particularly to an in-circuit emulator that can debug a user program without connecting a user system.

〔従来の技術〕[Conventional technology]

従来、この種のインサーキットエミュレータは、ユーザ
が開発したプログラムのデバッグをユーザシステムを接
続しないで行なう場合、ユーザシステムが割込み要求や
ホールド要求を使用する構成になっていても、割込み処
理やホールド処理を除いて連続したプログラムとして実
行するか、また、割込み要求やホールド要求を加えたデ
バッグを行なうには、ブレーク機能を使用し、割込み要
求に対する処理やホールド要求に対する処理をブレーク
中にユーザがコンソールからコマンドを入力することに
より行う構成となっていた。
Conventionally, when debugging a program developed by a user without connecting the user system, this type of in-circuit emulator has been used to handle interrupt processing and hold processing even if the user system is configured to use interrupt requests and hold requests. To run the program as a continuous program, or to debug with interrupt requests and hold requests, use the break function. This was configured to be done by inputting a command.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のインサーキットエミュレータは、ユーザ
システムを接続しないでユーザプログラムのデバッグを
行かうときに割込み要求やホールド要求の影響を反映さ
せるためにはブレーク機能を使用する構成となっている
ので、ブレーク機能を使用した場合、ユーザプログラム
の実行を停止し、割込み要求等の処理を含むブレーク処
理を行ない、その後またユーザプログラムの実行を開始
するためにこれらの時間が本来の割込み処理時間やホー
ルド期間に比較して桁違いに長く(通常、秒単位の長さ
)なるという欠点がある。
The conventional in-circuit emulator described above is configured to use a break function to reflect the effects of interrupt requests and hold requests when debugging a user program without connecting the user system. When this function is used, the execution of the user program is stopped, break processing is performed including processing of interrupt requests, etc., and then the execution of the user program is started again. This time is converted into the original interrupt processing time or hold period. The disadvantage is that it is orders of magnitude longer (usually on the order of seconds).

さらに、メモリ管理機構やキャッシュ機能を備えたエミ
ユレーション用マイクロプロセッサではブレークすると
メモリ空間が変わるので、メモリ管理機構やキャッシュ
メモリの内容がクリアされてしまい、実行条件が大幅に
異なるためにタイミングが重要となるプログラムのデバ
ッグが十分く行え今ないという欠点がある。
Furthermore, in an emulation microprocessor equipped with a memory management mechanism and cache function, the memory space changes when a break occurs, so the contents of the memory management mechanism and cache memory are cleared, and the execution conditions are significantly different, causing timing problems. The drawback is that important programs cannot be debugged sufficiently.

またメインルーチンと割込み処理ルーチンを組み合わせ
たプログラムのデバッグを行なおうとしても、割込み処
理ルーチンが起動できないため、これらの組み合わせに
よるプログラムのデバッグを行なうことができないとい
う欠点がある。
Furthermore, even if an attempt is made to debug a program that combines a main routine and an interrupt processing routine, the interrupt processing routine cannot be activated, so there is a drawback that it is impossible to debug a program that is a combination of these routines.

本発明の目的は、割込み処理等を反映させたプログラム
のデバッグがユーザシステムに近い条件で短時間に行う
ことができるインサーキットエミュレータを提供するこ
とにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide an in-circuit emulator that allows debugging of a program that reflects interrupt processing and the like in a short time under conditions similar to those of the user system.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のインサーキットエミュレータは、設定された条
件に基づき所定のタイミングで割込み信号を発生する割
込み信号発生部と、この割込み信号発生部からの割込み
信号とユーザシステム側からの割込み信号の何れか一方
を選択する割込み制御部と、前記割込み信号に基づき予
め設定された割込みベクタを出力する割込みベクタ格納
部と、少なくとも被デバッグプログラムと割込み処理プ
ログラムとをそれぞれ所定のアドレスに格納しておきア
ドレス信号に従ってこれらアドレスのプログラムを読出
す内部メモリと、通常は前記被デノ(ラグプログラムが
格納されているアドレスのアドレス信号を順次出力して
前記内部メモリから前記被デバッグプログラムを読出し
実行し、前記割込み信号が入力されると前記割込みベク
タを読出しこの割込みベクタに対応するアドレス信号を
出力して前記内部メモリから前記割込み処理プログラム
を読出し実行し、この割込み処理プログラムの実行が終
ると再び前記被デバッグプログラムの実行に戻るエミュ
レーションプロセッサとを有している。
The in-circuit emulator of the present invention includes an interrupt signal generation section that generates an interrupt signal at a predetermined timing based on set conditions, and either an interrupt signal from the interrupt signal generation section or an interrupt signal from the user system side. an interrupt control unit that selects an interrupt vector; an interrupt vector storage unit that outputs a preset interrupt vector based on the interrupt signal; and an interrupt vector storage unit that stores at least a program to be debugged and an interrupt processing program at predetermined addresses, respectively, and outputs a preset interrupt vector based on the interrupt signal. An internal memory for reading the program at these addresses, and an address signal for the address where the debugged program (lag program) is stored are sequentially output, and the program to be debugged is read from the internal memory and executed, and the interrupt signal is When input, the interrupt vector is read and the address signal corresponding to this interrupt vector is output, and the interrupt processing program is read from the internal memory and executed. When the execution of this interrupt processing program is finished, the program to be debugged is restarted. and an emulation processor that returns to execution.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の第1の実施例を示すブロック図である
FIG. 1 is a block diagram showing a first embodiment of the present invention.

割込み信号発生部1は、割込みタイミング発生器11及
び割込みコントローラ12を備えて構成され、データバ
スからの条件設定データDTsに基づき所定のタイミン
グで割込み信号を発生する。
The interrupt signal generator 1 includes an interrupt timing generator 11 and an interrupt controller 12, and generates an interrupt signal at a predetermined timing based on condition setting data DTs from the data bus.

また、割込みコントローラ12には、割込みベクタを格
納する割込みベクタ格納部が設けられている。
The interrupt controller 12 is also provided with an interrupt vector storage section that stores interrupt vectors.

割込み制御部2は、割込み禁止スイッチ21゜0几ゲー
ト22及びANDゲート23を備えて構成され、割込み
信号発生部1からの割込み信号とユーザシステム10か
らの割込み信号の何れか一方を選択する。
The interrupt control unit 2 includes an interrupt prohibition switch 21, a gate 22, and an AND gate 23, and selects either the interrupt signal from the interrupt signal generator 1 or the interrupt signal from the user system 10.

内部メモリ3は、少なくともユーザが開発した被デバッ
グプログラムと割込み処理プログラムとをそれぞれ所定
のアドレスに格納しておき、アドレス信号に従って所定
のアドレスのプログラムを読出し出力する。
The internal memory 3 stores at least a user-developed program to be debugged and an interrupt processing program at predetermined addresses, and reads and outputs the program at a predetermined address in accordance with an address signal.

エミュレーションプロセッサ4は、通常は被デバッグプ
ログラムが格納されているアドレスのアドレス信号を順
次出力して内部メモリ3から被デパックプログラムを読
出し実行し、割込み信号INTが入力されると割込み応
答信号INTAを出力して割込みベクタ格納部13から
割込みベクタを読出し、この割込みベクタに対応するア
ドレス信号を出力して内部メモリ3から割込み処理プロ
グラムを読出して実行し、割込み処理プログラムの実行
が終ると再び被デバッグプログラムの実行に戻る。
Normally, the emulation processor 4 sequentially outputs address signals of addresses where the program to be debugged is stored, reads and executes the program to be depacked from the internal memory 3, and when an interrupt signal INT is input, it outputs an interrupt response signal INTA. The interrupt vector is read from the interrupt vector storage section 13, the address signal corresponding to this interrupt vector is output, and the interrupt processing program is read from the internal memory 3 and executed. When the execution of the interrupt processing program is finished, the program to be debugged is returned. Return to program execution.

分配器5は、ユーザシステム10が接続されていないと
き割込み応答信号INTAをバッファ回路8及び割込み
コントローラ12へ出力して割込みベクタの伝達を可能
にし、ユーザシステム10が接続されているとき割込み
応答信号INTAをマツピング回路6へ出力する。
The distributor 5 outputs the interrupt response signal INTA to the buffer circuit 8 and the interrupt controller 12 to enable transmission of the interrupt vector when the user system 10 is not connected, and outputs the interrupt response signal INTA when the user system 10 is connected. Output INTA to the mapping circuit 6.

マツピング回路6は、各アドレスに対する内部メモリ・
ユーザメモリ選択情報を格納しておき、アドレス信号に
よシ内部メモリ3及びユーザシステム10のユーザメモ
リの何れか一方を選択するようにバッファ回路7または
9をアクティブにする。ただし、分配器5から割込み応
答信号INTAが入力されると強制的にバッファ回路9
をアクティブにする。
The mapping circuit 6 includes internal memory and memory for each address.
User memory selection information is stored, and the buffer circuit 7 or 9 is activated to select either the internal memory 3 or the user memory of the user system 10 according to an address signal. However, when the interrupt response signal INTA is input from the distributor 5, the buffer circuit 9 is forced to
Activate.

次に、この実施例の動作について説明する。Next, the operation of this embodiment will be explained.

通常、ユーザシステムのハードウェアとソフトウェアを
設計開発しデバッグを行なう場合、ハードウェアが未完
成であることが多く、ソフトウェアだけをデバッグする
必要性はよく生じる。
Normally, when designing, developing, and debugging the hardware and software of a user system, the hardware is often incomplete, and it is often necessary to debug only the software.

この場合、インサーキットエミュレータにユーザシステ
ムを接続せず、インサーキットエミュレータ内の内部メ
モリに被デバッグプログラムをロードしデバッグを行な
う。
In this case, the user system is not connected to the in-circuit emulator, but the program to be debugged is loaded into the internal memory of the in-circuit emulator and debugged.

本発明の目的とするところはこの状態におけるデバッグ
機能であシ、以下の説明はこの状態での動作説明である
The object of the present invention is to provide a debug function in this state, and the following explanation is an explanation of the operation in this state.

ユーザシステム10は接続されていないので、割込み禁
止スイッチ21は高レベルを出力しユーザシステム10
側の割込み信号をディスエーブルにする。
Since the user system 10 is not connected, the interrupt disable switch 21 outputs a high level and the user system 10
Disable the side interrupt signal.

マツピング回路6は使用されるアドレス空間をすべて内
部メモリ3をアクセスするように設定される。分配器5
はエミュレーションプロセッサ4から出力される割込み
応答信号INTAをバッファ回路8と割込みコントロー
ラ12に出力するように設定される。
The mapping circuit 6 is set to access the internal memory 3 for all address spaces used. Distributor 5
is set to output the interrupt response signal INTA output from the emulation processor 4 to the buffer circuit 8 and the interrupt controller 12.

このような設定でこのインサーキットエミュレータを動
作させると、通常、エミュレーションプロセッサ今は、
プログラムカウンタの内容に従ってアドレス信号ADを
出力し、内部メモリ3から被デバッグプログラムを順次
フェッチして実行していく。
When you run this in-circuit emulator with such settings, the emulation processor usually
The address signal AD is output according to the contents of the program counter, and the program to be debugged is sequentially fetched from the internal memory 3 and executed.

ユーザが割込み処理などを含めたデバッグを行なう場合
には、次のように各部の条件を設定する。
When the user performs debugging including interrupt processing, etc., set the conditions for each part as follows.

まず、コントロールCPU(図示省略)からデータバス
を介して条件設定データDTsを割込タイミング発生器
11に入力し、所定の周期で割込み信号を発生させるよ
うに設定する。さらに、割込みコントローラ12の割込
みベクタ格納部13に割込みベクタを設定する。
First, condition setting data DTs is input from a control CPU (not shown) to the interrupt timing generator 11 via a data bus, and settings are made to generate an interrupt signal at a predetermined period. Furthermore, an interrupt vector is set in the interrupt vector storage section 13 of the interrupt controller 12.

この設定終了後、動作させると、エミュレーションプロ
セッサ4は内部メモリ3のプログラムを順次フェッチし
て実行を進める。
When the emulation processor 4 is operated after completing this setting, the emulation processor 4 sequentially fetches the programs in the internal memory 3 and proceeds with execution.

割込みタイミング発生器11で割込み要求が発生すると
割込みコントローラ12は割込み信号INTをANDゲ
ート23を介してエミュレーションプロセッサ4に出力
する。
When an interrupt request is generated by the interrupt timing generator 11, the interrupt controller 12 outputs an interrupt signal INT to the emulation processor 4 via the AND gate 23.

エミュレーションプロセッサ4が割込み受は付は可能状
態であり割込みを受は付けると、割込み処理を行なうた
め、割込み応答信号INTAをアクティブにし、現在の
プログラムカウンタの内容などを退避させた後、割込み
コントローラ12の割込みベクタ格納部13から割込み
ベクタを読み出し、割込みベクタに従って飛び先のアド
レス信号を出力して内部メモリ3から割込み処理プログ
ラムをフェッチし実行する。
When the emulation processor 4 is enabled to accept interrupts and accepts the interrupt, it activates the interrupt response signal INTA to process the interrupt, saves the current program counter contents, etc., and then interrupts the interrupt controller 12. An interrupt vector is read from the interrupt vector storage section 13 of the interrupt vector, a jump destination address signal is output according to the interrupt vector, and an interrupt processing program is fetched from the internal memory 3 and executed.

この割込み処理プログラム実行終了後は、元の被デバッ
グプログラムの実行を再開する。割込み処理時間は実時
間で設定できる。
After the execution of this interrupt processing program is completed, execution of the original program to be debugged is resumed. Interrupt processing time can be set in real time.

この動作を繰シ返すことで、被デバッグプログラムの中
に割込み処理プログラムが随時挿入されたプログラムの
実行が可能になシ、ユーザシステム上で動作するプログ
ラムと似た動作環境を作ることができる。
By repeating this operation, it is possible to execute a program in which an interrupt processing program is inserted into the debugged program at any time, and it is possible to create an operating environment similar to the program running on the user system.

また、ユーザシステムがシリアルI10を割込みで動作
させる構成の場合には、その割込み処理のシリアルI1
0アクセスプログラム及びデータを内部メモリ3に格納
しアクセスするように変更すれば、インサーキットエミ
エレータ内だけでシリアルI10からあるデータ列が入
力された場合の処理を含めたデバッグなどが可能になる
In addition, if the user system is configured to operate serial I10 by interrupt, serial I1 of the interrupt processing
By changing the 0-access program and data to be stored and accessed in the internal memory 3, debugging, etc., including processing when a certain data string is input from the serial I10, becomes possible only within the in-circuit emulator. .

第2図は本発明の第2の実施例を示すブロック図である
FIG. 2 is a block diagram showing a second embodiment of the invention.

この第2の実施例が第1の実施例と相違する点は、第1
の実施例が割込み信号をエミュレーションプロセッサ4
のINT端子に入力しその割込み応答信号をINTA端
子から出力し、割込みコントローラ12内の割込みベク
タ格納部13から割込みベクタを読出すようにしている
のに対し、第2の実施例は、割込み信号をエミュレーシ
ョンプロセッサ4aのマスク不可能な割込み端子NMI
(以下NMI端子という)に入力し、従って割込み応答
信号は出力されず直ちに割込み処理に移り、また、割込
みベクタ格納部13aをエミュレーションプロセッサ4
aに設けた点にある。
This second embodiment differs from the first embodiment in that
An embodiment of the interrupt signal emulation processor 4
In contrast, in the second embodiment, the interrupt response signal is input to the INT terminal of the interrupt controller 12, the interrupt response signal is output from the INTA terminal, and the interrupt vector is read from the interrupt vector storage section 13 in the interrupt controller 12. The non-maskable interrupt pin NMI of the emulation processor 4a
(hereinafter referred to as the NMI terminal), therefore, the interrupt response signal is not output and the process immediately shifts to interrupt processing.
It is at the point set at a.

割込み信号のNMI端子入力はエミュレーションプロセ
ッサ4aの状態によらずに直ちに割込み処理に遷移させ
るため、ユーザシステムでホールド要求(CPUの動作
を一時停止する要求)を使用する場合など、ホールド期
間と同様の時間を有するNMI処理プログラムを用意す
れば、ユーザシステムと接続しなくてもユーザシステム
と同様のタイミングで被デバッグプログラムをデバッグ
することができる。
Since the NMI terminal input of the interrupt signal immediately transitions to interrupt processing regardless of the state of the emulation processor 4a, when using a hold request (a request to temporarily stop CPU operation) in the user system, it is possible to use a hold period similar to the hold period. If an NMI processing program with time is prepared, the program to be debugged can be debugged at the same timing as the user system without being connected to the user system.

もちろん、ユーザシステムでNMI端子を使用している
ならば、NMI処理プログラムを含めたデバッグもユー
ザシステムと接続することなしに行なうことができる。
Of course, if the user system uses the NMI terminal, debugging including the NMI processing program can be performed without connecting to the user system.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、所定のタイミングで割込
み信号を発生する割込み信号発生部と飛び越し先のアド
レスを設定する割込みベクタの格納部を設け、割込み信
号によシ割込みベクタを読み出して飛び越し先のアドレ
スの割込み処理プログラムを実行する構成とすることに
より、ユーザシステムを接続しなくても割込み処理を含
めた被デバッグプログラムのデバッグがユーザシステム
内に近い環境のもとて短時間に行なうことができる効果
がある。
As explained above, the present invention provides an interrupt signal generation section that generates an interrupt signal at a predetermined timing and an interrupt vector storage section that sets the address of the jump destination, and reads out the interrupt vector according to the interrupt signal and reads the interrupt vector as the jump destination. By configuring the program to execute the interrupt processing program at the address of , the program to be debugged, including interrupt processing, can be debugged in a short time in an environment close to that of the user system, even without connecting the user system. There is an effect that can be achieved.

まだ、ホールド要求など実行時間に影響を与える要因も
疑似的に作シ出せる為、メモリ管理機構やキャッシュ機
能を持ったユーザシステムのプログラムに対してもタイ
ミングを含めたデバッグを行なうことができる効果があ
る。
However, since factors that affect execution time, such as hold requests, can be simulated, it is possible to debug programs in user systems that have memory management mechanisms and cache functions, including timing. be.

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

第1図及び第2図はそれぞれ本発明の第1及び第2の実
施例を示すブロック図である。 1.1a・・・・・・割込み信号発生部、2・・・・・
・割込み制御部、3・・・−・・内部メモリ、4,4a
・・・・・・エミュレーションプロセッサ、5・・・・
・・分配!、6 、6 a・・・・・・マツピング回路
、7〜9・・・・・・バッファ回路、10・・・・・・
ユーザシステム、11・・・・・・割込みタイミング発
生部、12・・・・・・割込みコントローラ、13゜1
3a・・・・・・割込みベクタ格納部、21・・・・・
・割込み禁止スイッチ、22・・・・・・ORゲート、
23・・・・・・ANDゲート。 代理人 弁理士  内 原   晋(“パ二「ゝ、。
1 and 2 are block diagrams showing first and second embodiments of the present invention, respectively. 1.1a... Interrupt signal generation section, 2...
・Interrupt control unit, 3...- Internal memory, 4, 4a
...Emulation processor, 5...
...Distribution! , 6 , 6 a... Mapping circuit, 7 to 9... Buffer circuit, 10...
User system, 11...Interrupt timing generation unit, 12...Interrupt controller, 13゜1
3a... Interrupt vector storage section, 21...
・Interrupt prohibition switch, 22...OR gate,
23...AND gate. Agent: Susumu Uchihara, patent attorney

Claims (1)

【特許請求の範囲】[Claims] 設定された条件に基づき所定のタイミングで割込み信号
を発生する割込み信号発生部と、この割込み信号発生部
からの割込み信号とユーザシステム側からの割込み信号
の何れか一方を選択する割込み制御部と、前記割込み信
号に基づき予め設定された割込みベクタを出力する割込
みベクタ格納部と、少なくとも被デバッグプログラムと
割込み処理プログラムとをそれぞれ所定のアドレスに格
納しておきアドレス信号に従ってこれらアドレスのプロ
グラムを読出す内部メモリと、通常は前記被デバッグプ
ログラムが格納されているアドレスのアドレス信号を順
次出力して前記内部メモリから前記被デバッグプログラ
ムを読出し実行し、前記割込み信号が入力されると前記
割込みベクタを読出しこの割込みベクタに対応するアド
レス信号を出力して前記内部メモリから前記割込み処理
プログラムを読出し実行し、この割込み処理プログラム
の実行が終ると再び前記被デバッグプログラムの実行に
戻るエミュレーションプロセッサとを有することを特徴
とするインサーキットエミュレータ。
an interrupt signal generation unit that generates an interrupt signal at a predetermined timing based on set conditions; an interrupt control unit that selects either the interrupt signal from the interrupt signal generation unit or the interrupt signal from the user system side; an interrupt vector storage unit that outputs a preset interrupt vector based on the interrupt signal; and an internal unit that stores at least a debugged program and an interrupt processing program at predetermined addresses and reads out the programs at these addresses in accordance with the address signal. The program to be debugged is read and executed from the internal memory by sequentially outputting an address signal of an address in which the program to be debugged is normally stored, and when the interrupt signal is input, the interrupt vector is read and executed. and an emulation processor that outputs an address signal corresponding to an interrupt vector to read and execute the interrupt processing program from the internal memory, and returns to execution of the program to be debugged once execution of the interrupt processing program is finished. In-circuit emulator.
JP62125224A 1987-05-21 1987-05-21 Insert Kit Emulator Expired - Lifetime JPH0656590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62125224A JPH0656590B2 (en) 1987-05-21 1987-05-21 Insert Kit Emulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62125224A JPH0656590B2 (en) 1987-05-21 1987-05-21 Insert Kit Emulator

Publications (2)

Publication Number Publication Date
JPS63289653A true JPS63289653A (en) 1988-11-28
JPH0656590B2 JPH0656590B2 (en) 1994-07-27

Family

ID=14904909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62125224A Expired - Lifetime JPH0656590B2 (en) 1987-05-21 1987-05-21 Insert Kit Emulator

Country Status (1)

Country Link
JP (1) JPH0656590B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6177933A (en) * 1984-09-26 1986-04-21 Hitachi Yonezawa Denshi Kk Data processing system
JPS6275542U (en) * 1985-10-29 1987-05-14

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6177933A (en) * 1984-09-26 1986-04-21 Hitachi Yonezawa Denshi Kk Data processing system
JPS6275542U (en) * 1985-10-29 1987-05-14

Also Published As

Publication number Publication date
JPH0656590B2 (en) 1994-07-27

Similar Documents

Publication Publication Date Title
JP2753500B2 (en) An improved software debugging system and method for debugging code specifically in a multi-architecture environment
JP2651916B2 (en) In-circuit emulator
US4924382A (en) Debugging microprocessor capable of switching between emulation and monitor without accessing stack area
JPH011039A (en) In-circuit emulator
JP2526688B2 (en) Programmable controller and partial execution method of sequence program
US20100153786A1 (en) Processor, multiprocessor, and debugging method
JPH0728670A (en) Information processor
JP3260083B2 (en) Debug system and debugging method
JPS63289653A (en) In-circuit emitter
JPH0727472B2 (en) Integrated circuit with debug environment
JPH08272770A (en) Microcontroller development system
JPH0550016B2 (en)
JPS6152747A (en) Microprocessor
JP2575025B2 (en) In-circuit emulator
JP2555912B2 (en) Microprocessor
JP2619416B2 (en) emulator
JPH02135545A (en) Execution control processing system for debugger
JP2520158B2 (en) Debugging method of digital signal processor
JPS59158449A (en) Debugging device
JPH07121396A (en) Emulator
JPS59202546A (en) Debugging device
JPH04160650A (en) Microprocessor
JPS59202548A (en) Debugging device
JPH03175539A (en) Debugging microprocessor
JPS63639A (en) Program debugging system