UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
150
Example
•
If the Stack Pointer (control Registers FFEH and FFFH) contains the value
D70H
and
Register D70H contains the value
44H
, the statement:
POPX 345H
Object Code: D8 34 50
loads the value
44H
into Register 345H. After the POP operation, the Stack Pointer
contains the value
D71H
. The contents of Register D70H are not affected.