Jump to content

Interrupt vector

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Daekharel (talk | contribs) at 02:23, 30 November 2005 (First, style. Second, interrupts have their own article; we don't need a synopsis of them here.). 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. When an interrupt occurs, the CPU stores the current state and jumps to the address specified by the corresponding interrupt vector. Most computers store interrupt vectors in an array, called the interrupt vector table or dispatch table.

For more information, see the entry for interrupt.

External links

Webopedia definition of 'interrupt vector table'