Get Virtual Interrupt State [0.9]

Returns the current state of the virtual interrupt flag.

Call With

AX = 0902H

Returns

Carry flag = clear (this function always succeeds)
AL = 0 if virtual interrupts are disabled
AL = 1 if virtual interrupts are enabled

Notes