503 B
Executable File
503 B
Executable File
Contents for the courses nand2tetris part one and part two.
Important things:
- Project 06 cotaints an assemler which takes Assembly and translates it into machine code
- Project 08 contains a VMtranslator which takes VM code and translates it into Assemly
- Project 11 contains an language translator which takes JACK code and translates it into VM code
- Project 09 contains a game written in the language developed before, a.k.a JACK
Projects 06, 08, 11 have been writen in Python 3.9