mbasecalc (ver 1.2) Abandoned Freeware mbasecalc is a graphical programmers calculator ported using DJGPP. It can use either the mouse or keyboard shortcuts. A 386+ required. Keyboard Shortcuts Key in mbasecalc Description Shift+h HEX Hexadecimal mode Shift+d DEC Decimal mode (default) Shift+o OCT Octal mode Shift+b BIN Binary mode Shift+u U Unsigned mode (default) Shift+s S Signed mode Ctrl+d CD Delete (same as Backspace) Ctrl+e CE Erase All (from screen) Ctrl+A CA Clear All + + Add - - Subtract * * Multiply / / Divide % % Modulus | | Bitwise OR & & Bitwise AND ^ ^ Bitwise XOR ~ ~ Bitwise NOT (One's complement) > >> Right Shift < << Left Shift = Enter Commit the operation