Loading AI tools
Processing technique in computer science From Wikipedia, the free encyclopedia
In computer science, a vectored interrupt is a processing technique in which the interrupting device directs the processor to the appropriate interrupt service routine. This is in contrast to a polled interrupt system, in which a single interrupt service routine must determine the source of the interrupt by checking all potential interrupt sources, a slow and relatively laborious process.
Vectored interrupts are achieved by assigning each interrupting device a unique code, typically four to eight bits in length.[1] When a device interrupts, it sends its unique code over the data bus to the processor, telling the processor which interrupt service routine to execute.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.