ENDIF

End of conditional assembly.

ENDIF

Remarks

The ENDIF directive is used to signify the end of the current level of conditional assembly. Conditional assembly directives can be nested to any level, but the ENDIF directive always refers to the most previous IF directive.

Example

IF@REL()

SAVEPCSET*; Save program counter

ENDIF

See also

IF