As you can see, the executions of CMP.B instruction are not
disassembled. This occurs when the analyzer cannot get necessary
information for disassembling because of the store condition. Be
careful when you use the store condition.
Triggering the
Analyzer by Data
You may want to trigger the emulation analyzer when specific data
appears on the data bus. You can accomplish this with the following
command.
U> tg data=<data>
There are some points to be noticed when you trigger the analyzer in
this way. You always need to specify the <data> with 16 bits value
even when access to the data is performed by byte access. This is
because the analyzer is designed so that it can capture data on internal
data bus (which has 16 bits width). The following table shows the way
to specify the trigger condition by data.
For example, to trigger the analyzer when the processor performs word
access to data 1234 hex in 16 bit bus area, you can specify the
following:
U> tg data=1234
To trigger the analyzer when the processor accesses data 12 hex to the
even address located in 8 bit data bus area:
U> tg data=12xx
================================================================
Location of | Access | Address | Available
data | size | value | <data> Specification
================================================================
| | even | ddxx *1
8 bit data | byte/word|----------+-------------------------
bus area | | odd | xxdd *1
----------------+---------------------+-------------------------
| | even | ddxx *1
| byte |----------+-------------------------
16 bit data | | odd | xxdd *1
bus area |----------+----------+-------------------------
| word | even | hhll *2
================================================================
*1 dd means 8 bits data
*2 hhll means 16 bits data
2-34 Getting Started
Summary of Contents for H8/3003
Page 2: ......
Page 12: ...Figure 1 1 HP 64784 Emulator for the H8 3003 1 2 Introduction to the H8 3003 Emulator ...
Page 56: ...Notes 2 36 Getting Started ...
Page 63: ...Figure 3 3 Installing the PGA adaptor 3001 mode 3 4 3 7 In Circuit Emulation ...
Page 64: ...Figure 3 4 Installing the PGA adaptor 3004 5 mode 3 3 8 In Circuit Emulation ...
Page 82: ...Target System Interface ø RES STBY NMI MD0 2 3 26 In Circuit Emulation ...
Page 83: ... RESO P1 P2 P5 A0 23 P3 P4 D0 15 3 27 In Circuit Emulation ...
Page 84: ...P6 P8 P9 PA PB PC 3 28 In Circuit Emulation ...
Page 85: ...P7 AVcc Vref AVss 3 29 In Circuit Emulation ...
Page 105: ...Notes 4 20 Configuring the Emulator ...
Page 121: ...Notes A 16 H8 3003 Emulator Specific Command Syntax ...