<< Previous | Next >>

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

FD C4 n

LD IY,(SP+n)

11 (2,2,2,1,2,2)

IYlow = (SP + n)
IYhigh = (SP + n + 1)


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

Description

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


<< Previous | Next >>