/16-bit-computer

(Work in Progress!) A simple implementation of a 16-bit-computer in C with 64KB of RAM and custom assembly instructions!

Primary LanguageCMIT LicenseMIT

16-Bit Computer v0.1 (WIP)

This Computer consists of a 16-Bit CPU with custom instructions and a RAM with 64KB of memory. 512 Bytes are allocated for Instructions, the rest is used for either program memory or the stack memory.

Note

This project is in early development and therefore not done at all. Currently it has been scarcely tested and is made to implement all features first!