ENDIF - End conditional assembly

Syntax
  ENDIF
  
  
Synonym
  ENDC
  
  
Description

The ENDIF directive indicates the end of a conditional block. Nesting of conditional blocks is allowed. The maximum level of nesting is limited by the available memory at assembly time.

Example

See Listing: IF and ENDIF in the IF section.

See also

IF - Conditional assembly assembler directive