Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.14 KB

Stew-3000

Build status

This repository holds all the code behind the Stew-3000: A homemade 8-bit breadboard computer heavily inspired by Ben Eater.

Stew 3000 diagram

Project Structure

Here's a quick guide to how things are laid out:

  • display/: For programming the displays used on the 3000
  • EEPROM_programmer_library/: For programming the EEPROMs used on the 3000
  • lang/: Implementations of the compiler, assembler, emulator
  • microcode/: Microcode for instruction set
  • programs/: C and assembly programs for running on the 3000
  • RAM_loader/: For loading programs onto the 3000 via the Arduino
  • scripts/: Several scripts we've used as shortcuts while working with the 3000

Documentation

To learn more about the Stew-3000, check out the wiki!