Assembler : Directives : IFDEF/IFNDEF

IFDEF
IFNDEF
- These directives allow conditional assembly depending on whether a label is defined or not.

See also IF, ELSE, ENDIF.