Skip to content
Thomas Castleman edited this page Aug 27, 2021 · 5 revisions

This wiki houses most of the documentation for the Stew-3000, an 8-bit breadboard computer!

Guide

Check out the various pages on the side menu to browse at your leisure.

Or, if you're looking for:

Contributors

The computer itself was built and debugged by Stewart Morris. He also provided the low-level software that interacts with the machine directly, and wrote the microcode which implements the machine's instruction set.

The higher-level infrastructure (compiler/assembler/emulator) was authored by both Stewart and Thomas Castleman.

Acknowledgements

The hardware design of the computer itself was inspired heavily by Ben Eater's 8-bit CPU project. Some of his software was also adapted for use in this project.