1 /BINARY
Displays each examined entity as a binary integer.
2 /BYTE
Displays each examined entity as a byte integer (length 1 byte).
3 /DECIMAL
Displays each examined entity as a decimal integer.
4 /HEXADECIMAL
Displays each examined entity as a hexadecimal integer.
5 /LONGWORD
/LONGWORD (default)
Displays each examined entity in the longword integer type
(length 4 bytes). This is the default type for program locations
that do not have a compiler-generated type.
6 /OCTAL
Displays each examined entity as an octal integer.
7 /QUADWORD
Displays each examined entity in the quadword integer type
(length 8 bytes).
8 /WORD
Displays each examined entity in the word integer type (length 2
bytes).