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>%out display text during assembly masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
%OUT             Display Text during Assembly                  MASM Directive

  %OUT      text

    Causes the assembler to echo text to the screen during assembly. The
    text is displayed when the %OUT directive is encountered in the source
    code, thus the status of a long assembly can be displayed.

       Notes:     The %OUT directive will be interpreted twice, once for
                  each pass.  Use IF1 and IF2 to display messages
                  according to which pass is executing.

See Also: IF1 IF2

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