Nand2Tetris

My solutions to the projects from Nand2Tetris starting with elementary logic gates and creating a general puropse computer from ground up, as described in the book "The Elements of Computing Systems — Building a Modern Computer from First Principles" by Noam Nisan and Shimon Schocken.

  • Project 0: Introduction
  • Project 1: Boolean Logic
  • Project 2: Boolean Arithmetic
  • Project 3: Sequential Logic
  • Project 4: Machine Language
  • Project 5: Computer Architecture
  • Project 6: Assembler
  • Project 7: VM I: Stack Arithmetic [TODO]
  • Project 8: VM II: Program Control [TODO]
  • Project 9: High-Level Language [TODO]
  • Project 10: Compiler I: Syntax Analysis [TODO]
  • Project 11: Compiler II: Code Generation [TODO]
  • Project 12: Operating System [TODO]