home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / array10b.lbr / ASSEMBLY.NOT < prev    next >
Encoding:
Text File  |  1993-06-07  |  896 b   |  25 lines

  1. The following files contain the command string for use with the
  2. SLRxxx Assemblers and Library Manager to create an SLR format
  3. .REL object library.
  4.  
  5.     ASMBLS.SUB    MKSLIB.SUB
  6.  
  7. The following command string file will, with the SLRxxx Assemblers,
  8. produce Microsoft format .REL files which can be collected into a
  9. .REL object library with ZLIB or other compatible library managers
  10. that handle the Microsoft .REL format.
  11.  
  12.     ASMBLM.SUB
  13.  
  14. The following Alias will create the relocatable object file from the
  15. Microsoft .REL files produced by assembly using ASMBLS.SUB with the
  16. SLR assembler, or with the equivalent operation with ZAS.
  17.  
  18.     MKMLIB.COM
  19.  
  20. The following files are relocatable object libraries created using
  21. the above utilities.
  22.  
  23.     MARRYLIB.REL - Microsoft format library of array routines
  24.     SARRYLIB.REL - SLR format library of array routines
  25.