https://github.com/n0rmii/termulator
Ternary machine emulator, written in C
https://github.com/n0rmii/termulator
c emulator ternary ternary-computer
Last synced: 5 months ago
JSON representation
Ternary machine emulator, written in C
- Host: GitHub
- URL: https://github.com/n0rmii/termulator
- Owner: n0rmii
- Created: 2024-09-12T10:48:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T20:20:44.000Z (over 1 year ago)
- Last Synced: 2025-02-26T18:57:14.774Z (over 1 year ago)
- Topics: c, emulator, ternary, ternary-computer
- Language: C++
- Homepage:
- Size: 799 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termulator
A ternary machine emulator written in C.
Uses balanced ternary, where 9 trits make up a tryte. Offers 4 fundamental data types: the trit, 3-trit "trybble", 9-trit "tryte" and 27-trit "tword".