
                         Some various ASM routines


    These are just few routines that I've developed over time for programs
that I have written. If any one has written a useful routine and would like
to include it in this library then call me and I will include it in 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 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>

