home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_utils / hexcalc3.arj / HEXCALC.DOC next >
Encoding:
Text File  |  1991-12-18  |  1.9 KB  |  62 lines

  1. HEXCALC v3
  2. Copyright (c) Nigel Salt 1991
  3.  
  4. Functions
  5.  
  6. HexCalc is a simple calculator that supports 32 bit binary,
  7. decimal, octal and hexadecimal arithmetic and bitwise operations.
  8. All results are shown as 32 bit integers. Underflow and overflow
  9. is truncated.
  10.  
  11. It can be used with the keyboard or mouse and really requires
  12. very little explanation. Accelerator keys are defined for all of
  13. the buttons which do not have a corresponding keyboard
  14. representation. The accelerator is shown underlined in the text
  15. of the button and can be used by pressing Alt and the underlined
  16. letter. 
  17.  
  18. Special functions are:
  19. Exit                  Alt-F4
  20. Calculate result      = or Enter
  21. Copy to ClipBoard     Ctrl-Ins or Alt-P
  22. Radix                 Alt-R
  23.     Provides keyboard access to the number base selection box.
  24.     Arrow keys up or down will change the base.
  25.  
  26. Memory functions maintain a single memory.
  27. MSet                 Sets memory to the current display
  28. MAdd                 Adds the current display to memory
  29. MSub                 Subtracts the current display from memory
  30. MRec                 Recalls the contents of memory to the
  31.                      display
  32.  
  33. When the radix is less than 16 some of the keys will be greyed to
  34. indicate that the digits to which they correspond are unavailable
  35. in the current radix.
  36.  
  37.  
  38. Copyright
  39.  
  40. You may distribute my application as you wish providing that this
  41. file is distributed with it. If you feel inclined to contribute
  42. to my development costs please do. The source code in Turbo
  43. PASCAL for Windows is available for a £10 fee (state disc format
  44. required).
  45.  
  46. If you would like the calculator enhanced to meet your specific
  47. needs or experience any problems with it get in touch.
  48.  
  49. Nigel Salt
  50. 25 Lower Station Rd
  51. Crayford
  52. Kent
  53. DA1 3PY
  54. England
  55.  
  56. Phone 0322 553260
  57.  
  58. CIX ID nao@cix.complink.co.uk
  59. RAX Nigel Salt on node 2:440/52.16
  60.  
  61.  
  62.