First page Back Continue Last page Graphics
Interrupt Housekeeping
In addition to the primary task typically handle housekeeping chores before and after
- resetting interrupts
- saving context
- restoring context
Last command in interrupt subroutine: RETURN
Just like a CALLed subroutine but the CALL is implicitly done by the hardware.