Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 357 Bytes

File metadata and controls

7 lines (4 loc) · 357 Bytes

#C88 Homebrew Computer

This is a homebrew 8 bit computer with 8 bytes of RAM, a GPIO port, and basically nothing else.

It has a simply instruction set, with about 30 operations (some of which are ... kinda ... duplicates) and can perform only very simple tasks.

see https://github.com/danieljabailey/C88/blob/master/arch.pdf for more details