Aura
DPMI Interrupt Interface (dpmi_int.asm)
DPMI_Int
- Inputs: DPMI_Regs structure filled, BX=interrupt number
- Outputs: DPMI_Regs structure filled with output
Calls DPMI to run a real mode software interrupt.
_AllocTransferBuf
- Inputs: None
- Outputs: AL=1 if allocation failed
Calls DPMI to allocate a realmode transfer buffer (in the lower 640k of RAM).
_FreeTransferBuf
- Inputs: None
- Outputs: None
Calls DPMI to free the transfer buffer allocated by _AllocTransferBuf.