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><> literal-text operator masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
<>               Literal-Text Operator                          MASM Operator

  <text>

    Treats text as a single element, whether or not it consists of white
    space, commas, spaces, or other separators.

       Notes:     This operator is used with macros and repeat blocks to
                  insure that values in a macro call are treated as a
                  single parameter.

                  This operator can also be used to make special
                  characters, such as the semicolon, act as literal
                  characters, rather than have special meaning.  For
                  example, a semicolon by itself signals a comment,
                  whereas <;> signals the semicolon character itself.

                  MASM strips one layer of angle brackets every time a
                  parameter is passed to a macro.  For macros that are
                  nested, care must be taken to insure that enough layers
                  of angle brackets are supplied.

See Also: & ! % ;;

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