-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"if-then" disassembled incorrectly for ARM Thumb #1195
Comments
Another example: 0xbff5 has fields:
And should be |
you can use on the "next" branch, we have:
is this correct? |
Thanks for the No, those are the erroneous outputs I reported.
|
@kabeor Can be closed? |
Instruction word 0xBFF6 should be "itet" but instead is "itte". Here is minimal code to reproduce:
Here are the bit fields:
Looking up '0110' in table A8-2 in doc DDI0406C gives the "et" correct answer. Also verified with online disassembler.
The text was updated successfully, but these errors were encountered: