Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgames123/larch
My attempts at making 'cpu architectures' Most are for 4 bit minecraft computers
https://github.com/xgames123/larch
Last synced: 1 day ago
JSON representation
My attempts at making 'cpu architectures' Most are for 4 bit minecraft computers
- Host: GitHub
- URL: https://github.com/xgames123/larch
- Owner: Xgames123
- Created: 2023-10-23T11:10:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:47:50.000Z (17 days ago)
- Last Synced: 2024-10-20T18:10:08.618Z (17 days ago)
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1d3f architectures (larch)
My attempts at making 'cpu architectures'## nna (No Name Architecture)
4 bit general purpose architecture.
- [nna1](nna/spec/nna1.md)## mcc (MineCraft Computer)
These are designed to run in Minecraft (have never been built)
- [mccv3](docs/v3/core.md) (technicaly works but requires gigabrain to write anything useful)
- [mccv2](docs/v2.md) (has some design problems)
- [mccv1](docs/v1.md) (has some design problems)