(nn+1) <- IXh, (nn) <- IXl
LD
(nn),IX
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | $DD |
0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | $22 |
n | ||||||||
n |
The low-order byte in Index Register IX is loaded to memory address (nn); the upper order byte is loaded to the next highest address (nn + 1). The first n operand after the op code is the low-order byte of nn.
None
If Index Register IX contains $5A30, then upon execution of
LD ($4392),IX
memory location $4392 contains number $30 and location $4393 contains $5A.