home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / ARRAYS10.LBR / ASSEMBLY.NOT < prev    next >
Text File  |  1990-12-07  |  2KB  |  43 lines

  1. The following alias may be used to assemble the ARRAYx.Z80 source
  2. files with the ZAS or ZMAC assembler. Be sure that the equate in 
  3. ARRHDR.LIB reads 'ZAS EQU TRUE' before attempting the assembly 
  4. with ZAS. ZMAC recognizes both ZAS and M80 syntax; no changes need
  5. be made to ARRHDR.LIB when using this assembler.
  6.  
  7.     ZASMBL.COM
  8. (Change 'ZAS' in this alias to 'ZMAC', 'M80', or whatever you have
  9. renamed your M80-compatible assembler.)
  10.  
  11. The following Alias will create the relocatable object library file 
  12. from the Microsoft .REL files produced by assembly using ZASMBL.COM
  13. or ASMBLS.SUB (assembly with SLR assemblers).
  14.  
  15.     MKMLIB.COM
  16.  
  17. (Change the name of the library manager from ZLIB to ZMLIB, RLIB,
  18. or other ZMLIB compatible manager; change it to the one you use.)
  19.  
  20. ===================================================================
  21.  
  22. The following files contain the command string for use with the
  23. SLRxxx Assemblers and Library Manager to create an SLR format
  24. .REL object library. Set 'ZAS EQU FALSE' in ARRHDR.LIB before 
  25. using either SLR or M80 assemblers.
  26.  
  27.     ASMBLS.SUB    MKSLIB.SUB
  28.  
  29. The following command string file will, with the SLRxxx Assemblers,
  30. produce Microsoft format .REL files which can be collected into a
  31. .REL object library with ZLIB or other compatible library managers
  32. that handle the Microsoft .REL format.
  33.  
  34.     ASMBLM.SUB
  35.  
  36. ===================================================================
  37.  
  38. The following files are relocatable object libraries created using
  39. the above utilities.
  40.  
  41.     MARRYLIB.REL - Microsoft format library of array routines
  42.     SARRYLIB.REL - SLR format library of array routines
  43.