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
Synth
The calculator plays notes inspired from the Casio VL-80, you can use it to play little tunes.
Source
uxnasm cccc.tal cccc.rom
16O03
— CCCC Uxn Release
incoming roms