声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
OBJECTEXTEND Compiler Directive
| Abbreviation | OE |
| Arguments | None. |
| Default | None. |
| µVision | Options — Output — Debug Information. |
| Description | The OBJECTEXTEND directive instructs the compiler to include additional variable-type, definition information in the generated object file. This additional information is used to identify objects within different scopes that have the same names so that they may be correctly differentiated by various emulators and simulators.
|
| See Also | |
| Example | C51 SAMPLE.C OBJECTEXTEND DEBUG #pragma oe db |
OBJECTEXTEND 编译器伪指令
| 缩写 | OE |
| 参数 | 无。 |
| 缺省 | 无。 |
| µVision | Options — Output — Debug Information. |
| 描述 | OBJECTEXTEND 伪指令告诉编译器生成的目标文件中包含变量的类型、定义等信息。这个附加的信息用来在不同的范围中识别具有相同名的对象,以便被各种仿真器和模拟器正确区分。
|
| 参考 | |
| 示例 | C51 SAMPLE.C OBJECTEXTEND DEBUG #pragma oe db |
本文详细解释了OBJECTEXTEND伪指令的作用、描述、注意事项及使用示例,帮助开发者正确应用此指令以增强目标文件的识别能力。
Note
Related Knowledgebase Articles
2491

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



