English
Language : 

Z86E3016PSG Datasheet, PDF (308/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
290
Example
If the SP contains 1001h, the statement:
PUSH FCh
Op Code: 70 FC
stores the contents of Register FCh (the Flag Register) in location 1000h.
After the PUSH operation, the SP contains 1000h.
Example
If the SP contains 61h and Working Register R4 contains FCh, the state-
ment:
PUSH @R4
Op Code: 71 E4
stores the contents of Register FCh (the Flag Register) in location 60h.
After the PUSH operation, the SP contains 60h.
Instruction Description
UM001602-0904