![Rabbit 2000 Instruction & Reference Manual Download Page 60](http://html1.mh-extra.com/html/rabbit/2000/2000_instruction-and-reference-manual_3112735060.webp)
56
Rabbit 2000/3000 Microprocessor
Description
•
JP (HL):
The data in HL is loaded into PC. Thus the address of the next instruction fetched is
the data in HL.
•
JP (IX):
The data in IX is loaded into PC. Thus the address of the next instruction fetched is
the data in IX.
•
JP (IY):
The data in IY is loaded into PC. Thus the address of the next instruction fetched is
the data in IY.
•
JP mn:
The 16-bit constant mn is loaded into PC. Thus the address of the next instruction
fetched is mn. This instruction recognizes labels when used in the Dynamic C assembler.
JP (HL)
JP (IX)
JP (IY)
JP
mn
Opcode
Instruction
Clocks
Operation
E9
JP (HL)
4 (2,2)
PC = HL
DD E9
JP (IX)
6 (2,2,2)
PC = IX
FD E9
JP (IY)
6 (2,2,2)
PC = IY
C3
n m
JP
mn
7 (2,2,2,1)
PC =
mn
Flags
ALTD
I/O
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-
Summary of Contents for 2000
Page 2: ...ii Rabbit 2000 3000 Microprocessor...
Page 4: ...iv Rabbit 2000 Microprocessor...
Page 16: ...12 Rabbit 2000 3000 Microprocessor...
Page 164: ...160 Instruction Reference Manual...