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>if1 assemble if pass 1 masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IF1              Assemble If Pass 1                            MASM Directive

  IF1
  statements
  [ELSE
  statements]
  ENDIF

    Initiates a conditional block, causing assembly of the statements up
    to the optional ELSE directive, provided the current assembly pass is
    Pass 1.

       Notes:     IF1 tests only for the current assembly pass, and
                  therefore takes no expression argument.

See Also: IF2

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