<< Previous | Next >>

LD (SP+n),IX
LD (SP+n),IY
    Load
    Rabbit 2000/3000/4000/5000 Instruction

Opcode
Instruction
Operation
DD D4 n LD (SP+n),IX (SP + n) = IXlow
(SP + n + 1) = IXhigh
FD D4 n LP (SP+n),IY (SP + n) = IYlow
(SP + n + 1) = IYhigh

8-Bit Access
16-Bit Unaligned
16-Bit Aligned
Rabbit 2000/3000/4000
13
n/a
n/a
Rabbit 5000
14
13
12

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

Description

Loads the memory location whose address is the sum of SP and the 8-bit unsigned constant n with IX or IY.


Rabbit Instructions << Previous | Next >> rabbit.com