CEmu icon indicating copy to clipboard operation
CEmu copied to clipboard

Bytes in disassembly pane don't match ROM for index bit instructions

Open commandblockguy opened this issue 4 years ago • 1 comments

For the bit n,(iy+d) instruction (and probably others), the instruction is disassembled correctly, but the raw bytes next to the instruction don't match the actual contents of the ROM. e.g., memory contains "fdcb365e", the disassembly pane displays "FDCB5E36 bit 3,(iy+$36)"

commandblockguy avatar Nov 04 '21 22:11 commandblockguy

Info for potential fix: @jacobly0 said "the disassembler reads the bytes out of order for that instruction and apparently the disassembly lists what bytes the disassembler read, not what bytes are actually there"

adriweb avatar Nov 05 '21 00:11 adriweb