-
Notifications
You must be signed in to change notification settings - Fork 121
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
Cannot correctly explain the operand access mode of the bts instruction #29
Comments
you are right, actually, when operand is READ+WRITE, BeaEngine uses WRITE but it is wrong. Work in progress... |
fixed in commit fb42d80
output is:
|
Last release 5.3.0 is now available : https://github.com/BeaEngine/beaengine/releases/tag/v5.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
disinfo.CompleteInstr: bts qword ptr ds:[rcx], 08h
disinfo.Instruction.Category: 10005
disinfo.AccessMode: 1
I think the access mode of this instruction should be READ+WRITE
The text was updated successfully, but these errors were encountered: