11
2.4.5 DATA - Data Conversion
DATA
Usage:
DATA data
The DATA command displays data in both decimal and hexadecimal notation.
The value for data may be a symbol name or an absolute value. If an absolute value passed into the
DATA command is prefixed by ‘0x’, then data is interpreted as a hexadecimal value. Otherwise data is
interpreted as a decimal value.
All values are treated as 32-bit quantities.
Examples:
To display the decimal equivalent of 0x1234, the command is:
data
0x1234
To display the hexadecimal equivalent of 1234, the command is:
data
1234