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.
IFDIF/ELSEIFDIF Variations
 Example                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   [ELSE]IFDIF[I] textitem1, textitem2
 
            [ELSE]IFIDN[I] textitem1, textitem2
 
  See also: Conditional Assembly Directives, Relational Operators,
            .ERRDIF, .ERRIDN
 
  Description:
 
     Causes assembly of a block of statements depending on whether two
     textitems are different or identical. IFDIF assembles the block if
     <textitem1> and <textitem2> are different. IFIDN assembles the block
     if they are the same. IFDIFI and IFIDNI do the same actions but are
     not case sensitive.
     See: IF Block Syntax
 
     The <textitem1> and <textitem2> parameters are text items.
     See: textitem
                                    -♦-