Skip to content

fix eflags effects for adc/sbb#1798

Merged
kabeor merged 2 commits intocapstone-engine:nextfrom
bezita:next
Nov 22, 2021
Merged

fix eflags effects for adc/sbb#1798
kabeor merged 2 commits intocapstone-engine:nextfrom
bezita:next

Conversation

@bezita
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

aquynh commented Nov 22, 2021

please also update X86MappingInsnOp_reduce.inc

@kabeor
Copy link
Copy Markdown
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.

3 participants