]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/MEMM/EMM/EMMINC.ASM

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / MEMM / EMM / EMMINC.ASM
1 page 58,132
2 ;******************************************************************************
3 title EMMINC.ASM - lists all EMMLIB.LIB include files
4 ;******************************************************************************
5 ;
6 ; (C) Copyright MICROSOFT Corp. 1986
7 ;
8 ; Title: CEMM.EXE - COMPAQ Expanded Memory Manager 386 Driver
9 ; EMMLIB.LIB - Expanded Memory Manager Functions Library
10 ;
11 ; Module: EMMINC.ASM - lists all EMMLIB.LIB include files
12 ;
13 ; Version: 0.02
14 ;
15 ; Date: June 14, 1986
16 ;
17 ;******************************************************************************
18 ;
19 ; Change Log:
20 ;
21 ; DATE REVISION Description
22 ; -------- -------- --------------------------------------------
23 ; 06/25/86 original
24 ; 06/28/86 0.02 Name change from CEMM386 to CEMM (SBP).
25 ;
26 ;******************************************************************************
27 ; Functional Description:
28 ; This module includes all CEMM include files used by EMMLIB
29 ; and will provide a listing of all when assembled to produce a listing file.
30 ;
31 ;******************************************************************************
32 .lfcond
33 .386p
34
35 ;******************************************************************************
36 ; I N C L U D E S
37 ;******************************************************************************
38 INC_LIST EQU 1 ; list include files
39
40 page
41 include DESC.INC
42 page
43 include EMMDEF.INC
44 page
45 ; include INSTR386.INC
46 ; page
47 include OEMDEP.INC
48 page
49 include PAGE.INC
50 page
51 include VDMSEG.INC
52 page
53 include VDMSEL.INC
54
55 end