|
|
1.1 root 1: /*
2: * h/i8086/cc3mch.h
3: * C compiler intermediate file interpreter.
4: * Machine dependent defines.
5: * i8086.
6: */
7:
8: typedef unsigned short ADDRESS;
9: typedef short SIGNEDADDRESS;
10:
11: /* The following routines are unnecessary in i8086 disassembler. */
12: #define cc3init()
13: #define cc3close()
14:
15: /* Flags */
16: #define OP_BYTE 010 /* Byte instruction */
17: #define OP_NPTR 020 /* No PTR in output */
18: #define OP_DWORD 040 /* Dword instruction */
19:
20: /* Assembly comment string */
21: #if AS_FORMAT
22: #define CMTSTR "/"
23: #else
24: #define CMTSTR ";"
25: #endif
26:
27: /* end of h/i8086/cc3mch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.