SPRUI03E June 2015 – January 2023
Turn Off Substitution Symbol
.unasgsymbol
.undefinesymbol
The .unasg and .undefine directives remove the definition of a substitution symbol created using .asg or .define. The named symbol will removed from the substitution symbol table from the point of the .undefine or .unasg to the end of the assembly file. See Section 5.9.10 for more information on substitution symbols.
These directives can be used to remove from the assembly environment any C/C++ macros that may cause a problem. See Chapter 12 for more information about using C/C++ headers in assembly source.