IX <- nn
LD
IX,nn
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | $DD |
0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | $21 |
n | ||||||||
n |
The nn integer is loaded to Index Register IX. The first n operand after the op code is the low-order byte.
None
Upon the execution of
LD IX,$45A2
the Index Register IX will contain $45A2.