4.19 Else Directive

The MPASM ELSE directive provides an alternative block of assembly code to build should the IF directive condition evaluate to false.

Suggested Replacement

The PIC Assembler's ELSE directive is a direct replacement for this directive.

See If Directive for examples.