CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu/
Other
1.07k stars 76 forks source link

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

Closed commandblockguy closed 2 months ago

commandblockguy commented 2 years ago

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)"

adriweb commented 2 years ago

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"