LD SP,IX

Load stack pointer from IX register.
Function: SP <- IX
 
Format:
1101 1101
 
byte 1: DD
 
1111 1001
 
byte 2: F9
 
Description: The contents of the IX register are loaded into the stack pointer.
 
Data Flow:
 
Timing: 2 M cycles; 10 T states: 5 usec @ 2 MHz
 
Addressing Mode: implicit
 
Flags:
 
(no effect)
 
Example:

OBJECT CODE
Before:
 
After: