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 performs a similar function to the preprocessor’s #define directive (see Preprocessor Directives).