home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / Atmel / Asm / src / errors.h < prev    next >
Text File  |  2000-08-22  |  460b  |  22 lines

  1. /*Errors*/
  2.  
  3. #define CONSTANT     1
  4. #define FILE_ERROR   2
  5. #define NOTOP        3
  6. #define WRONGOP      4 
  7. #define RANGE        5
  8. #define BADCODE      6
  9. #define REG16        7
  10. #define UPPERREGS    8
  11. #define REPEATLABEL  9
  12. #define EVENADDR     10
  13. #define ALLIGNMENT   11
  14. #define NOFILE       12
  15. #define MEM          13
  16. #define MISSINGQUOTE 14
  17. #define DIVZERO      15
  18. #define BRACKETS     16
  19. #define TOOCOMPLEX   17
  20. #define NOTDEFINED   18
  21. #define LONGLINE     19
  22.