Converts a decimal integer number to hexadecimal.
TCL-I command.
DTX number
number is the decimal integer number to be converted to hexadecimal.
Negative decimal numbers are specified by appending a minus sign immediately before the first digit of the number.
Hexadecimal numbers are considered negative when in the range from
The largest numbers that this process handles are:
+140,737,488,355,327
-140,737,488,355,327
:DTX 22 16
:DTX -22 FFFFFFFFFFFEA