Everything
2.12.1.2 Change display format of values

The display format of the address area/memory value area/character strings area can be changed using buttons below on the toolbar.

Notation

The following buttons to change the notation of memory values are displayed.

 

Hexadecimal

Displays memory values in hexadecimal number (default).

Signed Decimal

Displays memory values in signed decimal number.

Unsigned Decimal

Displays memory values in unsigned decimal number.

Octal

Displays memory values in octal number.

Binary

Displays memory values in binary number.

Size Notation

The following buttons to change the notation of sizes of memory values are displayed.

 

4 Bits

Displays memory values in 4-bit width.

1 Byte

Displays memory values in 8-bit width (default).

2 Bytes

Displays memory values in 16-bit width.

Values are converted depending on the endian of the target memory area.

4 Bytes

Displays memory values in 32-bit width.

Values are converted depending on the endian of the target memory area.

8 Bytes

Displays memory values in 64-bit width.

Values are converted depending on the endian of the target memory area.

Encoding

The following buttons to change the encoding of character strings are displayed.

 

ASCII

Displays character strings in ASCII code (default).

Shift_JIS

Displays character strings in Shift-JIS code.

EUC-JP

Displays character strings in EUC-JP code.

UTF-8

Displays character strings in UTF-8 code.

UTF-16 Big-Endian

Displays character strings in UTF-16 Big-Endian code.

UTF-16 Little-Endian

Displays character strings in UTF-16 Little-Endian code.

UTF-32 Big-Endian

Displays character strings in UTF-32 Big-Endian code.

UTF-32 Little-Endian

Displays character strings in UTF-32 Little-Endian code.

Half-Precision Float

Displays character strings as a half-precision floating-point value.

Float

Displays character strings as a single-precision floating-point valueNote.

Double

Displays character strings as a double-precision floating-point valueNote.

Float Complex

Displays character strings as a complex number of single-precision floating-pointNote.

Double Complex

Displays character strings as a complex number of double-precision floating-pointNote.

Float Imaginary

Displays character strings as an imaginary number of single-precision floating-pointNote.

Double Imaginary

Displays character strings as an imaginary number of double-precision floating-pointNote.

View

The following buttons to change the display format are displayed.

 

Settings Scroll Range...

Opens the Scroll Range Settings dialog box to set the scroll range for this panel.

Column Number Settings...

Opens the Column Number Settings dialog box to set the number of view columns in the memory value area.

Address Offset Value Settings...

Opens the Address Offset Settings dialog box to set an offset value for addresses displayed in the address area.

Note

For details on the display of a floating-point value, see the section for the Memory panel.