We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't decode MRS.W R3, MSP (ARM-Thumb mode)
IDA:
.text:00000130 EF F3 08 83 MRS.W R3, MSP`
Capstone (next branch)
me@me ~ $ cstool -d thumb EFF30883 ERROR: invalid assembly code
The text was updated successfully, but these errors were encountered:
@don1001 @aquynh What is needed to add it?
Sorry, something went wrong.
I don't know, but this instruction in common in bootloader code so would be good to decode it.
looks like CortexM mode? actually Capstone can decode this.
$ cstool cortexm "EF F3 08 83" 0 ef f3 08 83 mrs r3, msp
Successfully merging a pull request may close this issue.
Can't decode MRS.W R3, MSP (ARM-Thumb mode)
IDA:
Capstone (next branch)
The text was updated successfully, but these errors were encountered: