Search notes:

n

n sets the radix (number base) to octal, decimal or hexadecimal.
n 8
n 10
n 16
Setting the radix affects the evaluation of MASM expressions (?) but not the evaluation of C++ expressions (??).

Index