home *** CD-ROM | disk | FTP | other *** search
- HEXCALC v3
- Copyright (c) Nigel Salt 1991
-
- Functions
-
- HexCalc is a simple calculator that supports 32 bit binary,
- decimal, octal and hexadecimal arithmetic and bitwise operations.
- All results are shown as 32 bit integers. Underflow and overflow
- is truncated.
-
- It can be used with the keyboard or mouse and really requires
- very little explanation. Accelerator keys are defined for all of
- the buttons which do not have a corresponding keyboard
- representation. The accelerator is shown underlined in the text
- of the button and can be used by pressing Alt and the underlined
- letter.
-
- Special functions are:
- Exit Alt-F4
- Calculate result = or Enter
- Copy to ClipBoard Ctrl-Ins or Alt-P
- Radix Alt-R
- Provides keyboard access to the number base selection box.
- Arrow keys up or down will change the base.
-
- Memory functions maintain a single memory.
- MSet Sets memory to the current display
- MAdd Adds the current display to memory
- MSub Subtracts the current display from memory
- MRec Recalls the contents of memory to the
- display
-
- When the radix is less than 16 some of the keys will be greyed to
- indicate that the digits to which they correspond are unavailable
- in the current radix.
-
-
- Copyright
-
- You may distribute my application as you wish providing that this
- file is distributed with it. If you feel inclined to contribute
- to my development costs please do. The source code in Turbo
- PASCAL for Windows is available for a £10 fee (state disc format
- required).
-
- If you would like the calculator enhanced to meet your specific
- needs or experience any problems with it get in touch.
-
- Nigel Salt
- 25 Lower Station Rd
- Crayford
- Kent
- DA1 3PY
- England
-
- Phone 0322 553260
-
- CIX ID nao@cix.complink.co.uk
- RAX Nigel Salt on node 2:440/52.16
-
-
-