Computer Science, asked by Dolce, 8 months ago

2. An interrupt occurs when a program is about to execute a ‘branch on condition’ instruction. Control is returned to the program after processing the interrupt. Explain how the occurrence of the interrupt does not affect the correct execution of the branch instruction.

Answers

Answered by wilsonchacko10
1

Answer:

Interrupt Service Routine

Interrupt service routines (ISRs) are designed to handle asynchronous events (foreground events).

From: Software Engineering for Embedded Systems  2019

Similar questions