Term of the Moment

JEDI


Look Up Another Term


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.