This App is a full simulation of the successful 16C Scientific RPN calculator.
◇The 16C could display numbers in Hexadecimal, Decimal, Octal and Binary formats using a standard 7 segment display
◇Decimal style (1,234.5 1.234,5)
◇Support Contact
◇16C Functions
The 16C provided a wealth of functions for the programmer including.
Integer and floating point math.
Shift functions: Left and right, arithmetic and non.
Rotate functions: Rotate a single position or N positions left or right, through carry or not.
Left justify the bits of a word.
Masking: Create masks to mask left or right N bits.
Multiply/Divide: Provided functions for multiplying single precision numbers into single precision or double precision results. Likewise, allowed single or double precision dividends.
Bitwise Logic: and, or, not, xor
Bit setting and testing
Flag setting and testing: (user flags and overflow/carry)