Subject | English | Korean |
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) |