X86-assembly/Instructions/sbb

From aldeid
Jump to navigation Jump to search
You are here:
sbb

Description

Destination = Destination - (Source + CF);

Syntax

sbb dest, src

Flags affected

  • The OF, SF, ZF, AF, PF, and CF flags are set according to the result.

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Comments