Home - HenryLoenwind/4bit GitHub Wiki

This project is a 4-bit computer. It consists of a compiler and a runtime environment.

The architecture and the opcodes are documented in this wiki.

An example on how to use it can be found in the class Test. Finding out how to hardware-map a register is left as exercise for the reader.