Advertisements
Advertisements
Question
What is an Vectored Interrupt?
Solution
(1) An interrupt is a subroutine called, initiated by external device through hardware (hardware interrupt) or microprocessor itself (software interrupt).
(2) An interrupt can also be viewed as a signal, which suspends the normal sequence of microprocessor and then microprocessor gives service to that device which has given the signal. After completing the service, microprocessor again returns to the main program.
(3) Hardware interrupts are used to handle asynchronous events. These interrupts are requested by external device.
(4) After execution of these interrupts program counter is not incremented. The microprocessor executes either interrupt acknowledge cycle or ideal machine cycle to acknowledge this interrupt.
(5) These interrupts may be non- maskable or maskable.
(6) They have lower priority than any software interrupt.