Interrupts on 8086 Microprocessor....pptx

66 views 4 slides Mar 21, 2024
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

micro notes


Slide Content

Interrupts on 8086 M icroprocessor

Interrupt Interrupt  is the method of creating a temporary halt during program execution and allows peripheral devices to access the microprocessor. The microprocessor responds to that interrupt with an  ISR  (Interrupt Service Routine), which is a short program to instruct the microprocessor on how to handle the interrupt.

Types of Interrupts

Software Interrupt
Tags