C88
C88 copied to clipboard
C88 is Homebrew CPU that has a ram that is only 8x8 Bits in size. It'll fit on a papilio one 500k which has enough pins for all the switches you need too.
#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