Kavya TKnowledge 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
Whenever there is an interrupt to the sequential instruction execution then the processors loads its program counter with the starting location of a routine which contains code to execute the interrupt. This location where the part of code is stored is called interrupt service routine (ISR).