[ERROR]
This message occurs in macro for undefined symbols. The symbol is being evaluated in braces({}).
clear: MACRO
label{\1} EQU 1
ENDM
; code section
MyCode: SECTION
main:
clear tmp
tmp symbol is undefined and the error is thrown.