achan1989 / ghidra-65816

WDC 65816 processor module for Ghidra
MIT License
22 stars 3 forks source link

Address disassembly has incorrect order #7

Closed greg-kennedy closed 4 years ago

greg-kennedy commented 4 years ago

image

Think there's something wrong with address disassembly. This JML instruction should be a "absolute jump to 0x1d8080" but is instead being decoded in reverse, i.e. "absolute jump to 0x80801d"

greg-kennedy commented 4 years ago

My bad, this is correct, there is shadowed ROM at the same location.