Answer
The CPU completes its current machine cycle, saves the state of the current process, and sets its program counter to a predetermined value (which is the location of the interrupted handler). Thus the next instruction executed will be the first instruction within the interrupted handler.
Work Step by Step
The CPU completes its current machine cycle, saves the state of the current process, and sets its program counter to a predetermined value (which is the location of the interrupted handler). Thus the next instruction executed will be the first instruction within the interrupted handler.