ShaiW / Tecs-3

The newest fork of the TECS software suite, used in the "NAND to Tetris" course
http://www1.idc.ac.il/tecs/
3 stars 1 forks source link

CPU emulator and comments #2

Open Pierce71588 opened 13 years ago

Pierce71588 commented 13 years ago

Add option to allow for comments to be displayed along with assembly code.

An alternative, if this is too difficult, would be to display the line number that the code is on in the original file. This would make it possible to look at the file in a text editor to see the comments.

When the emulator is running through the assembly code it is nice to see the progression. However, it is extremely difficult to know exactly where in the code you currently are, so it really is hard to actually follow. Becomes important when you are trying to debug assembly code that the user is creating.