9 lines
503 B
Markdown
Executable File
9 lines
503 B
Markdown
Executable File
# Contents for the courses nand2tetris part one and part two.
|
|
Important things:
|
|
1. Project 06 cotaints an assemler which takes Assembly and translates it into machine code
|
|
2. Project 08 contains a VMtranslator which takes VM code and translates it into Assemly
|
|
3. Project 11 contains an language translator which takes JACK code and translates it into VM code
|
|
4. 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
|