In the FDE Cycle there is sometimes a check for interrupts like a division by 0
When an interrupt happens, the execution must be paused,
The current state of the CPU and registers are saved on a stack
The source of interrupt is identified
The Interrupt service routine (ISR) is called
The state of processor is restored from the stack