What happens in an interrupt service routine?

前端 未结 4 742
庸人自扰
庸人自扰 2021-01-31 10:17

Can someone please explain to me what happens inside an interrupt service routine (although it depends upon specific routine, a general explanation is enough)? This always used

4条回答
  •  梦毁少年i
    2021-01-31 10:56

    An interrupt is used to cause a temporary halt in the execution of program. Microprocessor responds to the interrupt service routine, which is short program or subroutine that instruct the microprocessor on how to handle the interrupt.

提交回复
热议问题