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

Bug fix for cas disassembly #4

Merged
merged 2 commits into from
Sep 16, 2015
Merged

Bug fix for cas disassembly #4

merged 2 commits into from
Sep 16, 2015

Conversation

emoon
Copy link
Contributor

@emoon emoon commented Sep 15, 2015

This is a fix for disassembly of the "cas" instruction. The current code expects the second register to be bit 8 but it's actually on bit 6 (this according to the M68000 FAMILY PROGRAMMER’S REFERENCE MANUAL 4-67) and I have also verify in my tests that this fixes the bug I saw when testing this.

Also fixed incorrect order if printing in bfexts, bfextu and bfffo

@kstenerud
Copy link
Owner

Great! Thanks!

kstenerud added a commit that referenced this pull request Sep 16, 2015
Bug fix for cas disassembly
@kstenerud kstenerud merged commit 19cb001 into kstenerud:master Sep 16, 2015
@emoon
Copy link
Contributor Author

emoon commented Sep 16, 2015

np :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants