声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
NOPRINT Compiler Directive
| Abbreviation | NOPR |
| Arguments | None. |
| Default | PRINT (filename.LST) |
| µVision | Options — Listing — C Compiler Listing. |
| Description | The NOPRINT directive prevents the compiler from generating a listing file. |
| See Also | |
| Example | C51 SAMPLE.C NOPRINT
#pragma nopr |
NOPRINT 编译器伪指令
| 缩写 | NOPR |
| 参数 | 无。 |
| 缺省 | PRINT (filename.LST) |
| µVision | Options — Listing — C Compiler Listing. |
| 描述 | NOPRINT 伪指令阻止编译器生成列表文件。 |
| 参考 | |
| 示例 | C51 SAMPLE.C NOPRINT
#pragma nopr |
本文详细解释了NOPRINT伪指令的作用、参数、默认设置、描述及其使用示例,帮助开发者掌握如何在Keil环境中控制列表文件的生成。

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



