Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
commandblockguy opened this issue Nov 4, 2021 · 1 comment
Labels

Comments

@commandblockguy
Copy link
Member

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
Copy link
Member

adriweb commented Nov 5, 2021

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 adriweb added the bug label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants