声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
OBJECT Compiler Directive
| Abbreviation | OJ |
| Arguments | An optional filename enclosed in parentheses. |
| Default | OBJECT (filename.OBJ) |
| µVision | Options — Output — Select Folder for Objects. |
| Description | The OBJECT directive specifies the filename of the object file. By default, the object file created is named using the source file name and the .OBJ file extension. |
| See Also | |
| Example | C51 SAMPLE.C OBJECT(sample1.obj)
#pragma oj(sample_1.obj)
|
OBJECT 编译器伪指令
| 缩写 | OJ |
| 参数 | 文件名选项,用括号括起来。 |
| 缺省 | OBJECT (filename.OBJ) |
| µVision | Options — Output — Select Folder for Objects. |
| 描述 | OBJECT 伪指令指定目标文件名。缺省情况下,目标文件名和源文件名一样,后缀为 .OBJ 。 |
| 参考 | |
| 示例 | C51 SAMPLE.C OBJECT(sample1.obj)
#pragma oj(sample_1.obj)
|
Related Knowledgebase Articles
424

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



