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
For ARM_OP_REG we call cs_reg_name, but for ARM_OP_SYSREG we can't. https://github.com/aquynh/capstone/blob/8984920722733400e93f695a0c37a80158341103/cstool/cstool_arm.c#L29-L30 https://github.com/aquynh/capstone/blob/8984920722733400e93f695a0c37a80158341103/cstool/cstool_arm.c#L68-L69
$ ./cstool -d cortexm 80f30988 0 80 f3 09 88 msr psp, r0 ID: 90 (msr) op_count: 2 operands[0].type: SYSREG = 276 operands[1].type: REG = r0 operands[1].access: READ Registers read: r0 Groups: thumb mclass
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For ARM_OP_REG we call cs_reg_name, but for ARM_OP_SYSREG we can't.
https://github.com/aquynh/capstone/blob/8984920722733400e93f695a0c37a80158341103/cstool/cstool_arm.c#L29-L30
https://github.com/aquynh/capstone/blob/8984920722733400e93f695a0c37a80158341103/cstool/cstool_arm.c#L68-L69
The text was updated successfully, but these errors were encountered: