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

[ARM]: missing register support for MSPLIM and PSPLIM #1951

Closed
mintancy opened this issue Jan 19, 2023 · 0 comments · Fixed by #1949
Closed

[ARM]: missing register support for MSPLIM and PSPLIM #1951

mintancy opened this issue Jan 19, 2023 · 0 comments · Fixed by #1949

Comments

@mintancy
Copy link

MSPLIM and PSPLIM have been introduced since Armv8-M. But the capstone cannot disassemble them correctly and terminates the disassembly process. For example, this is the disassembled code by arm toolchain arm-none-eabi-objdump.

f381 880a 	msr	MSPLIM, r1
f381 880b 	msr	PSPLIM, r1

I read the include/capstone/arm.h and found that those new registers haven't been added.

Will capstone support them soon? Or can anyone give me suggestions on adding support for new registers? Thank you very much.

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 a pull request may close this issue.

1 participant