Term of the Moment

eye tracking


Look Up Another Term


Redirected from: macro call

Definition: macro instruction


An instruction that defines a macro. In assembly language, MACRO and ENDM are examples that define the beginning and end of a macro. In C, the #DEFINE statement is used.