ISR:中断服务程序

“Interrupt Service Routine”在计算机领域常被缩写为ISR,这一简称便于快速书写和应用,尤其在汇编语言和底层程序设计中广泛使用。它的中文译名为“中断服务程序”,指的是当系统接收到中断信号时,用于立即响应并处理特定事件的专用代码段。

Interrupt Service Routine具体释义

  • 英文缩写:ISR
  • 英语全称:Interrupt Service Routine
  • 中文意思:中断服务程序
  • 中文拼音:zhōng duàn fú wù chéng xù
  • 相关领域isr 程序集

Interrupt Service Routine的英文发音

例句

  1. The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine.
  2. 在中断发生和相关的中断服务程序(ISR)运行之间的时间长短。
  3. Aim Objective : To master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debugging.
  4. 实验目的目的:掌握定时器T0、T1的方式选择和编程方法,了解中断服务程序(ISR)的设计方法,学会实时程序的调试技巧。
  5. The address of an interrupt service routine.
  6. 中断服务程序(ISR)所在的地址。
  7. It also registers an interrupt service routine's address to service interrupts generated when wireless data is sent or received.
  8. 它还会注册一个中断服务例程的地址以服务收发无线数据时产生的中断。
  9. When the interrupt service routine exits control of the processor is returned to whatever part of the software was previously running.
  10. 当中断服务程序(ISR)退出,对处理器的控制权转到先前运行的那个软件上。