释义 |
interrupt service routine(ISR) 中断服务例行程序;[岔断服务常式] 1. A software which processes external requests that cause interrupts. 一种用于处理外部中断请求的软件。 2. In VAX/VMS, a routine executed when an interrupt occurs. 在VAX/VMS操作系统中,当中断发生时,所执行的一种例行程序。 3. A subroutine to which the CPU branches after acknowledging an interrupt request by a particular I/O unit. CPU在确认收到某个输入输出设备发出的中断请求后,转去执行的一种子例行程序。 |