(IX+d) <- n
LD
(IX+d),n
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | $DD |
0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | $36 |
d | ||||||||
n |
The n operand is loaded to the memory address specified by the sum of Index Register IX and the two’s complement displacement operand d.
None
If Index Register IX contains the number $219A, then upon execution of
LD (IX+$5),$5A
byte 5Ah is contained in memory address 219Fh.