Explanation : Processor required to handle the interrupt:
1. Processor finishes the execution of the current
instruction.
2. Processor pushes the process status of L onto
the control stack.
3. Processor loads the new PC value based on
the interrupt.
4. Processor executes the interrupt service
routine.
5. Processor pops the process status of “L” from
the control stack.