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

  !character

    Forces the assembler to treat character literally.

       Notes:     This operator can only be used in macro definitions
                  (including repeat blocks) or with conditional-assembly
                  directives.

                  !character, which is equivalent to <character>, allows
                  you to incorporate special characters, such as ';' and
                  '&' into symbols.

See Also: & <> % ;;

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