Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->ENDC

ENDC                 Specifies the End of Conditional Assembly


The ENDC directive indicates the end of a block of statements to be conditionally assembled.  Conditional assembly directives can be nested and so the ENDC matches the previous IFcc directive.  An error is generated if a matching IFcc directive has not been encountered and the end of the file has been reached.

Format:

          ENDC                           <comment>