radix

Lists or changes the default input radix (number base) for command entries, registers and memory locations. Entering this command without any parameter values lists the current default radix.

Syntax
radix [x|d|u|b|f|h]
Parameter
x

Hexadecimal

d

Decimal

u

Unsigned decimal

b

Binary

f

Fractional

h

Hexadecimal

Examples

The following table lists and defines examples of the radix command.

Table 1. radix Command-line debugger command - Examples
Command Description
radix Lists the current setting.
radix d Changes the setting to decimal.
radix x Changes the setting to hexadecimal.