0% found this document useful (0 votes)
44 views3 pages

Data Types

The 8085 microprocessor can be interrupted by an emergency signal which causes it to suspend the current program and jump to an Interrupt Service Routine to respond to the interrupt. Each interrupt likely has its own dedicated Interrupt Service Routine to handle the interrupt.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views3 pages

Data Types

The 8085 microprocessor can be interrupted by an emergency signal which causes it to suspend the current program and jump to an Interrupt Service Routine to respond to the interrupt. Each interrupt likely has its own dedicated Interrupt Service Routine to handle the interrupt.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 3

8085INTERRUPT STRUCTURE

INTERRUPTS An interrupt is considered to be an emergency signal that may be serviced. The Microprocessor may respond to it as soon as possible. What happens when MP is interrupted ? When the Microprocessor receives an interrupt signal, it suspends the currently executing program and jumps to an Interrupt Service Routine (ISR) to respond to the incoming interrupt. Each interrupt will most probably have its own ISR. 3

You might also like