You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
f381880amsrMSPLIM, r1f381880bmsrPSPLIM, 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.
The text was updated successfully, but these errors were encountered:
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
.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.
The text was updated successfully, but these errors were encountered: