eZ80
®
CPU
User Manual
UM007714-0908 CPU Instruction Set
210
LD (IX/Y+d), IX/Y
Load Indirect with Offset
Operation
(IX/Y+d) ← IX/Y
Description
The CPU writes the contents of the Index Register, IX or IY, to the memory location spec-
ified by the contents of the multibyte Index Register, IX or IY, offset by the two’s-comple-
ment displacement
d
.
Condition Bits Affected
None.
Attributes
Mnemonic Operand ADL Mode Cycle Opcode (hex)
LD (IX+d),IX 0/1 5/6 DD, 3F, dd
LD.S (IX+d),IX 1 6 52, DD, 3F, dd
LD.L (IX+d),IX 0 7 49, DD, 3F, dd
LD (IX+d),IY 0/1 5/6 DD, 3E, dd
LD.S (IX+d),IY 1 6 52, DD, 3E, dd
LD.L (IX+d),IY 0 7 49, DD, 3E, dd
LD (IY+d),IX 0/1 5/6 FD, 3E, dd
LD.S (IY+d),IX 1 6 52, FD, 3E, dd
LD.L (IY+d),IX 0 7 49, FD, 3E, dd
LD (IY+d),IY 0/1 5/6 FD, 3F, dd
LD.S (IY+d),IY 1 6 52, FD, 3F, dd
LD.L (IY+d),IY 0 7 49, FD, 3F, dd