Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->ENDM Specifies the End of a Macro Definition

The ENDM directive is used to define the end of a block of statements constituting a macro definition.  Macro definitions cannot be nested.  

An error is generated if a matching MACR directive has not been encountered and the end of the file has been reached.

See section 4.5 for more details.

Format:

 ENDM      <comment>