Get the latest tech news
Show HN: Ternary Computer System
ERNARY COMPUTER SYSTEM last change: December 09, 2024 Introduction Hello everyone! I've been working on this project for a while now. What is it about? You should know that I am primarily a software developer, who as a good "veteran" knows (and appreciates) low-level languages ââ(assembly) that inevitably reflect the hardware architecture of the processor to which they refer.
Microprocessors are the heart of all modern electronic devices, not only (as one might think) computers, tablets and smartphones, but also household appliances, cars, robots, data centers, space probes, etc. However, with the same production process, you can expect a slight increase in speed of ternary processors compared to binary ones in basic operations; for example, adders can finish their carry chain earlier). The software development is done with a macroassembler under Windows; once compiled, the program is stored on the SDCard and is started on the motherboard.Incredibly we are also trying to write a simple OS that allows the system to be used in a more serious way and at the moment we are struggling with interrupt management, a tiring but really fun job!!
Or read this on Hacker News