Page 1 of 1

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
by answerhappygod
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