Interrupts of 8085
Interrupts of 8085
MICROPROCESSORS(TCS403)
BY
Hemant Singh Pokhariya
A.P. CSE dept.
Graphic Era Deemed To Be University
Dehradun
Interrupts
• When microprocessor receives any interrupt
signal from peripheral(s) which are requesting
its services, it stops its current execution and
program control is transferred to a sub-routine
by generating CALL signal and after executing
sub-routine by generating RET signal again
program control is transferred to main program
from where it had stopped.
• When microprocessor receives interrupt
signals, it sends an acknowledgement (INTA’) to
the peripheral which is requesting for its
service.
Different Types of Interrupts
• Hardware and Software Interrupts –
When microprocessors receive interrupt signals through pins (hardware) of
microprocessor, they are known as Hardware Interrupts.
VECTOR
There are 5 Hardware Interrupts and INTERRUPT
ADDRESS
these are INTR, RST 7.5, RST 6.5, RST 5.5, TRAP
RST 0 00 H
Software Interrupts are those
RST 1 08 H
which are inserted in between
the program which means these RST 2 10 H
RST 7 38 H
Vectored and Non-Vectored Interrupts
8085 microprocessor.
Maskable and Non-Maskable Interrupts
TRAP Highest