akaps / nand2tetris

Solutions to coursework Nand2Tetris by Shimon Schocken and Noam Nisan https://www.nand2tetris.org/
0 stars 0 forks source link

Relabel/Refactor OS #43

Open akaps opened 5 years ago

akaps commented 5 years ago

With inspection, it's pretty clear what I did. Reverse engineered Jack files by diff testing against the provided vms to get the same results

The algorithms are clear but the variable names are definitely not. Refactor and assign correct types to OS .jack files

akaps commented 5 years ago

There is value in reverse engineering, which is why I'm not opposed to it

Debugging if you have to look at assembly Reverse Engineering is a CS field