home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FUNK108A.ZIP / DOS32V30.ZIP / LIB / README.TXT < prev    next >
Encoding:
Text File  |  1995-06-11  |  611 b   |  20 lines

  1.  
  2.                          Some various ASM routines
  3.  
  4.  
  5.     These are just few routines that I've developed over time for programs
  6. that I have written. If any one has written a useful routine and would like
  7. to include it in this library then call me and I will include it in the next 
  8. version of DOS32.
  9.  
  10.  
  11.  
  12.                         Compiling these libraries
  13.  
  14. All the libraries in this directory can be assembled using the either 
  15. TASM or MASM. To assemble using MASM you must define a text macro
  16. 'masm'. To do this use the -D option on the command line. For example;
  17.  
  18. ML -Dmasm  <filename.ASM>
  19.  
  20.