ハードウェア割込み
Hardware interrupt
CPUに信号を送って現在の処理を中断
Send a hardware signal to CPU and stop current process
別の処理を行なってから戻る
Run a special program and return
ハードウェア割込みが無いと無限ループから抜けられない
Infinite loop can't finish without hardware interrupt