LD A,I

Load accumulator from Interrupt Vector register I.
Function: A <- I
 
Format:
1110 1101
 
byte 1: ED
 
0101 0111
 
byte 2: 57
 
Description: The contents of the Interrupt Vector register are loaded into the accumulator.
 
Data Flow:
 
Timing: 2 M cycles; 9 T states: 4.5 usec @ 2 MHz
 
Addressing Mode: implicit
 
Flags:
 
Example:

OBJECT CODE
Before:
 
After: