English
Language : 

Z86E3016PSG Datasheet, PDF (306/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
288
Example
If the SP (Control Registers FEh and FFh) contains the value 70h and
Register 70h contains 44h, the statement:
POP 34h
Op Code: 50 34
loads the value 44h into Register 34h. After the POP operation, the SP
contains 71h. The contents of Register 70 are not affected.
Example
If the SP (Control Registers FEh and FFh) contains the value 1000h,
external data memory location 1000h contains 55h, and Working Regis-
ter R6 contains 22h, the statement:
POP @R6
Op Code: 51 E6
loads the value 55h into Register 22h. After the POP operation, the SP
contains 1001h. The contents of Working Register R6 are not affected.
Instruction Description
UM001602-0904