English
Language : 

Z86E3016PSG Datasheet, PDF (278/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
260
Jump
JP cc, dst
Instruction Format
cc OPC
dst
dst
dst
Cycles
12 If jump taken
10 if jump not taken
8
Address Mode
OPC (Hex)
dst
ccD
DA
cc = 0 to F
30
IRR
Operation
If cc (condition code) is true, then PC ← dst
A conditional jump transfers Program Control to the destination address
if the condition specified by cc (condition code) is true. Otherwise, the
instruction following the JP instruction is executed. See Section 12.3 for a
list of condition codes.
The unconditional jump simply replaces the contents of the Program
Counter with the contents of the register pair specified by the destination
operand. Program Control then passes to the instruction addressed by the
PC.
Flag
C
Z
S
V
D
H
Description
Unaffected
Unaffected
Unaffected
Unaffected
Unaffected
Unaffected
Note: Address mode IRR can be used to specify a 4-bit Working Register. In this
format, the destination Working Register operand is specified by adding
1110b (Eh) to the high nibble of the operand. For example, if Working
Instruction Description
UM001602-0904