mach0.c

来自「坦尼保姆」· C语言 代码 · 共 23 行

C
23
字号
/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */#define RCSID0 "$Header: mach0.c,v 3.4 88/04/11 11:41:44 ceriel Exp $"/* * INTEL 8086 options */#define	THREE_PASS	/* branch and offset optimization */#define	LISTING		/* enable listing facilities */#define RELOCATION	/* generate relocation info * /#define DEBUG 0		/* gewijzigd evert */#define DEBUG 2#undef valu_t#define valu_t long#undef ALIGNWORD#define ALIGNWORD 2#undef ALIGNSECT#define ALIGNSECT 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?