[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
%                Expression Operator                            MASM Operator

  %text

    Causes the assembler to treat text as an expression. MASM will compute
    the expression's value using the current radix, and replace text with
    the new value.

       Notes:     This operator is usually used when calling macros and
                  the value to be passed to the macro is the result of an
                  expression, rather than the actual expression.

                  Text must be a valid expression in the current radix.

See Also: & <> ! ;;
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson