Interrupt Service Routines (ISR) are the portions of the program code that handle the interrupt requests. When an Interrupt is triggered(either a hardware or software interrupt), the processor breaks away from the current task, moves the (    ) to the ISR, and then continues operation. When the ISR has completed, the processor returns execution to the previous location.(2013年嵌入式系统设计师下半年)
A.memory   

B.function   

C.instruction pointer    

D.variable



参考答案:C
参考解析:

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

本文链接:https://scpro.cn/v/77251413b79d11ee.html

相关文章

最近发表