Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrislav/triton
https://github.com/patrislav/triton
stack-machine ternary-computer virtual-machine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrislav/triton
- Owner: patrislav
- License: mit
- Created: 2020-02-28T16:27:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T16:49:41.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T22:04:23.102Z (about 1 month ago)
- Topics: stack-machine, ternary-computer, virtual-machine
- Language: Rust
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Triton
An experimental ternary stack-based CPU architecture. This crate includes the VM able to decode and run Triton programs. This is *not* a full emulator, but it's intended to be used as a library for other applications to use.
## Status
The architecture is not yet finalized, the instruction set not fully designed and there are no tests.