Multiplies two hexadecimal numbers.
TCL-I command.
MULX n m
n is a hexadecimal number; the multiplicand.
m is a hexadecimal number; the multiplier.
Hexadecimal numbers are considered negative when in the range from
The largest hex numbers that this process handles are:
7FFFFFFFFFFF (+140,737,488,355,327)
800000000001 (-140,737,488,355,327)
:MULX FFF EEF
EEE111