Hello

I need to call the "Int86x" type of interrupt call, not the following which is for a different call type:

CALL INTERRUPT(&H21, regs, regs)

Does Visual Basic for ms-dos support the Int86x call?

I need to call an interrupt something like this:
CALL int86x(&H60, InRegs, OutRegs, SegRegs)

Can anyone help me please!!

Cheers