AARM User's Guide

Discontinued

SAVE Assembler Directive

Abbreviation

SA

Arguments

None.

Default

None.

µVision

None.

Description

The SAVE directive stores the current settings of the LIST and GEN directives on an internal stack (which can store up to nine SAVE levels). The purpose of this directive is to save settings before an include file and restore them afterwards.

Note

  • This directive may not be specified on the command line. It must be specified in a source file.
See Also

GEN, LIST, RESTORE

Example
$SAVE
$NOLIST
$INCLUDE (MYFILE.INC)
$RESTORE