JPS6367694B2 - - Google Patents

Info

Publication number
JPS6367694B2
JPS6367694B2 JP56080405A JP8040581A JPS6367694B2 JP S6367694 B2 JPS6367694 B2 JP S6367694B2 JP 56080405 A JP56080405 A JP 56080405A JP 8040581 A JP8040581 A JP 8040581A JP S6367694 B2 JPS6367694 B2 JP S6367694B2
Authority
JP
Japan
Prior art keywords
supervisor
emulator
section
microcomputer
mpu
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
Application number
JP56080405A
Other languages
Japanese (ja)
Other versions
JPS57196358A (en
Inventor
Kazuhide Kawada
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
Nippon Electric Co Ltd
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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP56080405A priority Critical patent/JPS57196358A/en
Publication of JPS57196358A publication Critical patent/JPS57196358A/en
Publication of JPS6367694B2 publication Critical patent/JPS6367694B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/28Error detection; Error correction; Monitoring by checking the correct order of processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Description

【発明の詳細な説明】 本発明はマイクロコンピユータ評価装置に係
り、特に読み出し専用メモリ(以下ROMと略
す)を内蔵するROM内蔵型マイクロコンピユー
タのソフトウエア及びハードウエアの評価を行う
ために、対象とするROM内蔵マイクロコンピユ
ータの主としてROM部を読み出し書き込みメモ
リ(以下RAMと略す)等に置き換え、外部より
その内容を参照、変更することができ、また対象
とするROM内蔵型マイクロコンピユータ内に、
アナログ動作を行う周辺回路が組み込まれ、その
アナログ部の評価も同時に行えるマイクロコンピ
ユータ評価装置に関する。
[Detailed Description of the Invention] The present invention relates to a microcomputer evaluation device, and particularly to a microcomputer evaluation device for evaluating the software and hardware of a ROM built-in microcomputer that has a built-in read-only memory (hereinafter abbreviated as ROM). Mainly, the ROM part of a microcomputer with a built-in ROM is replaced with a read/write memory (hereinafter referred to as RAM), and its contents can be referenced and changed from the outside.
The present invention relates to a microcomputer evaluation device in which a peripheral circuit that performs analog operations is incorporated and can evaluate the analog section at the same time.

近年半導体技術の進歩により、プログラムを格
納したROMを同一チツプに組み込んだいわゆる
“1チツプ・マイコン”が安価かつ大量に生産さ
れている。しかし、ROMに格納されたプログラ
ムは、一度書き込まれると2度と変更できないた
め、そのプログラムを開発する段階では、ROM
を読み書き可能なRAMに置き代えた評価装置を
使用するのが一般的である。
In recent years, due to advances in semiconductor technology, so-called "one-chip microcomputers" in which a ROM containing a program is built into the same chip are being produced at low cost and in large quantities. However, once the program stored in ROM is written, it cannot be changed again.
It is common to use an evaluation device that replaces the data with read/write RAM.

第1図に従来の評価装置の簡単なブロツク・ダ
イアグラム(ブロツク図)を示し、その基本動作
について説明する。対象としている“1チツプ・
マイコン”の機能をエミユレータするためのエミ
ユレータ1は、RAMで構成されるプログラム・
メモリ2内に格納された命令を実行する。スーパ
ーバイザー部3は、プログラム・メモリ2の内容
を端末装置4に出力したり、あるいはこの端末装
置4からの指示によりプログラム・メモリ2の内
容の変更を行う。この評価装置に於いては、1つ
のメモリ(第1図の場合はプログラム・メモリ
2)を、エミユレータ1とスーパーバイザー部3
とが共有する形となる。このため、エミユレータ
1とスーパーバイザ3との間で、メモリ・アクセ
スの競合が発生する場合があるので、通常はプロ
グラム・メモリ2にバス切り換え回路が設けら
れ、両者が同時にプログラム・メモリ2をアクセ
スする事のない様になつている。また、プログラ
ム・メモリ2のバスが、エミユレータ1側に切り
換わつているかそれともスーパーバイザー3側に
切り換わつているかをスーパーバイザー3は知る
事ができ、エミユレーター1側に切り換わつてい
る場合は、その旨のコメントを端末装置4に出力
したり、端末装置4からの指示により、強制的に
バスをスーパーバイザー3側に切り換える事がで
きるものもある。あるいは、これらの機能の他
に、スーパーバイザー3はエミユレータ2の実行
したアドレスを順次読み込み、実行したアドレス
のリストを作成するいわゆる“トレース”機能を
有するものもある。
FIG. 1 shows a simple block diagram of a conventional evaluation device, and its basic operation will be explained. Targeted “1 chip/
Emulator 1, which emulates the functions of a microcontroller, is a program consisting of RAM.
Executes instructions stored in memory 2. The supervisor section 3 outputs the contents of the program memory 2 to the terminal device 4, or changes the contents of the program memory 2 according to instructions from the terminal device 4. In this evaluation device, one memory (program memory 2 in the case of FIG. 1) is used for the emulator 1 and the supervisor section 3.
This will be a shared form. For this reason, memory access conflicts may occur between the emulator 1 and the supervisor 3, so a bus switching circuit is usually provided in the program memory 2 so that both can access the program memory 2 at the same time. It seems like nothing happened. In addition, supervisor 3 can know whether the bus of program memory 2 has been switched to emulator 1 side or supervisor 3 side, and if it is switched to emulator 1 side, In some cases, a comment to that effect can be output to the terminal device 4, or the bus can be forcibly switched to the supervisor 3 side according to an instruction from the terminal device 4. Alternatively, in addition to these functions, the supervisor 3 may have a so-called "trace" function that sequentially reads addresses executed by the emulator 2 and creates a list of executed addresses.

この様な評価装置では、スーパーバイザー部
に、かなり複雑な動作が期待されるため、最近で
はスーパーバイザー部にエミユレータ部とは別の
マイクロコンピユータ(以下“スーパーバイザー
MPU”と略す)を用いてその動作を行わせてい
るものが多い。
In such evaluation devices, the supervisor section is expected to perform fairly complex operations, so recently, the supervisor section is equipped with a microcomputer (hereinafter referred to as "supervisor") that is separate from the emulator section.
Many of them use a "MPU" (abbreviated as "MPU") to perform their operations.

一方評価すべき“1チツプ・マイコン”も、従
来からある入出力ポートの様にデジタル的な周辺
を内蔵したものの他に、D−Aコンバータや
PLL(Phase Locked Loop)といつたアナログ
的な周辺を内蔵したものを出現している。こうし
たアナログ的な周辺を内蔵した“1チツプ・マイ
コン”の評価装置は、プログラムを含むロジツク
の評価の他に、アナログ的な特性の評価をも行え
る機能を有していなければならない。しかし、評
価装置内にはデジタル的に動作する部分が多く、
特にスーパーバイザー部にマイクロコンピユータ
を使用しているものに関しては電源を切らない限
り、スーパーバイザーMPUはプログラムの読み
込みを実行しているためそのアドレス及びデー
タ・バス上のデジタル信号がノイズとしてエミユ
レータ部のアナログ部に飛び込み事があり、この
対策としてシールド等を行うかあるいはエミユレ
ータ部とスーパーバイザー部とを物理的に離して
配置する等の処置を施さなければ正確なアナログ
部の特性評価は行われない。この様な処置は、き
わめて経験的に行われるため、評価装置を開発す
るのに少なからぬ時間と労力がかかり、このため
評価装置のコスト増の一因となつている。
On the other hand, ``1-chip microcontrollers'' that should be evaluated include not only those with built-in digital peripherals such as conventional input/output ports, but also D-A converters and
Devices with built-in analog peripherals such as PLL (Phase Locked Loop) are emerging. An evaluation device for a "one-chip microcomputer" with built-in analog peripherals must have the ability to evaluate analog characteristics in addition to evaluating logic including programs. However, there are many parts inside the evaluation device that operate digitally.
In particular, for devices that use a microcomputer in the supervisor section, unless the power is turned off, the supervisor MPU will continue to read the program, and the digital signals on the address and data bus will be generated as noise in the emulator section. An accurate evaluation of the characteristics of the analog section will not be possible unless measures such as shielding or physically separating the emulator section and supervisor section are taken to prevent this from happening. . Since such a procedure is carried out very empirically, it takes a considerable amount of time and effort to develop an evaluation device, which is one of the reasons for the increase in the cost of the evaluation device.

本発明の目的は、このような問題を解決したマ
イクロコンピユータ評価装置を提供することにあ
る。
An object of the present invention is to provide a microcomputer evaluation device that solves these problems.

本発明の構成は、読み出し専用メモリを内蔵す
るROM内蔵型マイクロコンピユータの動作をエ
ミユレートするためのエミユレータ部と、該エミ
ユレータ部の内部状態の表示や変更等の動作を行
なうためのスーパーバイザー部とを備え、かつ該
スーパーバイザー部にマイクロコンピユータを使
用したマイクロコンピユータ評価装置に於いて、
前記エミユレータ部がプログラムを実行している
時だけ前記スーパーバイザー部のマイクロコンピ
ユータのプログラム・カウンタを停止させ、かつ
プログラム読み込みを禁止する手段を設けている
事を特徴とする。
The configuration of the present invention includes an emulator unit for emulating the operation of a ROM-embedded microcomputer with a built-in read-only memory, and a supervisor unit for performing operations such as displaying and changing the internal state of the emulator unit. In a microcomputer evaluation device equipped with a microcomputer and using a microcomputer in the supervisor section,
The present invention is characterized in that means is provided for stopping a program counter of a microcomputer in the supervisor section and prohibiting program reading only when the emulator section is executing a program.

本発明によれば、スーパーバイザーMPUが原
因となるノイズを全く出さず、かつ生産性、信頼
性のよい安価な評価装置を提供する事ができる。
以下図面を参照しながら、本発明を詳細に説明す
る。
According to the present invention, it is possible to provide an inexpensive evaluation device that does not emit any noise caused by the supervisor MPU and has good productivity and reliability.
The present invention will be described in detail below with reference to the drawings.

第2図は、本発明の一実施例のブロツク・ダイ
アグラムである。第2図の実施例では、スーパー
バイザーMPU10の部分は、〔8085〕の品名で知
られる産業界標準のマイクロコンピユータを使用
している。この〔8085〕の同等品は、日本電気(株)
の〔μCOM−85、ユーザーズ・マニユアル〕、マ
ニユアル番号IEM−618Aに詳しく述べられてい
るので、ここではその概説を省略する。
FIG. 2 is a block diagram of one embodiment of the present invention. In the embodiment of FIG. 2, the supervisor MPU 10 uses an industry standard microcomputer known by the product name [8085]. The equivalent product of this [8085] is manufactured by NEC Corporation.
[μCOM-85, User's Manual], manual number IEM-618A describes this in detail, so an overview thereof will be omitted here.

さてスイツチ15は、スーパーバイザーMPU
10のREADY端子に接続されており、これが閉
じている時は、スーパーバイザーMPU10の
SOD端子の出力を反転した内容が入力され、開
いている場合には無条件に“1”が入力される。
このスーパーバイザーMPU10は、READY端
子に“1”が入力されている時のみ命令を実行す
るが、“0”が入力されると命令の実行は中断さ
れ、以後“1”が入力されるまでAB8-15端子、
RD端子、IO/端子、端子、ALE端子、及
びAD0-7端子の内容は変化しない。つまり、それ
らの端子は直流的に固定される。以後の説明では
特にことわらない限り、スイツチ15は開いてい
るものとする。スーパーバイザーMPU10の実
行するプログラムは、モニタ・メモリ17に格納
されており、スーパーバイザーMPU10は、実
行すべき命令のアドレスをアドレス・バス25に
出力する。デコーダ16は、アドレス・バス25
上のデータに基づいて、モニタ・メモリ17、モ
ニタ・ワーク・メモリ18、またはプログラム・
メモリ19を選択するための選択信号を出力す
る。このモニタ・メモリ17及びモニタ・ワー
ク・メモリ18のデータ出力は、スーパーバイザ
ーMPU10のデータ・バス26に直接接続され
ているので、いずれのメモリーが選択された場合
でもスーパーバイザーMPU10はそれらのメモ
リーの内容を読んだり、またはそれにデータを書
き込むことができる。データの読み出し及び書き
込みの指示は、第1のゲート12及び第2のゲー
ト13の出力で行われる。つまり第1のゲート1
2の出力が“0”の場合は読み出し、また第2の
ゲート13の出力が“1”になると書き込みが指
示される。ただし、モニタ・メモリ17は、
ROMで構成されているのでモニタ・メモリ17
に対する書き込み動作は行えない。またモニタ・
ワーク・メモリ18は、スーパーバイザーMPU
10が命令を実行するのに必要なデータの一時記
憶等に使用される。プログラム・メモリ19に
は、エミユレータ11の実行すべき命令が格納さ
れており、スーパーバイザーMPU10のSOD端
子から“1”が出力されている時は、エミユレー
タ11のEAB端子から出力されるアドレスが、
バス・ドライバー21を介して入力され、そのア
ドレスに対応する命令データが、バス・ドライバ
ー22を介してIB端子に入力される。このとき
バス・ドライバー20及び双方向バス・ドライバ
ー23は出力が禁止されているので、スーパーバ
イザーMPU10とエミユレータ11との間で、
プログラム・メモリ19の競合が発生する事はな
い。スーパーバイザーMPU10のSOD端子が、
“1”の間エミユレータ11の端子には
“0”が入力され、エミユレータ11は“RUN状
態”になる。SOD端子を“0”にするとエミユ
レータ11は、命令の実行を停止し、次に
端子に“0”が入力されるまで動作しない。この
状態を“ブレーク状態”という。ブレーク状態に
於いては、バス・ドライバー21及び22が禁止
され、その代わりにバス・ドライバー20及び双
方向バス・ドライバー23が有効になる。つま
り、このブレーク状態に於いてのみスーパーバイ
ザーMPU10は、プログラム・メモリ19の内
容のリード/ライトが可能である。
Now, Switch 15 is a supervisor MPU
It is connected to the READY terminal of MPU 10, and when it is closed, the supervisor MPU 10's
The inverted contents of the SOD terminal output are input, and if it is open, "1" is input unconditionally.
This supervisor MPU 10 executes an instruction only when "1" is input to the READY terminal, but when "0" is input, the execution of the instruction is interrupted, and from then on until "1" is input, AB 8-15 terminals,
The contents of the RD pin, IO/pin, pin, ALE pin, and AD 0-7 pins do not change. In other words, those terminals are DC fixed. In the following description, it is assumed that the switch 15 is open unless otherwise specified. The program executed by the supervisor MPU 10 is stored in the monitor memory 17, and the supervisor MPU 10 outputs the address of the instruction to be executed to the address bus 25. The decoder 16 is connected to the address bus 25
Based on the above data, monitor memory 17, monitor work memory 18, or program
A selection signal for selecting memory 19 is output. The data outputs of the monitor memory 17 and monitor work memory 18 are directly connected to the data bus 26 of the supervisor MPU 10, so no matter which memory is selected, the supervisor MPU 10 will You can read the contents or write data to it. Instructions for reading and writing data are performed by the outputs of the first gate 12 and the second gate 13. That is, the first gate 1
When the output of the second gate 13 is "0", reading is instructed, and when the output of the second gate 13 is "1", writing is instructed. However, the monitor memory 17 is
Since it consists of ROM, the monitor memory 17
Write operations cannot be performed. Also monitor
Work memory 18 is supervisor MPU
10 is used for temporary storage of data necessary to execute an instruction. The program memory 19 stores instructions to be executed by the emulator 11, and when "1" is output from the SOD terminal of the supervisor MPU 10, the address output from the EAB terminal of the emulator 11 is
Command data corresponding to the address is input via the bus driver 21 and input to the IB terminal via the bus driver 22. At this time, the bus driver 20 and bidirectional bus driver 23 are prohibited from outputting, so between the supervisor MPU 10 and the emulator 11,
No contention for program memory 19 occurs. The SOD terminal of the supervisor MPU10 is
While the signal is "1", "0" is input to the terminal of the emulator 11, and the emulator 11 enters the "RUN state". When the SOD terminal is set to "0", the emulator 11 stops executing instructions and does not operate until the next "0" is input to the terminal. This state is called a "break state". In the break state, bus drivers 21 and 22 are disabled and bus driver 20 and bidirectional bus driver 23 are enabled in their place. That is, the supervisor MPU 10 can read/write the contents of the program memory 19 only in this break state.

次に、スイツチ15を閉じた場合を考えてみ
る。もし、エミユレータ11が“ブレーク状態”
ならば、READY端子には、“1”が入力される。
これは、スイツチ15を開いた場合と同じであ
り、スーパーバイザー10はモニタ・メモリ17
からの命令を読み込み実行し続けているため、ア
ドレス・バス25やデータ・バス26等のノイズ
が、直接または電源ライン等を介して、エミユレ
ータ11のアナログ出力端子27に飛び込む事に
なる。しかし、通常アナログ部の特性評価は、
“RUN状態”にて行われるので特性評価上の問題
とはならない。
Next, consider the case where the switch 15 is closed. If emulator 11 is in a “break state”
If so, "1" is input to the READY terminal.
This is the same as opening the switch 15, and the supervisor 10
Since instructions from the emulator 11 continue to be read and executed, noise from the address bus 25, data bus 26, etc. will enter the analog output terminal 27 of the emulator 11, either directly or via the power supply line. However, the characteristic evaluation of the analog section is usually
Since this is done in the "RUN state", it does not pose a problem in characteristic evaluation.

もし、エミユレータ11が“RUN状態”で、
スイツチ15が閉じられた場合には、READY端
子には“0”が入力されるので、スーパーバイザ
ーMPU10は、その命令実行を中断し、第2図
に示されるスーパーバイザーMPU10のすべて
の端子は直流的に固定された状態となる。つま
り、この状態では、エミユレータ11のアナログ
出力端子27には、スーパーバイザーMPU10
が発生源となるノイズは飛び込まない状態なの
で、アナログ部の特性評価を良好に行う事ができ
る。
If emulator 11 is in “RUN” state,
When the switch 15 is closed, "0" is input to the READY terminal, so the supervisor MPU 10 interrupts the instruction execution, and all terminals of the supervisor MPU 10 shown in FIG. It will be in a fixed state. In other words, in this state, the analog output terminal 27 of the emulator 11 is connected to the supervisor MPU 10.
Since the noise that is the source of noise does not jump in, it is possible to perform a good evaluation of the characteristics of the analog section.

以上説明した様に、本発明によれば、特にアナ
ログ的な周辺回路が内蔵された“1チツプ・マイ
コン”の評価装置に於いて、そのアナログ部の特
性評価時にはスーパーバイザーMPU部からのノ
イズをきわめて簡単に除却する事が可能である。
As explained above, according to the present invention, noise from the supervisor MPU section is eliminated when evaluating the characteristics of the analog section, especially in an evaluation device for a "single-chip microcontroller" with built-in analog peripheral circuits. It can be removed extremely easily.

なお、実施例としては、スーパバイザーMPU
に〔8085〕を使用した例を示し、かつその
READY端子を使用した場合を示したが、〔8085〕
に関しては、READY端子の他にHOLD端子を使
用する事も可能である〔8085〕のたとえばSID端
子にスイツチの接続して、モニタ・プログラムに
より、ソフト的にスイツチの状態を判断し、
HALT命令によりスーパーバイザーMPUの端子
類を固定する事もできる。
In addition, as an example, the supervisor MPU
shows an example using [8085], and
The case where the READY terminal is used is shown, but [8085]
It is also possible to use the HOLD terminal in addition to the READY terminal. For example, connect a switch to the SID terminal of the [8085], and use a monitor program to determine the switch status using software.
The terminals of the supervisor MPU can also be fixed using the HALT command.

また、その他のマイクロコンピユータの場合に
でも、〔8085〕のREADY端子やHOLD端子に相
等する端子があるものについては、それらの端子
を使用して同様の事が実行できるし、また
HALT命令相等の命令を用いる事もできる。ま
た、ある種のマイクロコンピユータでは、命令に
より自らのクロツクの発振を停止させる事ができ
るものがあるが、その場合にはその命令を
〔8085〕のHALT命令同様に使用する事により、
同様の効果が得られる。
Also, in the case of other microcomputers, if they have terminals equivalent to the READY and HOLD terminals of [8085], you can use those terminals to perform the same thing.
It is also possible to use a command equivalent to the HALT command. Also, some types of microcomputers can stop their own clock oscillation with a command, but in that case, by using that command in the same way as the HALT command on the [8085],
A similar effect can be obtained.

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

第1図は従来の“1チツプ・マイコン”評価装
置を示すブロツク図であり、第2図は本発明の一
実施例のブロツク図である。 尚図において、1……エミユレータ部、2……
プログラム・メモリ、3……スーパーバイザー
部、4……端末装置、5……ポート端子、10…
…スーパーバイザーMPU、11……エミユレー
タ、12,13……第1、第2のゲート、14…
…ラツチ、15……スイツチ、16……デコー
ダ、17……モニタ・メモリ、18……モニタ・
ワーク・メモリ、19……プログラム・メモリ、
20,21,22……バス・ドライバー、23…
…双方向バス・ドライバー、24……ゲート、2
5……アドレス・バス、26……データ・バス、
27……アナログ出力端子。
FIG. 1 is a block diagram showing a conventional "one-chip microcomputer" evaluation device, and FIG. 2 is a block diagram of an embodiment of the present invention. In the figure, 1... emulator section, 2...
Program memory, 3... Supervisor section, 4... Terminal device, 5... Port terminal, 10...
...Supervisor MPU, 11...Emulator, 12, 13...First and second gates, 14...
...Latch, 15...Switch, 16...Decoder, 17...Monitor memory, 18...Monitor
Work memory, 19...Program memory,
20, 21, 22... bus driver, 23...
...Two-way bus driver, 24...Gate, 2
5...address bus, 26...data bus,
27...Analog output terminal.

Claims (1)

【特許請求の範囲】[Claims] 1 読み出し専用メモリを内蔵するROM内蔵型
マイクロコンピユータの動作をエミユレートする
ためのエミユレータ部と、該エミユレータ部の内
部状態の表示や変更等の動作を行なうためのスー
パーバイザー部とを備え、かつ該スーパーバイザ
ー部にマイクロコンピユータを使用したマイクロ
コンピユータ評価装置に於いて、前記エミユレー
タ部がプログラムを実行している時だけ前記スー
パーバイザー部のマイクロコンピユータのプログ
ラム・カウンタを停止させ、かつプログラム読み
込みを禁止する手段を設けている事を特徴とする
マイクロコンピユータ評価装置。
1.Equipped with an emulator section for emulating the operation of a ROM built-in microcomputer with a built-in read-only memory, and a supervisor section for performing operations such as displaying and changing the internal state of the emulator section, and In a microcomputer evaluation device using a microcomputer in a visor section, means for stopping a program counter of the microcomputer in the supervisor section and prohibiting program reading only when the emulator section is executing a program. A microcomputer evaluation device characterized by being provided with.
JP56080405A 1981-05-27 1981-05-27 Appreciating device of microcomputer Granted JPS57196358A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56080405A JPS57196358A (en) 1981-05-27 1981-05-27 Appreciating device of microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56080405A JPS57196358A (en) 1981-05-27 1981-05-27 Appreciating device of microcomputer

Publications (2)

Publication Number Publication Date
JPS57196358A JPS57196358A (en) 1982-12-02
JPS6367694B2 true JPS6367694B2 (en) 1988-12-27

Family

ID=13717375

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56080405A Granted JPS57196358A (en) 1981-05-27 1981-05-27 Appreciating device of microcomputer

Country Status (1)

Country Link
JP (1) JPS57196358A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06105433B2 (en) * 1984-04-03 1994-12-21 三洋電機株式会社 Chip for evaluation of micro computer
JPH0721771B2 (en) * 1987-09-29 1995-03-08 日本電気株式会社 Emulation chip

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS53131732A (en) * 1977-03-21 1978-11-16 Mireniamu Shisutemuzu Inc System for developing and debugging microprocessor software and prototype

Also Published As

Publication number Publication date
JPS57196358A (en) 1982-12-02

Similar Documents

Publication Publication Date Title
US5488688A (en) Data processor with real-time diagnostic capability
JPH0155505B2 (en)
JPH02103482A (en) Integrated circuit device
JPH0155497B2 (en)
JPH06324906A (en) Single chip microcomputer
JPH06103106A (en) Program debug device
EP0953910B1 (en) Method and apparatus for controlling write access to storage means for a digital data processing circuit
JPS62264338A (en) Single chip microcomputer for evaluation
JPS5835647A (en) Appreciating device for microcomputer
KR0184154B1 (en) One chip micro-computer unit
JPH07244611A (en) Microcomputer with built-in memory
JPH0120779B2 (en)
KR860001785B1 (en) System program protection circuit of z80 cpu
JPH02264339A (en) information processing equipment
JPH04316137A (en) In-circuit emulator
JP3283505B2 (en) Microcomputer
JPS625724Y2 (en)
JPH01237846A (en) Processor system with debugging function
SU1529228A1 (en) Device for debugging program/unit modules
JPS63311447A (en) Microprocessor for debug
JP3128917B2 (en) Integrated circuit device
JPH02163840A (en) Single chip microcomputer
JPH05342377A (en) Microcomputer
JPH0679278B2 (en) Microcomputer development equipment
JPH01309138A (en) In-circuit emulator