Macro Definition Syntax

A macro definition is one or more assembly statements that define:

To define a macro, use either the ,macro or the #define directive.

Note: If you use a local label in a macro, the scope of the label is limited to the expansion of the macro. (Local labels begin with the @ character.)