Int 31/AX=0902h

Prev Next Ralf Interrups Categories Contents

------

DPMI 0.9+ - GET VIRTUAL INTERRUPT STATE

AX = 0902h

Return:
CF clear AL = current interrupt state (00h disabled, 01h enabled)

Note: Should be used rather than PUSHF because that instruction yields the physical interrupt state rather than the per-client virtualized interrupt flag

See Also: AX=0900h - AX=0901h

Category: DOS Extenders - Int 31h - D

------

Prev Next Ralf Interrups Categories Contents