Open RupertAvery opened 5 years ago
The Disassembly and Memory drop downs are intended as quick-jumps to memory areas of interest. The memory maps already have a pane where you can select them. This will be made clear in the documentation. Otherwise, make Memory maps more prominent, (maybe put breakpoints and memory maps side be side at the bottom since there is a lot of space there)
Version 1.0.7 Beta 2 update: I didn't realize the addresses in the Breakpoints and Memory Maps tabs could be double-clicked for quick access.
Update later in the day: For the fsr1.obj DATA area (start 0011, end 00ff) I can double-click in the Memory Map tab and see Disassembly at 0011. It would be nice to be able to double-click on either the beginning or the end (00ff, and see Disassembly there). I knew code started after the data and wanted to see that disassembly without remembering where the code actually started (at 0100).
Once I loaded fsr1.map I expected the to see "DATA" (and my other names for addresses) appear in the Memory and Disassembly choice lists of useful addresses I can pick.