Macro Directives

A macro procedure or function, which is comprised of one or more statements.

Macro processing is text processing that is done sequentially at assembly time. By the end of assembly, ALP expands all macros and assembles the resulting text into object code.

This section describes the following types of macros:

This section describes the following macro directives:


[Back: SUBSTR (Extract a Sub-string From a String)]
[Next: ENDM (End Current Macro Definition)]