home *** CD-ROM | disk | FTP | other *** search
- FALSE EQU 0
- TRUE EQU NOT FALSE
-
- ;The COMMON declaration used in many of the modules in ARRAYLIB
- ;requires a different syntax for M80 and SLR assemblers than
- ;that provided by ZAS. The following definition provides for
- ;conditional assembly of the correct syntax common declaration.
-
- ZAS EQU TRUE ;make FALSE for SLR or M80
-
-