Jump to content

Interrupt vector

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ClueBot NG (talk | contribs) at 05:16, 16 August 2014 (Reverting possible vandalism by 210.212.49.30 to version by 106.198.112.127. False positive? Report it. Thanks, ClueBot NG. (1922830) (Bot)). 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, and it is also an index into an array called an interrupt vector table that contains the memory addresses of interrupt handlers. When an interrupt is generated, the Operating System saves its execution state via a context switch, and begins execution of the interrupt handler at the interrupt vector.

See also

ΉΉᾂᾂuː