include vpicd.inc mov eax, IRQHand ; IRQ handle VxDcall VPICD_Test_Phys_Request jc irq_set ; carry flag set if physical IRQ is set |
The VPICD_Test_Phys_Request service returns with the carry flag set if the physical (hardware PIC) interrupt request is set for the specified IRQ.
IRQHand
Specifies the handle identifying the IRQ.
The carry flag is set if the physical interrupt request is set.
Flags