SP <- IX
LD
SP,IX
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | $DD |
1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | $F9 |
The 2-byte contents of Index Register IX are loaded to the Stack Pointer (SP)
None
If Index Register IX contains $98DA, then upon execution of
LD SP,IX
the Stack Pointer also contains $98DA.