Chapter 3. Using the Monitor/Debug Firmware
3-31
Commands
RM
Register Modify
Usage:
RM reg data
The RM command modifies the contents of the register reg to data. The value for reg is the name
of the register, and the value for data may be a symbol name, or it is converted according to the
user-defined radix, normally hexadecimal.
dBUG preserves the registers by storing a copy of the register set in a buffer. The RM command
updates the copy of the register in the buffer. The actual value will not be written to the register
until target code is executed.
Examples:
To change program counter to contain the value 0x003f_8000, the command is:
rm
pc 3f8000
Summary of Contents for MPC564EVB
Page 1: ...MPC564EVBUM Rev 1 2 3 2003 MPC564EVB User s Manual ...
Page 6: ......
Page 10: ...Contents Paragraph Number Title Page Number iv MPC564EVB User s Manual MOTOROLA ...
Page 50: ...2 12 MPC564EVB User s Manual System Power up and Initial Operation ...
Page 92: ...3 42 MPC564EVB User s Manual System Call Functions ...
Page 98: ...B 4 MPC564EVB User s Manual Troubleshooting Network Problems ...