Processor finishes current FE cycle for program
1. Processor checks interrupt priority queue
2. Processor checks for higher priority interrupt than program
3. Processor stores current process on stack
4. Processor calls ISR for interrupt
5. ISR resolves interrupt
6. Processor retrieves content of stack to continue with process from program