Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
IF1/IF2/ELSEIF1/ELSEIF2 Directives
                                             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.
                                    -♦-