Use the command value = base to change the radix of a value in Prism. The value can be a decimal, hexadecimal, or octal number. Precede hexadecimal numbers with 0x; precede octal numbers with 0 (zero). The base can be D (decimal), X (hexadecimal), or O (octal). Prism prints the converted value in the command window.
For example, to convert 100 (hex) to decimal, issue this command:
0x100=D
Prism responds:
256