8086 Interrupts: Lecturer Csed Tiet
8086 Interrupts: Lecturer Csed Tiet
Harpreet Singh
Lecturer
CSED
TIET
PRESENTED BY: HARPREET SINGH 1
Interrupts
• Interrupt Types
– Hardware Interrupts: External event
– Software Interrupts: Internal event (Software generated)
– Maskable and non-maskable interrupts
– Interrupt priority
• Interrupt Vectors and Interrupt Handlers
• Interrupt Controllers
Interrupt N
Req
Accept N
Interrupt
Get interrupt
vector
Jump to ISR
Save PC
Load PC
INTR
INTA΄
D7-D0 Vector
• This mask bit is part of the flags/condition code register, or a special interrupt register.
• If this bit is clear, and an interrupt request occurs on the Interrupt Request input, it is
ignored.
• HOLD req. is not honoured till the end of 2nd bus cycle.