Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (8 loc) · 1.01 KB

nand2tetris

I love computers. When I recently discovered that the Nand2Tetris guys, Noam Nisan and Shimon Schocken, had just packaged their famous course into a neat 12 week Coursera package, I couldn't resist it any longer.

In this course you will build a modern computer system, from the ground up. We’ll take you from constructing elementary logic gates all the way through creating a fully functioning general purpose computer. In the process, you will learn how really computers work, and how they are designed.

Some of my write-ups:

DIY Computer Part 1 The NAND Gate

DIY Computer Part 2 The ALU

DIY Computer Part 4 Machine Language

DIY Computer Part 5 Machine Architecture