Assembly language-arithmetic operation instructions

       Arithmetic operation instructions
add, sub, adc, sbb, inc, dec, cmp, imul, idiv, aaa, etc. are all arithmetic operation instructions. These instructions implement arithmetic operations on data in memory and memory.

Their execution results affect the sf, zf, of, cf, pf, af bits of the flag register

Guess you like

Origin blog.csdn.net/ma2595162349/article/details/108556895