Set Protected Mode Interrupt Vector [0.9]

Sets the address of protected mode handler for the specified interrupt into the interrupt vector.

Call With

AX = 0205H
BL = interrupt number
CX:(E)DX = selector:offset of exception handler

Returns

if function successful
Carry flag = clear

if function unsuccessful
Carry flag = set
AX = error code
8022Hinvalid selector

Notes