MACRO
Marks a macro block called name and establishes parameter placeholders for arguments passed when the macro is called.
name MACRO [[parameter [[:REQ | :=default | :VARARG]]]]...
statements
ENDM [[value]]
Remarks
A macro function returns value to the calling statement.