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 / ARRHDR.LIB < prev    next >
Text File  |  2000-06-30  |  384b  |  11 lines

  1. FALSE    EQU    0
  2. TRUE    EQU    NOT FALSE
  3.  
  4. ;The COMMON declaration used in many of the modules in ARRAYLIB
  5. ;requires a different syntax for M80 and SLR assemblers than
  6. ;that provided by ZAS. The following definition provides for
  7. ;conditional assembly of the correct syntax common declaration.
  8.  
  9. ZAS    EQU    TRUE    ;make FALSE for SLR or M80
  10.  
  11.