
CCCC is a graphical calculator.
The CCCC calculator is a 16-bit postfix calculator that uses fractions as primitives. It supports the theme and snarf files. CCCC is the successor to the firth terminal tool.
The calculator includes two special operators, the reciprocal operator and the yet unnamed operator that is the mirror of a division, where instead of putting the first whole number over the second, it makes whole numbers of the numerator and denominator.
Commands
Basic operations
- 0-f numbers
- +-/* arithmetic
- &|<> bitwise
- tab toggle base
Stack operations
- ent push
- ! bsp pop
- % swap
- " duplicate
- ~ esc clear stack
Special operations
- # base-16
- $ base-10
- ? reciprocal
- @ whole numbers
The calculator rom works equally well as a cli tool than a graphical tool, the cli syntax is as follows:
uxncli cccc.rom 355 113 / " + . d8a/d23