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