Fujitsu F2 MC-16 Computer Accessories User Manual


 
314
CHAPTER 2 DEPENDENCE FUNCTIONS
2.6.9.2 Trace Data Display Examples (RAW Data)
This section describes trace data that is displayed in the RAW data mode.
RAW Data Display
This format displays frames that are output from the emulator without analyzing them.
Figure 2.6-6 shows a RAW data display example.
Figure 2.6-6 Example of the RAW Data Display
frame no.
Displays frame numbers in decimal notation.
address
Displays a branch address.
Branch destination address = 110C6:"-> 000110C6"
Branch source address = 110A8:"000110A8 ->"
mnemonic
Displays the instructions that are executed.
>SHOW TRACE /RAWDATA -10
frame no. address mnemonic
- 00010 : FF00E1 RETI -> FF010E
- 00009 : FF011F BRA FF010E -> FF010E
- 00008 : FF010E MOVW A,0190 -> FF00CE [INT]
- 00007 : FF00E1 RETI -> FF010E
- 00006 : FF011F BRA FF010E -> FF010E
- 00005 : FF010E MOVW A,0190 -> FF00CE [INT]
- 00004 : FF00E1 RETI -> FF010E
- 00003 : FF011F BRA FF010E -> FF010E
- 00002 : FF010E MOVW A,0190 -> FF00CE [INT]
- 00001 : FF00E1 RETI -> FF010E
00000 : ==== << Break at FF0113 >> =====
Decimal, signed
Frame Number
Indicates instruction executed.
Disassemble Description
Hexadecimal Branch
destination address
of branch instruction
Jump address
Break at "address " :
program execution is stopped.
Special frame
Branching by hardware
interrupt
Interrupt