JP (IX)

Jump to IX.
Function: PC <- IX
 
Format:
1101 1101
 
byte 1: DD
 
1110 1001
 
byte 2: E9
 
Description: The contents of the IX register are loaded into the program counter. The next instruction is fetched from this new address.
 
Data Flow:
 
Timing: 2 M cycles; 8 T states: 4 usec @ 2 MHz
 
Addressing Mode: implicit
 
Flags:
 
(no effect)
 
Example:
JP (IX)

OBJECT CODE
Before:
 
After: