Motorola MPC564EVB User Manual page 81

Hide thumbs Also See for MPC564EVB:
Table of Contents

Advertisement

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
Chapter 3. Using the Monitor/Debug Firmware
3-31

Advertisement

Table of Contents
loading

Table of Contents