<< Previous | Next >>

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

F4 d

LD (IX+d),HL

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

(IX + d) = L
(IX + d + 1) = H

DD 36 d n

LD (IX+d),n

11 (2,2,2,2,3)

(IX + d) = n

---- LD (IX+d),r
10 (2,2,2,1,3)
(IX + d) = r

DD 77 d

LD (IX+d),A

10 (2,2,2,1,3)

(IX + d) = A

DD 70 d

LD (IX+d),B

10 (2,2,2,1,3)

(IX + d) = B

DD 71 d

LD (IX+d),C

10 (2,2,2,1,3)

(IX + d) = C

DD 72 d

LD (IX+d),D

10 (2,2,2,1,3)

(IX + d) = D

DD 73 d

LD (IX+d),E

10 (2,2,2,1,3)

(IX + d) = E

DD 74 d

LD (IX+d),H

10 (2,2,2,1,3)

(IX + d) = H

DD 75 d

LD (IX+d),L

10 (2,2,2,1,3)

(IX + d) = L


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 IX and the 8-bit signed displacement d with


<< Previous | Next >>