When to use ADOX instead of ADCX?

Viewed 560

The only difference mentioned in the Intel instruction set reference is the usage of the overflow-flag instead of the carry-flag. When does one use ADOX instead of ADCX to perform an unsigned addition with a carry?

1 Answers
Related