kavyashreeKnowledge Contributor
A section of code to which control is transferred when a processor is interrupted is known as
A section of code to which control is transferred when a processor is interrupted is known as
Interrupt Service Routine (ISR). A section of code to which control is transferred when a processor is interrupted is known as an Interrupt Service Routine (ISR). The processor executes the ISR and returns to the next instruction of the main program.