TriCore
- 1 Devlogs
- 1 Total hours
An interactive platform for learning ternary computing through binary-to-ternary conversion, arithmetic simulation, logic gates, and a mini CPU emulator.
An interactive platform for learning ternary computing through binary-to-ternary conversion, arithmetic simulation, logic gates, and a mini CPU emulator.
Started working on TriCore today.
Spent time learning the fundamentals of ternary computing and researching how ternary systems differ from traditional binary systems. I also set up the GitHub repository, configured Git, and prepared the project’s development workflow.
The project is currently in the research and foundation phase.
Next step: build a decimal-to-ternary converter and continue exploring balanced ternary representation.