|
| 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. 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 | | SAVE | | Example | |
#pragma save
#pragma optimize (1)
void func (void)
{
.
.
.
}
#pragma restore
|
Related Knowledgebase Articles |
|