Divides one hexadecimal number by another.
TCL-I command.
DIVX n m
n is a hexadecimal number; the dividend.
m is a hexadecimal number; the divisor.
The result of the division is displayed on the line immediately below the command. This comprises the quotient (on the left) and the remainder (on the right).
Hexadecimal numbers are considered negative when they are 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)
:DIVX FFF EE
11 31