Jump to content

Interrupt vector

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bluebot (talk | contribs) at 00:33, 27 January 2006 (Bringing "External links", "See also" and "Reference" sections in line with the Manual of Style.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table. Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is generated, the processor saves its execution state via a context switch, and begins execution of the interrupt handler handler at the interrupt vector.

For more information, see the entry for interrupt.

See also

Webopedia definition of 'interrupt vector table'