home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 3.ddi / COMPILER.AL3 < prev    next >
Encoding:
Text File  |  1986-08-05  |  641 b   |  22 lines

  1. ;
  2. ;   COMPILER.MAC --  Include file to set compiler for assembly language
  3. ;             functions included in C TOOLS and C TOOLS 2,
  4. ;             Version 2.0 and later.
  5. ;
  6. ;   The following definitions specify the particular C Compiler
  7. ;   used:
  8. ;
  9. ;        LAT300   Lattice Version 3.00 and later
  10. ;        LAT210   Lattice Version 2.1x
  11. ;        LAT200   Lattice (Microsoft) Version 2.03
  12. ;        CI201A   Computer Innovations C86 Version 2.01A or later
  13. ;        MSC300   Microsoft Version 3.00
  14. ;
  15. ;  Version 3.0    (C)Copyright Blaise Computing Inc.  1983, 1984, 1985
  16. ;
  17. LAT300     EQU   1
  18. LAT210     EQU   0
  19. LAT200     EQU   0
  20. CI201A     EQU   0
  21. MSC300     EQU   0
  22.