File:  [MW Coherent from dump] / coherent / b / bin / c / h / i386 / cc3mch.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:37 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * h/i386/cc3mch.h
 * C compiler intermediate file interpreter.
 * Machine dependent defines.
 * i386.
 */

/* Flags */
#define	OP_BYTE		0010		/* Byte instruction */
#define	OP_WORD		0020		/* Word instruction */
#define	OP_DWORD	0040		/* Dword instruction */
#define	OP_NPTR		0100		/* No PTR in output */

/* Assembler format dependent comment delimiter. */
#if	AS_FORMAT
#define CMTSTR	"/"
#else
#define CMTSTR	";"
#endif

/* end of h/i386/cc3mch.h */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.