Assembly language --sbb instruction

      sbb is a subtraction instruction with borrow, which uses the borrow value recorded on the CF bit.

 

      Instruction format: sbb operation object 1, operation object 2

 

      Function: Operation object 1 = Operation object 1-Operation object 2-CF

Guess you like

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