|
|
1.1 root 1: /*
2: * h/i386/cc3mch.h
3: * C compiler intermediate file interpreter.
4: * Machine dependent defines.
5: * i386.
6: */
7:
8: /* Flags */
9: #define OP_BYTE 0010 /* Byte instruction */
10: #define OP_WORD 0020 /* Word instruction */
11: #define OP_DWORD 0040 /* Dword instruction */
12: #define OP_NPTR 0100 /* No PTR in output */
13:
14: /* Assembler format dependent comment delimiter. */
15: #if AS_FORMAT
16: #define CMTSTR "/"
17: #else
18: #define CMTSTR ";"
19: #endif
20:
21: /* end of h/i386/cc3mch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.