Interrupt vector

From Computer History Wiki
Revision as of 14:44, 18 September 2018 by Jnc (talk | contribs) (Stubby, but a good start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

An interrupt vector is the main memory address which controls where the CPU jumps to when an interrupt happens. (Interrupts, more or less by definition, cause the CPU to immediately stop what it is doing, and go do something else.) Traps are usually handled in the same way, since they break into what the CPU is doing.

The location may contain an instruction (as in the PDP-10), or it may contain the address of the code which handles the interrupt (as in the PDP-11).