First page Back Continue Last page Graphics
Round-Robin with Interrupts
Interrupt routines deal with the very urgent needs of devices
Interrupt routines set flags to indicate the interrupt happened
main while loop polls the status of the interrupt flags and does any follow-up processing required by a set flag.