JPH08314755A - Trace information recording method - Google Patents
Trace information recording methodInfo
- Publication number
- JPH08314755A JPH08314755A JP7117284A JP11728495A JPH08314755A JP H08314755 A JPH08314755 A JP H08314755A JP 7117284 A JP7117284 A JP 7117284A JP 11728495 A JP11728495 A JP 11728495A JP H08314755 A JPH08314755 A JP H08314755A
- Authority
- JP
- Japan
- Prior art keywords
- address
- information
- trace
- system bus
- memory
- 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.)
- Pending
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
(57)【要約】
【目的】 対象となるアドレスとして多数のアドレスを
指定することが可能なトレース情報記録方法を得る。
【構成】 プログラム領域の各アドレスに1対1で対応
したエントリ12を有するアドレス選択用メモリ11を
用意し、それら各エントリに、それが対応付けられたア
ドレスが記録対象であるか否かを示す情報を設定してお
き、プログラム実行時におけるシステムバス3上の情報
を各実行サイクル毎に記録する際に、記録対象であるこ
とを示す情報が設定されているエントリに対応したアド
レスがシステムバス上に現れた場合にのみ、そのシステ
ムバス上の情報をトレース情報としてトレースメモリ6
に記録するようにしたものである。
(57) [Summary] [Purpose] To obtain a trace information recording method capable of designating a large number of addresses as target addresses. [Arrangement] An address selecting memory 11 having an entry 12 corresponding to each address of a program area is prepared, and it is shown in each of these entries whether or not the address associated therewith is a recording target. When information is set and the information on the system bus 3 during program execution is recorded in each execution cycle, the address corresponding to the entry in which the information indicating the recording target is set is on the system bus. Only when it appears in the trace memory 6 as the trace information on the system bus.
It is intended to be recorded in.
Description
【0001】[0001]
【産業上の利用分野】この発明は、マイクロコンピュー
タのプログラム開発に使用されるエミュレータなどにお
いて、プログラムの実行時間を遅延させることなく、プ
ログラム実行中のアドレスバスやデータバス、さらには
その他の制御情報等をトレース情報として各実行サイク
ル毎に記録するトレース情報記録方法に関するものであ
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an emulator or the like used for developing a program for a microcomputer, without delaying the execution time of the program, an address bus and a data bus during execution of the program, and other control information. The present invention relates to a trace information recording method for recording such as trace information for each execution cycle.
【0002】[0002]
【従来の技術】図2はこの発明および従来のトレース情
報記録方法が適用されるエミュレータのシステム構成を
示すブロック図である。図において、1はターゲットと
なるマイクロコンピュータ(以下、ターゲットMCUと
いう)であり、2はこのターゲットMCU1の実行する
プログラムが格納されているエミュレーションメモリで
ある。3はターゲットMCU1のアドレスバス、データ
バス、およびその他の制御信号を含むシステムバスであ
り、4はこのシステムバス3を制御するバス制御回路で
ある。5はこのエミュレータ全体を制御するモニタ回
路、6はシステムバス3上の記録すべきトレース情報が
格納されるトレースメモリであり、7はこのトレースメ
モリ6に記録するトレース情報の格納条件を判定するイ
ベント検出回路である。2. Description of the Related Art FIG. 2 is a block diagram showing a system configuration of an emulator to which the present invention and a conventional trace information recording method are applied. In the figure, 1 is a target microcomputer (hereinafter referred to as target MCU), and 2 is an emulation memory in which a program executed by the target MCU 1 is stored. Reference numeral 3 is a system bus including an address bus, data bus and other control signals of the target MCU 1, and reference numeral 4 is a bus control circuit for controlling the system bus 3. Reference numeral 5 is a monitor circuit for controlling the entire emulator, 6 is a trace memory for storing trace information to be recorded on the system bus 3, and 7 is an event for judging a storage condition of the trace information to be recorded in the trace memory 6. It is a detection circuit.
【0003】また、図3は従来のトレース情報記録方法
を説明するための、図2におけるイベント検出回路7の
内部構成を示すブロック図である。図において、5はモ
ニタ回路、6はトレースメモリ、7はイベント検出回路
であり、これらは図2に同一符号を付したものと同一の
ものである。また、イベント検出回路7の内部におい
て、8a、8bはあらかじめ保持しているアドレスとシ
ステムバス3上に出力されたアドレスとを比較するアド
レス比較回路、9a、9bはあらかじめ保持しているデ
ータとシステムバス3上に出力されたデータとを比較す
るデータ比較回路であり、10はこれらのアドレス比較
回路8a、8bやデータ比較回路9a、9bを制御し
て、イベントの成立を判定するイベント検出制御回路で
ある。FIG. 3 is a block diagram showing the internal structure of the event detection circuit 7 in FIG. 2 for explaining the conventional trace information recording method. In the figure, 5 is a monitor circuit, 6 is a trace memory, and 7 is an event detection circuit, which are the same as those denoted by the same reference numerals in FIG. Further, inside the event detection circuit 7, 8a and 8b are address comparison circuits for comparing an address held in advance with an address output onto the system bus 3, and 9a and 9b are data held in advance and the system. A data comparison circuit for comparing with the data output on the bus 3, and 10 is an event detection control circuit for controlling the address comparison circuits 8a, 8b and the data comparison circuits 9a, 9b to judge the establishment of an event. Is.
【0004】次に動作について説明する。図2に示すよ
うに構成されたエミュレータシステムにおいては、その
リアルタイムトレース機能によるトレース情報の記録動
作は、ターゲットMCU1のプログラム実行中に行われ
る。すなわち、ターゲットMCU1はエミュレーション
メモリ2に格納されているプログラムを順次読み出して
実行してゆく。そのとき、ターゲットMCU1とエミュ
レーションメモリ2を結ぶシステムバス3上に、アドレ
スやデータ、さらには制御信号等の情報が出力される。
リアルタイムトレース機能では各実行サイクル毎に、こ
のシステムバス3上に出力される情報をトレース情報と
してトレースメモリ6に記録する。Next, the operation will be described. In the emulator system configured as shown in FIG. 2, the recording operation of the trace information by the real-time trace function is performed during the program execution of the target MCU1. That is, the target MCU 1 sequentially reads out the programs stored in the emulation memory 2 and executes them. At that time, the address, data, and information such as control signals are output onto the system bus 3 connecting the target MCU 1 and the emulation memory 2.
In the real-time trace function, the information output on the system bus 3 is recorded in the trace memory 6 as trace information for each execution cycle.
【0005】当該エミュレータの全体制御を行っている
モニタ回路5は、システムバス3上に出力された情報を
バス制御回路4を介して入手する。そのとき、このシス
テムバス3上の情報は同時にイベント検出回路7にも渡
される。イベント検出回路7は受け取ったシステムバス
3上の情報を解析し、それが記録対象のトレース情報で
あるか否かを各実行サイクル毎に判別する。なお、この
イベント検出回路7における判定条件の情報は、ターゲ
ットMCU1がプログラムの実行を開始する前に、モニ
タ回路5からイベント検出回路7に事前に送られてい
る。イベント検出回路7によって記録対象のサイクルで
あることが確認されると、当該システムバス3上の情報
はトレースメモリ6に渡され、トレース情報として記録
される。The monitor circuit 5, which controls the emulator as a whole, obtains the information output on the system bus 3 via the bus control circuit 4. At this time, the information on the system bus 3 is simultaneously passed to the event detection circuit 7. The event detection circuit 7 analyzes the received information on the system bus 3 and determines for each execution cycle whether it is the trace information to be recorded. The information on the determination conditions in the event detection circuit 7 is sent from the monitor circuit 5 to the event detection circuit 7 in advance before the target MCU 1 starts executing the program. When the event detection circuit 7 confirms that the cycle is a recording target, the information on the system bus 3 is passed to the trace memory 6 and recorded as trace information.
【0006】次に、図3を用いてイベント検出回路7の
内部動作について説明する。モニタ回路5はターゲット
MCU1の実行を開始する前に、あらかじめイベント検
出回路7に対してトレース情報の格納条件として、いく
つかのアドレス情報とデータ情報、さらにはその組み合
わせ情報を渡す。イベント検出回路7はいくつかのアド
レス比較回路(図示の例では8aと8bの2つ)と、い
くつかのデータ比較回路(図示の例では9a、9bの2
つ)を備えており、それぞれモニタ回路5から渡された
アドレスやデータの情報を保持する。そして、ターゲッ
トMCU1がプログラムの実行を開始すると、それら各
アドレス比較回路8a、8bやデータ比較回路9a、9
bによって、システムバス3上に出力されるアドレスや
データの情報と保持しているアドレスやデータの情報と
が比較される。イベント検出制御回路10では、これら
各アドレス比較回路8a、8bやデータ比較回路9a、
9bの条件成立を確認し、さらにモニタ回路5から渡さ
れた組み合わせ情報の条件を満たしたか否かを判別す
る。Next, the internal operation of the event detection circuit 7 will be described with reference to FIG. Before the execution of the target MCU 1 is started, the monitor circuit 5 passes some address information and data information, and further combination information thereof to the event detection circuit 7 in advance as a trace information storage condition. The event detection circuit 7 includes several address comparison circuits (two of 8a and 8b in the illustrated example) and several data comparison circuits (two of 9a and 9b in the illustrated example).
And the information of the address and data passed from the monitor circuit 5, respectively. When the target MCU 1 starts executing the program, the address comparison circuits 8a and 8b and the data comparison circuits 9a and 9a, respectively.
By b, the address and data information output on the system bus 3 is compared with the held address and data information. In the event detection control circuit 10, the address comparison circuits 8a and 8b, the data comparison circuit 9a,
It is confirmed whether the condition 9b is satisfied, and whether or not the condition of the combination information passed from the monitor circuit 5 is satisfied is determined.
【0007】このようにすることにより、特定の条件を
満たしている実行サイクルについてのみ、トレース情報
をトレースメモリ6に記録することが可能となり、これ
により、トレースメモリ6のメモリ容量を節約すること
ができる。By doing so, it becomes possible to record the trace information in the trace memory 6 only for the execution cycle satisfying the specific condition, and thereby the memory capacity of the trace memory 6 can be saved. it can.
【0008】なお、このようなイベント検出回路7を利
用して、複数の特定のアドレスの実行サイクルの情報を
記録しようとする場合には、記録対象のアドレス情報を
それぞれ別々のアドレス比較回路8a、8b、・・・・
に設定し、いずれかのアドレス比較回路8a(8b、・
・・・)の条件が成立した際に、その情報をトレースメ
モリ6に記録するようにする。When it is attempted to record the information of the execution cycles of a plurality of specific addresses by using the event detection circuit 7 as described above, the address information to be recorded is divided into different address comparison circuits 8a and 8a, respectively. 8b ...
To one of the address comparison circuits 8a (8b, ...
When the condition (...) Is satisfied, the information is recorded in the trace memory 6.
【0009】このような従来のトレース情報記録方法に
関連した技術が記載された文献としては、例えば、特開
昭63−298452号公報、あるいは特開昭62−1
21556号公報などがある。As a document in which a technique related to such a conventional trace information recording method is described, for example, JP-A-63-298452 or JP-A-62-1 is available.
21556 and the like.
【0010】[0010]
【発明が解決しようとする課題】従来のトレース情報記
録方法は以上のように構成されているので、リアルタイ
ムトレース機能によって複数の特定のアドレスの実行サ
イクルにおける情報だけをトレースメモリ6に記録しよ
うとする場合、イベント検出回路7の各アドレス比較回
路8a、8bに対して別々のアドレスを設定する必要が
あり、高級言語プログラムのソースプログラムの各行頭
に相当するアドレスだけを記録したいような場合には、
記録対象のアドレスの個数が膨大なものとなって、その
各々に対応してアドレス比較回路8a、8bを用意しな
ければならず、そのようなエミュレータを実現すること
は困難であるという問題点があった。Since the conventional trace information recording method is configured as described above, it is intended to record only the information in the execution cycle of a plurality of specific addresses in the trace memory 6 by the real-time trace function. In this case, it is necessary to set different addresses for the respective address comparison circuits 8a and 8b of the event detection circuit 7, and when it is desired to record only the addresses corresponding to the beginning of each line of the source program of the high-level language program,
The number of addresses to be recorded becomes enormous, and the address comparison circuits 8a and 8b must be prepared for each of them, which makes it difficult to realize such an emulator. there were.
【0011】この発明は上記のような問題点を解消する
ためになされたもので、特定のアドレスのサイクルだけ
を記録対象とする際に、その対象となるアドレスとして
多数のアドレスを指定することが可能なトレース情報記
録方法を得ることを目的とする。The present invention has been made to solve the above problems, and when only the cycle of a specific address is to be recorded, a large number of addresses can be designated as the target address. The purpose is to obtain a possible trace information recording method.
【0012】[0012]
【課題を解決するための手段】この発明に係るトレース
情報記録方法は、プログラム領域の各アドレスに1対1
で対応したエントリを有するアドレス選択用メモリを用
意し、それらの各エントリに、それぞれが対応付けられ
たアドレスが記録対象であるか否かを示す情報を設定し
ておき、プログラム実行時におけるシステムバス上の情
報を各実行サイクル毎に記録する際、アドレス選択用メ
モリのシステムバス上に現れたアドレスに対応付けられ
たエントリが、当該アドレスが記録対象であることを示
す情報を保持している場合にのみ、前記システムバス上
の情報をトレース情報としてトレースメモリに記録する
ようにしたものである。A trace information recording method according to the present invention has a one-to-one correspondence with each address in a program area.
The memory for address selection having the corresponding entry is prepared, and information indicating whether or not the address associated with each is to be recorded is set in each of these entries, and the system bus during program execution is set. When the above information is recorded for each execution cycle, the entry corresponding to the address appearing on the system bus of the address selection memory holds information indicating that the address is a recording target. Only, the information on the system bus is recorded in the trace memory as trace information.
【0013】[0013]
【作用】この発明におけるアドレス選択用メモリは、エ
ントリのそれぞれがターゲットMCUのアドレス空間の
各アドレスに1対1で対応して、そのメモリ値として該
当するアドレスが記録対象であるか否かを示す論理値を
保持し、ターゲットMCUのプログラムアドレス値を利
用して該当するエントリに簡単にアクセス可能となって
おり、イベント検出回路は、システムバス上にアドレス
が出力されるサイクルにおいて、そのアドレス値を利用
してアドレス選択用メモリを参照し、該当するエントリ
の論理値からそのときのシステムバス上の情報が記録対
象であるか否かを判定することにより、対象となるアド
レスとして多数のアドレスを指定することができるトレ
ース情報記録方法を実現する。In the memory for address selection according to the present invention, each entry has a one-to-one correspondence with each address in the address space of the target MCU, and indicates whether or not the corresponding address is the memory value. The corresponding value can be easily accessed by holding the logical value and using the program address value of the target MCU. The event detection circuit outputs the address value in the cycle in which the address is output on the system bus. A large number of addresses are specified as target addresses by referring to the address selection memory by using it and determining from the logical value of the corresponding entry whether the information on the system bus at that time is to be recorded. A trace information recording method that can be realized is realized.
【0014】[0014]
実施例1.以下、この発明の一実施例を図について説明
する。図1はこの発明の実施例1によるトレース情報記
録方法を説明するための、イベント検出回路の内部構成
を示すブロック図である。図において、5はモニタ回
路、6はトレースメモリ、7はイベント検出回路、10
はイベント検出制御回路であり、これらは図3に同一符
号を付した従来のそれらと同一、もしくは相当部分であ
るため詳細な説明は省略する。また、11はプログラム
領域の各アドレスに対して1対1で対応したエントリを
有するアドレス選択用メモリである。12はこのアドレ
ス選択用メモリ11の前記エントリであり、それぞれに
対応付けられたアドレスが記録対象であるか否かを示す
情報が設定されている。Example 1. An embodiment of the present invention will be described below with reference to the drawings. 1 is a block diagram showing an internal configuration of an event detection circuit for explaining a trace information recording method according to a first embodiment of the present invention. In the figure, 5 is a monitor circuit, 6 is a trace memory, 7 is an event detection circuit, 10
Is an event detection control circuit, and these are the same as or equivalent to those of the conventional one denoted by the same reference numeral in FIG. 3, and therefore detailed description thereof will be omitted. Reference numeral 11 is an address selection memory having an entry that corresponds to each address in the program area on a one-to-one basis. Reference numeral 12 is the entry of the address selecting memory 11, and information indicating whether or not the address associated with each of the entries is a recording target is set.
【0015】次に動作について説明する。モニタ回路5
はまず、ターゲットMCU1の実行を開始する前に、あ
らかじめ記録対象となっているアドレスの情報をイベン
ト検出回路7に対して送る。イベント検出回路7ではこ
のモニタ回路5からのアドレス情報をイベント検出制御
回路10で受け取る。イベント検出制御回路10では受
け取った記録対象のアドレス情報に従って、アドレス選
択用メモリ11の記録対象となっているアドレスに対応
付けられたエントリ12には記録対象であることを示す
論理値、例えば“1”を設定し、それ以外のエントリ1
2には記録対象ではないことを示す論理値、例えば
“0”を設定する。Next, the operation will be described. Monitor circuit 5
First, before the execution of the target MCU 1 is started, the information of the address to be recorded in advance is sent to the event detection circuit 7. In the event detection circuit 7, the event detection control circuit 10 receives the address information from the monitor circuit 5. In the event detection control circuit 10, according to the received address information of the recording target, the entry 12 associated with the recording target address of the address selecting memory 11 has a logical value indicating that the recording target is, for example, “1”. ", And other entries 1
A logical value indicating that it is not a recording target, for example, “0” is set in 2.
【0016】次に、ターゲットMCU1の実行中におい
ては、モニタ回路5はバス制御回路4を介してシステム
バス3上に出力された情報を入手して、当該エミュレー
タの全体制御を行っている。そのとき、このシステムバ
ス3上の情報はイベント検出回路7にも同時に渡され
る。イベント検出回路7ではそのシステムバス3上の情
報をイベント検出制御回路10で受け取り、それが記録
対象のトレース情報であるか否かを各実行サイクル毎に
判別する。すなわち、イベント検出制御回路10は、シ
ステムバス3上にアドレスが出力されている場合にはそ
のアドレス情報を取り込み、そのアドレス情報を利用し
てアドレス選択用メモリ11の該当するエントリ12を
参照する。その結果、当該エントリ12に記録対象であ
ることを示す論理値“1”が設定されていれば、その時
の実行サイクルのシステムバス3の内容がトレースメモ
リ6に渡され、それらがトレース情報としてトレースメ
モリ6に記録される。一方、当該エントリ12に記録対
象ではないことを示す論理値“0”が設定されていれ
ば、その時の実行サイクルのシステムバス3の内容はト
レースメモリ6には渡されず、それらがトレース情報と
して記録されることはない。Next, during execution of the target MCU 1, the monitor circuit 5 obtains the information output on the system bus 3 via the bus control circuit 4 and controls the emulator as a whole. At this time, the information on the system bus 3 is also passed to the event detection circuit 7 at the same time. In the event detection circuit 7, the event detection control circuit 10 receives the information on the system bus 3, and it is determined in each execution cycle whether or not it is the trace information to be recorded. That is, the event detection control circuit 10 takes in the address information when the address is output on the system bus 3, and refers to the corresponding entry 12 of the address selection memory 11 using the address information. As a result, if a logical value “1” indicating that the data is to be recorded is set in the entry 12, the contents of the system bus 3 in the execution cycle at that time are passed to the trace memory 6 and are traced as trace information. It is recorded in the memory 6. On the other hand, if the entry 12 is set to the logical value “0” indicating that it is not a recording target, the contents of the system bus 3 in the execution cycle at that time are not passed to the trace memory 6 and they are used as trace information. It will not be recorded.
【0017】[0017]
【発明の効果】以上のように、この発明によれば、プロ
グラム領域の各アドレスに1対1で対応したエントリを
有するアドレス選択用メモリを用意して、その各エント
リに対応するアドレスが記録対象であるか否かを示す情
報を設定しておき、記録対象であることを示す情報が設
定されているエントリに対応したアドレスがシステムバ
ス上に現れた場合にのみ、システムバス上の情報をトレ
ースメモリに記録するように構成したので、対象となる
アドレスとして多数のアドレスを指定することが可能と
なり、例えば高級言語プログラムのソースプログラムの
行頭や分岐文のジャンプ先に相当するアドレスなど、プ
ログラム領域に散在するアドレスに対してのアクセスの
履歴を、長い時間にわたって記録することができるトレ
ース情報記録方法が得られる効果がある。As described above, according to the present invention, an address selecting memory having an entry having a one-to-one correspondence with each address of the program area is prepared, and the address corresponding to each entry is a recording target. Information indicating whether or not is set, and the information on the system bus is traced only when the address corresponding to the entry for which the information indicating that it is a recording target is set appears on the system bus. Since it is configured to be recorded in the memory, it is possible to specify a large number of addresses as the target addresses, for example, in the program area such as the beginning of the source program of the high-level language program or the address corresponding to the jump destination of the branch statement Trace information recording method that can record the history of access to scattered addresses for a long time There is an effect obtained.
【図1】 この発明の実施例1によるトレース情報記録
方法を説明するための、イベント検出回路の内部構成を
示すブロック図である。FIG. 1 is a block diagram showing an internal configuration of an event detection circuit for explaining a trace information recording method according to a first embodiment of the present invention.
【図2】 この発明および従来のトレース情報記録方法
が適用されるエミュレータのシステム構成を示すブロッ
ク図である。FIG. 2 is a block diagram showing a system configuration of an emulator to which the present invention and a conventional trace information recording method are applied.
【図3】 従来のトレース情報記録方法を説明するため
の、イベント検出回路の内部構成を示すブロック図であ
る。FIG. 3 is a block diagram showing an internal configuration of an event detection circuit for explaining a conventional trace information recording method.
3 システムバス、4 バス制御回路、6 トレースメ
モリ、11 アドレス選択用メモリ、12 エントリ。3 system bus, 4 bus control circuit, 6 trace memory, 11 address selection memory, 12 entries.
Claims (1)
上のアドレスやデータなどの情報をトレース情報とし
て、各実行サイクル毎にトレースメモリに記録するトレ
ース情報記録方法において、前記プログラムが格納され
ている領域の各アドレスに対して1対1で対応したエン
トリを有するアドレス選択用メモリを用意して、当該ア
ドレス選択用メモリの各エントリに、それが対応付けら
れたアドレスが記録対象であるか否かを示す情報を設定
し、前記アドレス選択用メモリの記録対象であることを
示す情報が設定されているエントリに対応したアドレス
が前記システムバス上に現れた場合にのみ、前記システ
ムバス上の情報を前記トレースメモリに記録することを
特徴とするトレース情報記録方法。1. A trace information recording method for recording information such as addresses and data on a system bus at the time of program execution as trace information in a trace memory for each execution cycle, in each of areas where the program is stored. Information indicating whether or not an address selection memory having an entry that corresponds to an address on a one-to-one basis is prepared and whether or not the address associated with each entry of the address selection memory is a recording target Is set, and the information on the system bus is changed to the trace memory only when the address corresponding to the entry in which the information indicating the recording target of the address selection memory is set appears on the system bus. A method for recording trace information, which is characterized in that
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP7117284A JPH08314755A (en) | 1995-05-16 | 1995-05-16 | Trace information recording method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP7117284A JPH08314755A (en) | 1995-05-16 | 1995-05-16 | Trace information recording method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH08314755A true JPH08314755A (en) | 1996-11-29 |
Family
ID=14707942
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP7117284A Pending JPH08314755A (en) | 1995-05-16 | 1995-05-16 | Trace information recording method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH08314755A (en) |
-
1995
- 1995-05-16 JP JP7117284A patent/JPH08314755A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR930014041A (en) | Selective playback | |
| US5544307A (en) | Microcomputer development support system operable with only background monitor and without cache replacement | |
| US5872961A (en) | Microcomputer allowing external monitoring of internal resources | |
| JPS585848A (en) | Controlling system for program access | |
| JPH0767146A (en) | Memory diagnostic circuit for video recording / playback device using semiconductor memory | |
| JPH05297911A (en) | Sequence control circuit for sequence controller | |
| JPH0246970B2 (en) | MEMORIKA KUCHOHOSHIKI | |
| JPH0553882A (en) | Memory dump collecting system | |
| JPH03113646A (en) | Trace circuit | |
| JPH02100146A (en) | Trace decision system | |
| JP2513328B2 (en) | Dump output method | |
| JPS6152748A (en) | Trace selection system of microprogram development device | |
| JP2506591B2 (en) | Auxiliary processor | |
| JPS63123137A (en) | Address coincidence signal generating system | |
| JPH02115958A (en) | Data transfer control method | |
| JPH08328900A (en) | emulator | |
| JPS62121556A (en) | Information processor contained in trace memory | |
| JPS6126701B2 (en) | ||
| JPH05189332A (en) | Information processor | |
| JPH0399338A (en) | Microprocessor | |
| JPH03119436A (en) | Microinstruction address tracer | |
| JPH04310138A (en) | Debugging method for data transmitter | |
| JPH03142536A (en) | Diagnostic system for storage | |
| JPH08272647A (en) | Software evaluating device | |
| JPS62286134A (en) | Tracer system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20040518 |