noun
software interrupt
A signal to the processor generated by a program, as opposed to a hardware interrupt. Used in operating systems and low-level programming.
ソフトウェア割り込みは、システムコールの実装によく使われる。
Software interrupts are often used to implement system calls.
このOSでは、ソフトウェア割り込み番号0x80がシステムコールに割り当てられている。
In this OS, software interrupt number 0x80 is assigned to system calls.
Compound of ソフトウェア (software) and 割り込み (interrupt). The term is a direct calque from English 'software interrupt'.