|
|
1.1 ! root 1: /* ! 2: * C compiler intermediate file interpreter. ! 3: * Machine dependent defines. ! 4: */ ! 5: ! 6: typedef unsigned short ADDRESS; ! 7: typedef short SIGNEDADDRESS; ! 8: ! 9: /* Flags */ ! 10: #define OP_BYTE 010 /* Byte instruction */ ! 11: #define OP_NPTR 020 /* No PTR in output */ ! 12: #define OP_DWORD 040 /* Dword instruction */ ! 13: ! 14: /* Assembly comment string */ ! 15: #if AS_FORMAT ! 16: #define CMTSTR "/" ! 17: #else ! 18: #define CMTSTR ";" ! 19: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.