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.
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.