Z8
®
CPU
User Manual
UM001604-0108
Instruction Description
189
replaces the contents of the Program Counter with 1520h and transfers program control to
that location. If the Carry Flag had not been set, control would have fallen through to the
statement following the JP instruction.
Example 2
If Working Register Pair RR2 contains the value
3F45h
, the statement:
JP @RR2
Op Code: 30 E2
replaces the contents of the PC with the value
3F45h
and transfers program control to that
location.