You can change the format in which the debugger displays the contents of registers. For example, you can specify that a register's contents be displayed in hexadecimal, rather than binary. The debugger provides these data formats:
- Binary
- Natural
- Decimal
- Hexadecimal
To change register display format:
- Open the Registers view.
- Expand the hierarchical list to reveal the register for which you want to change the display format.
- Select the register value that you want to view in a different format.
The value highlights.
- Right-click and choose Format > dataformat from the shortcut menu that appears, where dataformat is the data format in which you want to view the register value.
The register value changes format.