When an interrupt is enabled, then where does the pointer moves immediately after this interrupt has occurred?
Posted: Thu Jul 14, 2022 8:40 am
a) to the next instruction which is to be executed
b) to the first instruction of ISR
c) to a fixed location in memory called interrupt vector table
d) to the end of the program
b) to the first instruction of ISR
c) to a fixed location in memory called interrupt vector table
d) to the end of the program