Feature Request: Display a single memory address in the monitor
Commodore 64, Atari XL/XE and NES debugger that works in real time.
Brought to you by:
slajerek
Regularly I just want to look up one address value in the monitor but I'm forced to enter two addresses (the from/to).
I'd like to just be able to enter (for example):
D 1000
And it would display a single byte (or perhaps a pair of bytes), rather than be forced to enter:
D 1000 1001