Skip to content

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

@mintancy

Description

@mintancy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions