The aim of this course is to build a general purpose computer (hardware and software) from the ground up, starting with just a simple NAND gate.
Following the specifications from the book "The Elements of Computing Systems" by Noam Nisan and Shimon Shocken.
All projects are here.
You can download the Software Suite from here.
- Project 1: Boolean Logic
- Project 2: Boolean Arithmetic
- Project 3: Sequential Logic
- Project 4: Machine Language
- Project 5: Computer Architecture
- Project 6: Assembler (This is software actually)
- Project 7: VM I: Stack Arithmetic
- Project 8: VM II: Program Control
- Project 9: High-Level Language
- Project 10: Compiler I: Syntax Analysis
- Project 11: Compiler II: Code Generation
- Project 12: Operating System