Sunday, April 9, 2017

The Real Lesson in Nand2Tetris Part 2 Deux

Since you know how to generate machine code, what you need to be thinking about is how to disassemble machine code - that is, can you spit out vm (virtual machine) code from the machine code. Then, once you have the machine code, can you decompile it into high-level source code?

That's what the top-notch guys will be thinking about. Not me of course. I'm just a back-bencher.

No comments:

Post a Comment