
                      Some various ASM routines for DOS32


    In this directory there contains some useful routines written in assembly 
language. If any one has written a routine that they think could be of 
use to others and would like to include it in this library then please 
give me a call and I'll include it into the next version of DOS32.



                        Compiling these libraries

All the libraries in this directory can be assembled using the either 
TASM or MASM. To assemble using MASM v6.x you must define a text macro
'masm'. To do this use the /D option on the command line. For example;

ml /c /Dmasm  <filename.ASM>

