| 释义 |
transparent interrupts 透明中断(方式);[透明岔断] A mode in which , whenever an interrupt occurs, the state ofthe interrupted process is saved, including the program counter, internal registers, and condition codes. After the interrupts service procedure is run, the state of the interrupted process is restored to its previous condition and the process is restarted. 一种中断处理方法,无论何时发生中断都要保存中断过程的状态,包括程序计数器、内部寄 存器和状态码。当中断服务程序运行结束以后,被中断的进程状态恢复到中断以前的情况并 重新启动该进程。 |