LD I,A

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

OBJECT CODE
Before:
 
After: