Database
uc794.asc
Associated article: Undocumented Corner
Tags: Database Design
_UNDOCUMENTED CORNER_
by Ralf Brown
edited by Andrew Schulman
Listing One
;************************************************************************
;* QPIcall.ASM High-level function to call QEMM-386 API *
;* (c) Copyright 1994 Ralf Brown *
;************************************************************************
;LastEdit: 2/24/94
.386
REGS STRUC
reg_eax dd ?
reg_ebx dd ?
reg_ecx dd ?
reg_edx dd ?
reg_ebp ...


