home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
calcultr
/
hexdec.arc
/
HEXDEC.DOC
< prev
Wrap
Text File
|
1989-06-10
|
644b
|
20 lines
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.
These two programs are released into the public domain with no guarantees or
warranties whatsoever. One of these days, if I get motivated, I might
convert these to a single program, or even a TSR. In the meantime, enjoy.
Alan D. Ariel