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
Capstone fails to disassemble a mrs instruction correctly: $ cstool thumb "\x08\x81\xef\xf3"
result: 0 0881 strh r0, [r1, #8]
expected result: mrs r1, MSP
See page 803 of DDI0403D (ARMv7-M arch ref man) about the encoding of mrs.