Hubbry Logo
search button
Sign in
Vectored interrupt
Vectored interrupt
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Vectored interrupt
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Vectored interrupt Wikipedia article. Here, you can discuss, collect, and organize anything related to Vectored interrupt. The purpose of the hub is to con...
Add your contribution
Vectored interrupt

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.

Implementation

[edit]

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.

References

[edit]
  1. ^ Hamacher, Carl (2002). "INPUT/OUTPUT Organization". Computer Organization (5th ed.). McGraw Hill. p. 214. ISBN 0072320869.