Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 691 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 691 Bytes

nand2tetris

Solutions for practical tasks of the book "The Elements of Computing Systems" (https://www.nand2tetris.org/).

Nand to Tetris courses are now taught at 100+ universities and high schools around the world. The students who take them range from high school students to Ph.D. students to Google engineers.

Structure

I kept the original structure of directories. The assempler, VM translator and compiler could be found in the projects/tools dir.