Download HEXDEC.ZIP
Convert from hex to decimal and vice-versa
These are two simple programs written out of a need to convert back and
forth from hex to decimal without starting BASIC or something similar.
To convert from decimal to hex, type HEX and the number(s) you wish to
convert.
For example,
HEX 27 78 255
will output 1B 4E FF
To convert from hex to decimal, use DEC in a simliar fashion.
Files contained in this archive
- DEC.EXE
- HEX.EXE
- HEXDEC.DOC