CX51 用户手册----SAVE伪指令

声明:

1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。

2、请勿用于商业用途。

3、英文来自:http://www.keil.com/support/man/docs/c51/。

4、欢迎大家共同与我交流探讨(290207203@qq.com)。

SAVE Compiler Directive

Abbreviation

None.

Arguments

None.

Default

None.

µVision

This directive may not be specified on the command line.

Description

The SAVE directive stores the current settings of the AREGSREGPARMS, andOPTIMIZE directives onto a save stack. Settings may be restored using the RESTOREdirective.

Settings may be saved before an #include directive, so that the included file doesn't affect settings for the current file, and restored afterwards using RESTORE.

The maximum nesting depth for SAVE directives is eight levels.

 Note

  • SAVE and RESTORE may be specified only as an argument of a #pragma. You may not specify these directives on the command line.
See Also

AREGSOPTIMIZEREGPARMSRESTORE

Example
#pragma save
#pragma optimize (1)

void func (void)
{
.
.
.
}

#pragma restore


SAVE 编译器伪指令

缩写

无。

参数

无。

缺省

无。

µVision

这个伪指令不能在命令行中指定。

模式

SAVE 伪指令保存当前设置 AREGSREGPARMS, 和OPTIMIZE 伪指令保存到保存栈。使用RESTORE伪指令恢复这些设置。

设置可以在#include 伪指令之前保存,并在使用RESTORE伪指令后恢复,所以包含文件不能影响当前文件的设置。

SAVE 伪指令的最大嵌套级别是8级。

 注意

  • SAVE 和 RESTORE 只能作为 #pragma的参数指定。用户不能在命令行中指定。
参考

AREGSOPTIMIZEREGPARMSRESTORE

示例
#pragma save
#pragma optimize (1)

void func (void)
{
.
.
.
}

#pragma restore



  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值