home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / hdbcalc.doc < prev    next >
Text File  |  1989-02-12  |  2KB  |  33 lines

  1.  
  2.  
  3.                       HBDCALC - A Programmers Calculator
  4.                       ──────────────────────────────────
  5.  
  6.                  ╔══════════════════════════════════════════╗
  7.                  ║     HEX     DEC      BIN                 ║
  8.                  ║ A:  0000    00000    0000 0000 0000 0000 ║
  9.                  ║ B:  0000    00000    0000 0000 0000 0000 ║
  10.                  ║     ====    =====    =================== ║
  11.                  ║ C:  0000    00000    0000 0000 0000 0000 ║
  12.                  ╟──────────────────────────────────────────╢
  13.                  ║   ADD  SUB  SHR  SHL  AND  NOT  XOR  OR  ║
  14.                  ╟─────────────────────┬────────────────────╢
  15.                  ║  F1=help   Esc=exit │ positive   nocarry ║
  16.                  ╚═════════════════════╧════════════════════╝
  17.  
  18. HDBCALC is a programmers calculator that enables you to perform math and
  19. logical operations in Hex, Decimal and Binary notation.
  20.  
  21. It is a very straight-foward and easy to use program. Numbers can be entered
  22. in any of the three notations, and they are instantly shown in hex, decimal
  23. and binary.
  24.  
  25. Support for repeated operations (i.e., SHR four times) is also provided.
  26.  
  27. Unlike other calculators, both operands and the result are all displayed on
  28. the screen simultaneously. This makes it possible to do "what if" type of
  29. calculations, in spreadsheet fashion.
  30.  
  31. HDBCALC requires DOS 2.xx or better, runs on the PC, PC-XT, PC-AT, PS/2 and
  32. compatibles, and supports both mono and color video (MDA, CGA, EGA, VGA).
  33.