First page Back Continue Last page Graphics
Goals
Interrupt routines should remain as small as possible.
- Every instruction adds time to process
Interrupt routines should need to save/restore as little context as possible
- Every register requires two instructions to save and restore
Atomic sections should also remain small
- To minimize delays in responding to interrupts