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>comment enter multi-line comment masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMMENT          Enter Multi-line Comment                      MASM Directive

  COMMENT delimiter
  text
  delimiter [text]

    Provides a way to include multi-line comments in source code by
    enclosing the multi-line comment between 2 delimiters (both delimiters
    are the same character).

       Notes:     The delimiter is the first non-blank character following
                  COMMENT. All text until the next occurrence of the
                  delimiter is ignored.

                  In addition, any text following but on the same line as
                  the second delimiter is also ignored.

See Also: ;;

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