JP (IY)

Jump to IY.
Function: PC <- IY
 
Format:
1111 1101
 
byte 1: FD
 
1110 1001
 
byte 2: E9
 
Description: The contents of the IY 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 (IY)

OBJECT CODE
Before:
 
After: