home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / hexdec.zip / HEXDEC.DOC < prev   
Text File  |  1989-06-10  |  644b  |  20 lines

  1. These are two simple programs written out of a need to convert back and
  2. forth from hex to decimal without starting BASIC or something similar.
  3. To convert from decimal to hex, type HEX and the number(s) you wish to
  4. convert.
  5.  
  6. For example,
  7.  
  8.       HEX 27 78 255
  9.  
  10.    will output 1B 4E FF
  11.  
  12.  
  13. To convert from hex to decimal, use DEC in a simliar fashion.
  14.  
  15. These two programs are released into the public domain with no guarantees or
  16. warranties whatsoever.  One of these days, if I get motivated, I might
  17. convert these to a single program, or even a TSR.  In the meantime, enjoy.
  18.  
  19.                                       Alan D. Ariel
  20.