Definition
Interrupt
An Interrupt is an asynchronous signal from hardware indicating an event requiring immediate attention.
Mechanism
Upon receiving an interrupt, the CPU:
- Completes the current instruction.
- Saves the execution state (Program Counter and PSW).
- Transfers control to a specific Interrupt Handler routine defined in the Interrupt Vector Table.