home *** CD-ROM | disk | FTP | other *** search
- ;
- ; COMPILER.MAC -- Include file to set compiler for assembly language
- ; functions included in C TOOLS and C TOOLS 2,
- ; Version 2.0 and later.
- ;
- ; The following definitions specify the particular C Compiler
- ; used:
- ;
- ; LAT300 Lattice Version 3.00 and later
- ; LAT210 Lattice Version 2.1x
- ; LAT200 Lattice (Microsoft) Version 2.03
- ; CI201A Computer Innovations C86 Version 2.01A or later
- ; MSC300 Microsoft Version 3.00
- ;
- ; Version 3.0 (C)Copyright Blaise Computing Inc. 1983, 1984, 1985
- ;
- LAT300 EQU 0
- LAT210 EQU 0
- LAT200 EQU 0
- CI201A EQU 0
- MSC300 EQU 1