Skip to content
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

fix eflags effects for adc/sbb #1798

Merged
merged 2 commits into from
Nov 22, 2021
Merged

fix eflags effects for adc/sbb #1798

merged 2 commits into from
Nov 22, 2021

Conversation

bezita
Copy link
Contributor

@bezita bezita commented Nov 22, 2021

by Intel's manual
ADC: DEST ← DEST + SRC + CF;
SBB: DEST ← (DEST – (SRC + CF));

@bezita bezita mentioned this pull request Nov 22, 2021
@aquynh
Copy link
Collaborator

aquynh commented Nov 22, 2021

please also update X86MappingInsnOp_reduce.inc

@kabeor
Copy link
Member

kabeor commented Nov 22, 2021

cool, thanks for your contribution.

@kabeor kabeor merged commit 7bc03b9 into capstone-engine:next Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants