Register Modify - Motorola M68HC11EVB User Manual

Table of Contents

Advertisement

RM

4.6.15 Register Modify

RM [p, y, x, a, b, c, s]
The RM command is used to modify the MCU program counter (P), Y index (Y), X index (X), A
accumulator (A), B accumulator (B), C accumulator (C), and stack pointer (S) register contents.
EXAMPLES
>RM<CR>
P-C007 Y-7982 X-FF00 A-44 B-70 C-C0 S-0054
P-C007 C020<CR>
>
>RM X<CR>
P-C007 Y-7982 X-FF00 A-44 B-70 C-C0 S-0054
X-FF00 C020<CR>
>
>RM<CR>
P-C020 Y-DEFE X-C020 A-DF B-DE C-D0 S-0054
P-C020 (SPACE BAR)
Y-DEFE (SPACE BAR)
X-C020 (SPACE BAR)
A-DF (SPACE BAR)
B-DE (SPACE BAR)
C-D0 (SPACE BAR)
S-0054 (SPACE BAR)
>
M68HC11EVB/D
DESCRIPTION
Display P register contents.
Modify P register contents.
Display X register contents.
Modify X register contents.
Display P register contents.
Display remaining registers.
(SPACE BAR) entered following stack pointer
display terminates RM command.
OPERATING INSTRUCTIONS
Register Modify
4-27
27

Advertisement

Table of Contents
loading

Table of Contents