Debugger Engine Commands
Debugger Commands
812
Microcontrollers Debugger Manual
RD
The
RD
command displays the content of specified registers. The display of a register
includes both the name and hexadecimal representation. If the specified register is not a
CPU register, then it looks for this register in a register file as an I/O register. This file is
called:
MCUIxxxx.REG
(where
xxxx
is a number related to the MCU).
NOTE
This command is processor/derivative specific and does not display banked
registers if the processor does not support banking.
Usage
RD { <list> | CPU | * }
where
list
is a list of registers to be displayed. Registers to be displayed are
separated by a space. When
RD CPU
is specified, all CPU registers are displayed.
If no CPU is loaded,
No CPU loaded
is displayed as an error message.
When
*
is specified, the
RD
command lists the content of the register file that is
currently loaded. If no register file is loaded, following error message is displayed:
No register file loaded
.
When there is no parameter, the previous
RD
command is processed again. If there
is no previous
RD
command, all CPU registers are displayed.
If
list
is omitted, the list and any other parameters of the previous
RD
command
are used.
For the first
RD
command of a session, all CPU registers are displayed.
Components
Debugger engine.
Example 1:
in>rd a hx
A=0x14
HX=0x2
Example 2:
in>rd cpu
A=0x0 HX=0x450 SR=0x70 PC=0xF04E SP=0xFF
Summary of Contents for Microcontrollers
Page 1: ...Microcontrollers Debugger Manual Revised 22 October 2007 ...
Page 20: ...Table of Contents 20 Microcontrollers Debugger Manual ...
Page 24: ...Book I Contents 24 Microcontrollers Debugger Manual ...
Page 60: ...Debugger Interface Highlights of the User Interface 60 Microcontrollers Debugger Manual ...
Page 156: ...Debugger Components Visualization Utilities 156 Microcontrollers Debugger Manual ...
Page 198: ...Real Time Kernel Awareness OSEK Kernel Awareness 198 Microcontrollers Debugger Manual ...
Page 236: ...Synchronized Debugging Through DA C IDE Troubleshooting 236 Microcontrollers Debugger Manual ...
Page 238: ...Book II Contents 238 Microcontrollers Debugger Manual ...
Page 332: ...HC08 Full Chip Simulation Configuration Procedure 332 Microcontrollers Debugger Manual ...
Page 348: ...MON08 Interface Connection Device Class Description 348 Microcontrollers Debugger Manual ...
Page 364: ...ICS MON08 Interface Connection Device Class Description 364 Microcontrollers Debugger Manual ...
Page 428: ...HC08 FSICEBASE Emulator Bus State Analyzer BSA 428 Microcontrollers Debugger Manual ...
Page 430: ...Book III Contents 430 Microcontrollers Debugger Manual ...
Page 466: ...HCS08 Full Chip Simulation Peripheral Modules Commands 466 Microcontrollers Debugger Manual ...
Page 544: ...HCS08 On Chip DBG Module HCS08 DBG V3 New Features 544 Microcontrollers Debugger Manual ...
Page 546: ...Book IV Contents 546 Microcontrollers Debugger Manual ...
Page 576: ...Book V Contents 576 Microcontrollers Debugger Manual ...
Page 698: ...Book VI Contents 698 Microcontrollers Debugger Manual ...
Page 714: ...Flash Programming NVMC Commands 714 Microcontrollers Debugger Manual ...
Page 730: ...Book VII Contents 730 Microcontrollers Debugger Manual ...
Page 840: ...Book VIII Contents 840 Microcontrollers Debugger Manual ...
Page 864: ...Book IX Contents 864 Microcontrollers Debugger Manual ...
Page 868: ...Legacy Target Interfaces Removed 868 Microcontrollers Debugger Manual ...