You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The monitor is useful for debugging programs, but when stepping through a program it's often difficult to keep track of what is happening in memory.
I think it would be a nice enhancement if the monitor output had smart color coding to give some context to what is going on and where in memory you are. Examples include color coding locations read and written to by the previous instruction, where the special memory locations are, where the program is (and where the PC is), and where the display is.
The text was updated successfully, but these errors were encountered:
The monitor is useful for debugging programs, but when stepping through a program it's often difficult to keep track of what is happening in memory.
I think it would be a nice enhancement if the monitor output had smart color coding to give some context to what is going on and where in memory you are. Examples include color coding locations read and written to by the previous instruction, where the special memory locations are, where the program is (and where the PC is), and where the display is.
The text was updated successfully, but these errors were encountered: