English
Language : 

E702289_SH7290 Datasheet, PDF (173/252 Pages) Renesas Technology Corp – SH7290 E10A Emulator
5.2.3 AUD_TRACE:AUT
Description:
Displays the trace information.
Format:
aut [<option1>] [<option2>]
<option1> = start<start_pointer>
<option2> = end<end_pointer>
Table 5.4 AUD_TRACE Command Parameter
Parameter
<start_pointer>
<end_pointer>
Type
Numerical value
(-n)
Numerical value
(-m)
Description
Start pointer value for trace display.
End pointer value for trace display.
Notes: 1. In the PCMCIA card emulator, –D’8191 to D’0 can be set to the trace pointer. In the
PCI card emulator, –D’32767 to D’0 can be set.
2. When the internal trace is selected, the AUT command displays the information that
has been acquired by using the AUD function.
Example:
To display trace information according to the information acquired during user program
execution:
>AUD_TRACE (RET)
IP
TYPE
-D’xxxxxx BRANCH
DESTINATION
(a)
(b)
ADDR
******10
01000020
(c)
MNEMONIC
MOV.L
(d)
OPERAND
R1, @R1
(e)
(a) Instruction pointer (signed decimal)
(b) Types of branch source or branch destination
BRANCH: Branch source
DESTINATION: Branch destination
(c) Address of instruction word
(d) Instruction mnemonic
(e) Instruction operand
149