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>= create absolute symbol masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
=                Create Absolute Symbol                        MASM Directive

  name=expression

    Assigns expression to name as an absolute symbol.

       Notes:     No space is allocated. The assembler replaces each
                  occurrence of name with the 16-bit numeric value of
                  expression.

                  The expression can be an integer, a constant expression,
                  an address expression, or a 1 or 2 character constant
                  string.  The expression must not be greater than 65535.

                  The name must be unique or previously defined with an
                  '=' (Create Absolute Symbol) directive.

                  Absolute symbols CAN be redefined at any time.

See Also: EQU LABEL

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