Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 927 Bytes

Nand to Tetris

All projects for https://nand2tetris.org

The goal of this course is to design and build a general purpose computer from the bottom up. First half of the course deals with low-level things (from NAND gates to Assembler), while the second half focuses on a software layer (Compiler, OS, high-level programming)

Course syllabus