
<
2
.75
7UGT U/CPWCN
=L/2*
#FFTGUU5RCEG
7/<:
JP
Jump
Example: The Carry flag is 1. The following statement replaces the contents of the Program Counter with
1520H
and transfers program control to that location. If the Carry flag had not been 1, control would have
fallen through to the statement following the
JP
instruction.
JP C, 1520H
Op Code: 7D 15 20
Example:Working register pair
RR2
contains the value
3F45H
. The following statement replaces the
contents of the PC with the value
3F45H
and transfers program control to that location.
JP @RR2
Op Code: 30 E2