Macro name in .ENDM does not match corresponding .MACRO.
Error: The macro name you specified as the optional argument to
the .ENDM directive does not match the name you specified with
the corresponding .MACRO directive.
User Action: Check your souce code for matching .MACRO/.ENDM
directive pairs.