Interrupt Service Routine (ISR)

Home > Computer Science > Computer Architecture > Interrupts and Exceptions > Interrupt Service Routine (ISR)

A program that gets executed when an interrupt occurs, which calculates the task, and then returns control to the main program.