Hexadecimal <-> Decimal conversion tool
Michael Castleman, mlc@sri.kbt.com

HEX is a converter between the bases of Hexadecimal and Decimal. HEX is
desinged as a programmer's aid, but you may use it however you wish.

When HEX is started, you will be given a menu. From this menu, choose
"HEX -> DEC" to convert from a hexadecmial number to a decimal one, or
choose "DEC -> HEX" to convert the other way around.

When "HEX -> DEC" is chosen, you must enter the hex number. Use the number
keys, to enter numbers 0-9, and use the A-F keys to enter those hex digits.
You do *not* have to press [ALPHA] to enter an A-F; the program automatically
figures out what you mean. When you are done entering in the number, press
[ENTER]. The decimal equivilent of your number will be displayed.

When "DEC -> HEX" is chosen, enter the decimal number. You may also enter
an expression, such as "2+8*15", if you wish. The number you enter must
be a positive integer no more than 16^16 (about 18 quintillion). After
entering your number, you will be shown the hexadecimal equivilent.


For the latest versions of this and all my other TI82 programs, visit my
TI82 website at
http://sri.kbt.com/members/mlc/ti/ti.html
