Concept Flow - Interrupt vector table
CPU Reset
Fetch Interrupt Vector
Jump to ISR Address
Execute ISR
Return to Main Program
When an interrupt occurs, the CPU looks up the interrupt vector table to find the address of the correct Interrupt Service Routine (ISR) and jumps there to handle the interrupt.