VCCE / VCC

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

Disassembler Window #165

Closed ejaquay closed 6 months ago

ejaquay commented 6 months ago

Pull request adds a disassembler to the Debugger menu. Displays a disassembly of a selected range of CPU memory. Max range is 0x1000 (4K bytes) and must be less than 0xFF00. Also a contains a correction for CMPX Immediate instruction length in OpCodeTables.h

ejaquay commented 6 months ago

Also included an "instruction" field on the Processor State Window.