Get Virtual Interrupt State


This function will return the current state of the
virtual interrupt flag.

To Call

AX = 0902h

Returns

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

Programmer's Notes

None