interrupt vector
Technical computing term for a memory address that points to an interrupt handler.
The interrupt vector holds the address of the routine to execute when an interrupt occurs.
Compound of 割り込み (interrupt) and ベクトル (vector), a direct translation of the English computing term.