声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
RESTORE Compiler Directive
| Abbreviation | None. |
| Arguments | None. |
| Default | None. |
| µVision | This directive may not be specified on the command line. |
| Description | The RESTORE directive restores the settings (from the save stack) that were previously saved using the SAVE directive.
|
| See Also | |
| Example | #pragma save
#pragma optimize (1)
void func (void)
{
.
.
.
}
#pragma restore
|
RESTORE 编译器伪指令
| 缩写 | 无。 |
| 参数 | 无。 |
| 缺省 | 无。 |
| µVision | 这个伪指令不能在命令行中指定。 |
| 描述 | RESTORE 伪指令恢复使用SAVE伪指令的设置(来自保存的栈)
|
| 参考 | |
| 示例 | #pragma save
#pragma optimize (1)
void func (void)
{
.
.
.
}
#pragma restore
|
本文详细介绍了Keil C51编译器中的RESTORE伪指令,该指令用于恢复之前使用SAVE伪指令保存的编译器设置。RESTORE和SAVE只能作为#pragma指令的一部分使用,并且不能在命令行中指定。
Note
Related Knowledgebase Articles
5641

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



