📅  最后修改于: 2022-03-11 15:00:34.539000             🧑  作者: Mango
works exactly the same as add instruction BUT adds 1 if the carry was set
or no effect if carry was 0
adc eax,ebx ;
eax = eax + ebx + carry bit