LD IX,(nn)

Load IX register from memory location addressed by nn.
Function: IXlow <- (nn); IXhigh <- (nn + 1)
 
Format:
 
Description:
 
Data Flow:
 
Timing:
 
Addressing Mode:
 
Byte Codes:
 
Flags:
 
(no effect)
 
Example:

OBJECT CODE
Before:
 
After: