-
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
[x86] regression on rcl
with capstone v5
#2079
Comments
https://c9x.me/x86/html/file_module_x86_id_273.html
|
Bisecting pointed to this:
|
I'm in need for a fix for this issue. Usually I would try to contibute a fix myself, however I currently lack the time. So I want to at least bump this issue :D |
LLVM 18 disassembles without
Please check what is the correct syntax and open an issue with the LLVM-project. |
@wargio Can you please check against |
According to the ISA, that |
d110
should ouputrcl dword [eax], 1
but instead returnsrcl dword [eax]
This is the output on objdump
The text was updated successfully, but these errors were encountered: