.RADIX Set Input Radix MASM Directive
.RADIX expression
Sets the input radix for numbers to expression.
Notes: The argument expression is considered a decimal number,
regardless of the current radix. It can be any integer
in the range 2 to 16.
The default radix is decimal.
Note that numbers entered as arguments to the DD, DQ,
and DT directives are always considered decimal,
regardless of the current radix, unless they are
followed by a radix specifier.
Also note that a B or D appended to a number is always
considered a radix specifier, even if the current radix
is hexadecimal. To write a hexadecimal number ending in
B or D when the radix is hexadecimal, you must append
the radix specifier H.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster