Pergunta de entrevista da empresa Valeo

7- what happens when an interrupt takes place?

Resposta da entrevista

Sigiloso

29 de mai. de 2021

7- The interrupt controller detects and raise a signal to the CPU, As soon as CPU finishes the current instruction, it saves the context switch, then it jumps to the address in which has the address of ISR, then executes ISR, then pop the context switch from stack, then return to instruction in which CPU is interrupted "Address stored in PC"