Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0rmii/termulator
Ternary machine emulator, written in C
https://github.com/n0rmii/termulator
c emulator ternary ternary-computer
Last synced: 13 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:02:17.000Z (about 1 month ago)
- Last Synced: 2024-10-11T01:11:06.988Z (26 days ago)
- Topics: c, emulator, ternary, ternary-computer
- Language: C
- Homepage:
- Size: 790 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".