|
|
1.1 ! root 1: /* ! 2: * h/i386/varmch.h ! 3: * Machine specific variant bits. ! 4: * i386. ! 5: * All except -VNDP and -VXSTAT are currently meaningless for the i386 compiler, ! 6: * but remain here so the same driver can run the i8086 and i386 compilers. ! 7: */ ! 8: ! 9: #define VSMALL (VMBASE+0) /* SMALL model */ ! 10: #define VCOMPAC (VMBASE+1) /* COMPACT model - UNIMPLEMENTED */ ! 11: #define VMEDIUM (VMBASE+2) /* MEDIUM model - UNIMPLEMENTED */ ! 12: #define VLARGE (VMBASE+3) /* LARGE model */ ! 13: #define V8087 (VMBASE+4) /* 8087 floating point - UNIMPLEMENTED */ ! 14: #define VNDP (VMBASE+4) /* Same as V8087 */ ! 15: #define VRAM (VMBASE+5) /* Daisy code->data option */ ! 16: #define VOMF (VMBASE+6) /* Generate OMF objects */ ! 17: #define V80186 (VMBASE+7) /* Generate 80186 instructions */ ! 18: #define V80287 (VMBASE+8) /* Generate 80287 floating point */ ! 19: #define VALIGN (VMBASE+9) /* Word-align stack */ ! 20: #define VEMU87 (VMBASE+10) /* Generate 8087 emulation calls */ ! 21: #define VXSTAT (VMBASE+11) /* Output static external items */ ! 22: ! 23: /* end of h/i386/varmch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.