home *** CD-ROM | disk | FTP | other *** search
- 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