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
The instruction 0x410a is unimplemented, according to r2 it is lsrs r1, r0, 9.
0x410a
lsrs r1, r0, 9
The text was updated successfully, but these errors were encountered:
Very interesting, actually this instruction should already be handled by expanding it to ARM encoding: https://github.com/mikage-emu/mikage-dev/blob/main/source/arm/thumb.cpp#L211-L219
Any chance you could identify where the instruction is thrown from? gdb's catch throw might help.
catch throw
Sorry, something went wrong.
No branches or pull requests
The instruction
0x410a
is unimplemented, according to r2 it islsrs r1, r0, 9
.The text was updated successfully, but these errors were encountered: