<< Previous | Next >>

LD HL,(SP+n)     Load     Rabbit 2000/3000/4000 Instruction
Opcode
Instruction
Clocks
Operation

C4 n

LD HL,(SP+n)

9 (2,2,1,2,2)

L = (SP + n)
H = (SP + n + 1)


Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-
·

Description

Loads HL with the data whose address is the sum of SP and the 8-bit unsigned constant n.


<< Previous | Next >>