Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>ifdif assemble if arguments differ masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IFDIF            Assemble If Arguments Differ                  MASM Directive

  IFDIF <argument1>,<argument2>
  statements
  [ELSE
  statements]
  ENDIF

    Initiates a conditional block, causing assembly of statements up to
    the optional ELSE directive, provided the two arguments (which may be
    names, numbers, or expressions) do not match character for character
    (they are different).

       Notes:     The comparison is case-sensitive.

                  The angle brackets must be included and the 2 arguments
                  must be separated by a comma.

                  This directive is often used to test parameters passed
                  to macro definitions.

See Also: IFIDN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson