Subject | English | Chinese Taiwan |
comp., MS | interrupt service routine | 插斷服務常式 (A kernel-mode interrupt that is small, very fast pieces of assembly code that map physical interrupts onto logical interrupts. ISRs are used to provide hooks back to the kernel as well as device drivers) |
comp., MS | leaf routine | 分葉常式 (An assembly language routine that does not call another routine) |