VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
68 stars 22 forks source link

Allow physical addressing in disassembly window #180

Closed ejaquay closed 7 months ago

ejaquay commented 7 months ago

Added "Physical Memory" checkbox and "Start Block" fields to the Disassembly window. When checkbox is checked dissasembly starts at the block specified and offset by the value in the "From" box. This allows disassembly of any physical address enabled in VCC, upto 8192K (block 3FF). This change makes it easy to disassemble memory resident Nitros9 modules using the block and Offset fields from the mdir -e command. Also the "To" address field was changed to a line count to make usage easier.