Design Issues for Interrupt
Two design issues arise in implementing interrupt I/O.
- There will almost invariably be multiple I/O modules, how does the processor determine which device issued the interrupt?
- If multiple interrupts have occurred how the processor does decide which one to process?
|