声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
NOPREPROCESS Compiler Directive
| Abbreviation | NOP |
| Arguments | None. |
| Default | C Source code is interpreted by the C Preprocessor. |
| µVision | Options — C51 — Misc Controls. |
| Description | Disables the C Preprocessor. The source code is no longer interpreted by the C preprocessor. It is instead forwarded directly to the compiler. |
| See Also | |
| Example | C51 SAMPLE.C NOP #pragma nopreprocess |
NOPREPROCESS 编译器伪指令
| 缩写 | NOP |
| 参数 | 无。 |
| 缺省 | C 源代码由 C 预处理器解析。 |
| µVision | Options — C51 — Misc Controls. |
| 描述 | 禁止 C 预处理器。源代码不在由 C 预处理器解析,直接由 编译器替代。 |
| 参考 | |
| 示例 | C51 SAMPLE.C NOP #pragma nopreprocess |
本文介绍了Keil C51编译器中NOPREPROCESS伪指令的使用方法,该指令可以禁用C预处理器,使源代码直接被编译器处理。

被折叠的 条评论
为什么被折叠?



