4.9.52 Set Directive
The SET directive is equivalent to EQU
(Equ Directive), except that
it allows a symbol to be re-defined without error. For example:
thomas SET 0h
This directive does not reserve memory for the symbol specified.
Use the DS directive to reserve data memory (see Ds Directive). A
SET performs a similar function to the preprocessor’s
#define directive (see Preprocessor Directives).
