-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
How to add support to armv8m? #1724
Comments
I'm not an expert on LLVM. |
Hi, Were you able to move forward with this? |
No, I was not. |
No, unfortunately, this is all new to me. |
is there any update on this? |
Capstone v4.0.2 doesn't decode vldr (amongst others) correctly. It just results in ldc instructions (which are related). Is this likely to fixed by syncing to the latest LLVM TableGen definitions as suggested above? Latest (well, pretty recent) llvm-objdump does correctly disassemble the instructions in question. |
Will be done with #1949 |
I'd like to add armv8m (main line) instruction set and use capstone.
How can I do that?
The text was updated successfully, but these errors were encountered: