
 FILELIST:
----------

 directory DPMI - DPMI interface to C/C++ programs.
 directory EXTRA - mini run time library for 32bit DPMI.
 directory HEADERS - headers for C/C++ programs.
 directory INCLUDE - include files for ASM programs using the library.

 !build.bat - make the ASM example (TEST.EXE).
 dpmi.obj - compiled DPMI interface to C/C++ programs.
 draw.asm - drawing library functions source.
 draw.bat - compile draw.asm.
 draw.err - errors in draw.asm.
 draw.obj - compiled drawing library functions.
 extra.obj - compiled mini run time library for C/C++ programs.
 file_id.diz - short info.
 filelist.txt - this file.
 fformats.asm - file formats functions source.
 fformats.bat - compile fformats.asm.
 fformats.err - errors in fformats.asm.
 fformats.obj - compiled file formats functions.
 filelist.txt - this file.
 howto.txt - informatin on building the example files.
 int.asm - interrupt handler functions source.
 int.bat - compile int.asm.
 int.err - errors in int.asm.
 int.obj - compiled interrupt handler functions.
 manual.txt - detailed description of all functions.
 readme.txt - info about multi buffering and the flipping system.
 t.bat - compile the C example using LADsoft C compiler.
 t.c - example file using library functions from C. 
 t.err - errors in t.c.
 t.exe - example file in exe format (the C example).
 test.asm - example file using library functions from assembler.
 test.bat - compile the ASM example.
 test.err - errors in test.asm.
 test.exe - example file in exe format (the ASM example).
 test.lnk - information for WLINK (Watcom linker) how to link the obj files.
 test.obj - compiled ASM example.
 test.pcx - picture in PCX format (8 bit).
 vesa.asm - VESA library functions source.
 vesa.bat - compile vesa.asm.
 vesa.err - errors in vesa.asm.
 vesa.obj - compiled VESA library functions source.
 vesa.txt - low level info about vesa.asm and the interface.
 
