easy6502 icon indicating copy to clipboard operation
easy6502 copied to clipboard

[Improvement] Enhance Monitor Output

Open baileyparker opened this issue 10 years ago • 0 comments

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.

baileyparker avatar Mar 14 '15 17:03 baileyparker