English
Language : 

Z86E3016PSG Datasheet, PDF (290/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
272
Example
If Working Register Pair R6–R7 contains 30A2h, program memory loca-
tion 30A2h and 30A3h contain 22h and BCh respectively, and Working
Register R2 contains 20h, the statement:
LDCI @R2, @RR6
Op Code: C3 26
loads the value 22h into Register 20h. Working Register Pair RR6 is
incremented to 30A3h and Working Register R2 is incremented to 21h. A
second
LDCI @R2, @RR6
Op Code: C3 26
loads the value BCh into Register 21h. Working Register Pair RR6 is
incremented to 30A4h and Working Register R2 is incremented to 22h.
Example
If Working Register R2 contains 20h, Register 20h contains 22h, Regis-
ter 21h contains BCh, and Working Register Pair R6–R7 contains 30A2h,
the statement:
LDCI @RR6, @R2
Op Code: D3 26
loads the value 22h into program memory location 30A2h. Working Reg-
ister R2 is incremented to 21h and Working Register Pair R6–R7 is incre-
mented to 30A3h. A second
LDCI @RR6, @R2
Op Code: D3 26
loads the value BCh into program memory location 30A3h. Working Reg-
ister R2 is incremented to 22h and Working Register Pair R6–R7 is incre-
mented to 30A4h.
Instruction Description
UM001602-0904