Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)