Interrupt vector
Appearance
An interrupt vector is the memory address of an interrupt handler. Interrupt vector tables contain the addresses of interrupt handlers. When an interrupt is generated, the processor saves its execution state (a.k.a., context), and begins execution of the interrupt handler at the interrupt vector.
For more information, see the entry for interrupt.
See also
- Advanced Programmable Interrupt Controller
- Programmable Interrupt Controller
- Inter-Processor Interrupt
- Interrupt
- Interrupt Handler
- Interrupt Latency
- Non-Maskable Interrupt
External links