Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeticandroid/megamicro
a fantasy cpu
https://github.com/poeticandroid/megamicro
cpu fantasy-computer fantasy-console
Last synced: 4 months ago
JSON representation
a fantasy cpu
- Host: GitHub
- URL: https://github.com/poeticandroid/megamicro
- Owner: poeticAndroid
- License: mit
- Created: 2022-01-19T13:40:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T19:42:20.000Z (9 months ago)
- Last Synced: 2024-05-12T20:46:33.691Z (9 months ago)
- Topics: cpu, fantasy-computer, fantasy-console
- Language: JavaScript
- Homepage: https://megamicro.glitch.me
- Size: 476 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MegaMicro
=========I accidentally started a new fantasy project that I'm probably never gonna finish..
Feel free to steal it..
Specs
-----
- Custom stack based CPU with around 55 [instructions](./docs/isa.md)
- 64 KB of RAM
- 18 KB of display memory with 8 [display modes](./docs/display.md)
- Keyboard, mouse and other periphirals [mapped to memory](./docs/memmap.md)
- Custom kernal with [system calls](./docs/syscalls.md)