
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>% expression operator masm operator</b>
[<<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: & <> ! ;;
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson