RupertAvery / et3400-emu

A Heathkit ET-3400 Emulator written in C#
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

Clearly mark start and end sections of Data Range memory maps #4

Closed RupertAvery closed 4 years ago

RupertAvery commented 5 years ago

In the Disassembly window after seeing "$0011: DATA" I expected something to show where it ended. Consider "$0011: DATA First" and "$00FF: DATA Last" to block off the section clearly. The transition from DATA back to code just happens, without a clear reason

RupertAvery commented 5 years ago

Will add an option to show the end of data ranges

ricknun commented 5 years ago

Version 1.0.7 Beta 2 update: I think this can be closed. I see "; BEGIN - DATA" and "; END - DATA" as desired. (You said you would add "an option" to show this and I don't see a configurable option to control it, but I also don't think one is required and prefer the "END" always being shown.)