mossprescott / pynand

Nand2Tetris in Python.
Other
12 stars 3 forks source link

Projects 07 and 08, the VM translator #21

Closed mossprescott closed 4 years ago

mossprescott commented 4 years ago

This opens up designing new CPUs with accompanying VM translators. Then you could run the same VM programs on both chips and see how they perform.

This includes tests that use the VM source for Pong and the OS, but those VM sources aren't in this PR just because I'm not sure it makes sense to commit them here or fetch/build them from nand2tetris or what.

cc @dfithian