RESET

Abbreviation

None.

Arguments

A list of symbols separated by commas and enclosed in parentheses. For example:

RESET (symbol ¤ , symbol  ¥)

Default

None.

Description

The RESET control assigns a value of 0000h to the specified symbols. These symbols may then be used in IF and ELSEIF control statements for conditional assembly. The symbols are used only by the conditional assembly controls. The symbols are administered separately, and do not interfere with the other code, bit, data and xdata symbols.

NOTES

Symbols defined with the SET and RESET controls may be used only by the conditional assembly controls IF and ELSEIF.

You may specify the RESET control on the command line and any number of times within the source file.

See Also

IF, ELSEIF, ENDIF, RESET, SET

Example
A51 SAMPLE.A51 RESET(DEBUG1, DEBUG2, DEBUG3)

$RESET (TESTCODE)

$RESET (DEBUGCODE, PRINTCODE)