home *** CD-ROM | disk | FTP | other *** search
- /*Errors*/
-
- #define CONSTANT 1
- #define FILE_ERROR 2
- #define NOTOP 3
- #define WRONGOP 4
- #define RANGE 5
- #define BADCODE 6
- #define REG16 7
- #define UPPERREGS 8
- #define REPEATLABEL 9
- #define EVENADDR 10
- #define ALLIGNMENT 11
- #define NOFILE 12
- #define MEM 13
- #define MISSINGQUOTE 14
- #define DIVZERO 15
- #define BRACKETS 16
- #define TOOCOMPLEX 17
- #define NOTDEFINED 18
- #define LONGLINE 19
-