0
4.8kviews
Write a note on interrupt execution.
1 Answer
0
38views
  • An interrupt is a request of the processor to suspend its current program and transfer control to a new program called the Interrupt Service Routine (ISR).
  • Special hardware mechanisms that are designed for maximum speed force the transfer.
  • The ISR determines the cause of the interrupt, takes the appropriate action, …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.