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.