Set Real Mode Interrupt Vector [0.9]

Sets the current virtual machine's real mode interrupt vector for the specified interrupt.

Call With

AX = 0201H
BL = interrupt number
CX:DX = segment:offset of real mode interrupt handler

Returns

Carry flag = clear (this function always succeeds)

Notes