8085 INTERRUPTS
8085 INTERRUPTS
Interrupt is the mechanism by which the processor is made to transfer control from its current
program execution to another program having higher priority. Interrupts are the signals generated
by the external devices to request the microprocessor to perform a task.
The program or the routine that is executed upon interrupt is called interrupt service routine
(ISR). After execution of ISR, the processor must return to the interrupted program.
The address of the memory where the ISR is located for a particular interrupt signal. This address
is called interrupt vector address (IVA).
There are 5 interrupt signals in 8085 microprocessor:
TRAP, RST 7.5, RST 6.5, RST 5.5 and INTR.
Classification of interrupts