Skip to content

fix eflags for adc/sbb#1778

Closed
bezita wants to merge 1 commit intocapstone-engine:masterfrom
bezita:master
Closed

fix eflags for adc/sbb#1778
bezita wants to merge 1 commit intocapstone-engine:masterfrom
bezita:master

Conversation

@bezita
Copy link
Copy Markdown
Contributor

@bezita bezita commented Aug 24, 2021

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

@kabeor
Copy link
Copy Markdown
Member

kabeor commented Nov 9, 2021

Could you plz provide a testcase for this issue?

@kabeor
Copy link
Copy Markdown
Member

kabeor commented Nov 10, 2021

@bezita we want to merge your PR, but plz rebase branch to 'next', thanks.

@bezita
Copy link
Copy Markdown
Contributor Author

bezita commented Nov 22, 2021

i re-pulled by #1798

@bezita bezita closed this 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.

2 participants