声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
NOAMAKE Compiler Directive
| Abbreviation | NOAM |
| Arguments | None. |
| Default | AutoMAKE information is generated. |
| µVision | This directive may not be used with µVision. |
| Description | The NOAMAKE directive disables AutoMAKE project information records produced by the Compiler. Use this directive to generate object files to use with older versions of the development tool chain and emulators that do not support all of the Keil object module extensions.
|
| See Also | |
| Example | C51 SAMPLE.C NOAMAKE
#pragma NOAM
|
NOAMAKE 编译器伪指令
| 缩写 | NOAM |
| 参数 | 无。 |
| 缺省 | 生成AutoMAKE信息。 |
| µVision | 这个伪指令不能在 µVision中使用。 |
| 描述 | NOAMAKE 伪指令禁止编译器生成 AutoMAKEct 项目信息记录。使用这个伪指令生成的目标文件,可以在旧版本的开发工具链和仿真器(它们不支持Keil目标模块的扩展)中使用。
|
| 参考 | |
| 示例 | C51 SAMPLE.C NOAMAKE
#pragma NOAM
|
本文介绍了Keil C51编译器中的NOAMAKE伪指令。该指令禁止编译器生成AutoMAKE项目信息记录,适用于旧版开发工具链及不支持Keil对象模块扩展的仿真器。使用此指令时,不会进行全局寄存器优化。
Note
Related Knowledgebase Articles
469

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



