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 / ARRAY.HST < prev    next >
Text File  |  1990-12-07  |  1KB  |  28 lines

  1. Release Version 1.0 of ARRAYS
  2.  
  3. Minor changes in documentation to reflect compatibility with
  4. the ZMAC and ZMLIB assembler and library manager.
  5.         ....Al Hawley, 08 Dec 1990
  6.  
  7. version 1.0c of the ARRAY FUNCTION subroutines. 
  8.  
  9. 1) Changed the common data area to DS type definition to maintain
  10.    compatibility between the ZAS, SLR, and M80 linkers.
  11. 2) Created a new file, ARRHDR.LIB, whose function is to define the
  12.    form of the COMMON statement used in many of the ARRAYLIB modules.
  13.    As included here, modules will assemble properly with the ZAS assembler.
  14.    If you use M80 or SLR (perhaps others) assemblers then you must change
  15.    an equate in ARRHDR from ZAS equ TRUE to ZAS equ FALSE.
  16.         ....Al Hawley, 31 Mar 1987
  17.  
  18. version 1.0b -
  19. 1) Renamed the collection from ARRAYFN to the less esoteric ARRAYS
  20. 2) Renamed the Help files to generic names, updated internal names.
  21. 3) Edited the file ARRAYFN.Z80 into a group of ARRAYx.Z80 files
  22. 4) Assembled the ARRAYx files & built object libraries in Microsoft
  23.    and SLR formats, so that during linking the amount of unused code
  24.    included in the final .com file is minimized.
  25. 5) Included .sub files (for SLR) and aliases (for ZAS) used to assemble
  26.    the source files and build the libraries.
  27.         ....Al Hawley, 8 Mar 1987
  28.