VBE virtual mode monitor
Marcel Sondaar
Public Domain
| vbemon.bas | VBE virtual mode monitor |
| Variables | |
| vmstub | contains the location where the real mode stub is located |
| Functions | |
| InitializeV8086 | configures the environment to make Virtual8086 mode bios calls |
| RunInterrupt | Calls a VBE interrupt |
contains the location where the real mode stub is located
Dim Shared vmstub As Byte Ptr
configures the environment to make Virtual8086 mode bios calls
Function InitializeV8086() As Integer
Calls a VBE interrupt
Function RunInterrupt( ax as integer, cx as integer, bx as integer ) As Byte