include vmm.inc
mov eax, Interrupt ; number of interrupt to check
VMMCall Get_V86_Int_Vector
mov [Segment], cx ; segment addr. for interrupt routine
mov [Offset], edx ; offset of interrupt routine
Returns the address of the interrupt routine for the specified real-mode interrupt in the current virtual machine. Uses ECX, EDX, Flags.
Get_PM_Int_Vector, Set_V86_Int_Vector