◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: [ELSE]IF1 See also: Conditional Assembly Directives, IF Block Syntax, .ERR1 Description: Unconditionally assembles the code in the IF block. Since the assembler is now single-pass, the IF1 and ELSEIF1 directives are always considered true. Supplied for compatibility with previous versions of the assembler. The [ELSE]IF1 and [ELSE]IF2 directives are no longer supported. -♦-