Tunguska 0.0.3 (Default branch) |
|
|
Tunguska is a computer emulator and virtual
machine that uses numerical base three (ternary)
number system for its lowest-level operations
instead of the commonly used base two (binary)
number system. Its goal is to provide a useful
experimental platform, on par with early personal
computers.
License: GNU General Public License v2
Changes:
This release has a new, brighter interface. It has a new peripheral AGDP (Auxiliary General Data Processor) that does floating point arithmetics and block operations extremely quickly (compared to doing it the manual way). The assembler is less strict about cases and has a few new tricks. There are several new instructions for improved debugging, address comparison, and atomic swapping.
|