This repository holds all the code behind the Stew-3000: A homemade 8-bit breadboard computer heavily inspired by Ben Eater.
Here's a quick guide to how things are laid out:
display/
: For programming the displays used on the 3000EEPROM_programmer_library/
: For programming the EEPROMs used on the 3000lang/
: Implementations of the compiler, assembler, emulatormicrocode/
: Microcode for instruction setprograms/
: C and assembly programs for running on the 3000RAM_loader/
: For loading programs onto the 3000 via the Arduinoscripts/
: Several scripts we've used as shortcuts while working with the 3000
To learn more about the Stew-3000, check out the wiki!