📜  adc 程序集 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:34.539000             🧑  作者: Mango

代码示例1
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