Hex command (Hexarithmetic)

Purpose: Adds the two hexadecimal values, then subtracts the second
from the first.

Displays the sum and difference on one line.

Format: H value value

Example: H 0F 8
17 07

The hexadecimal sum of 000Fh and 0008h is 0017h, and their
difference is 0007h.