Flags Affected

┌──┬──┬──┬──┬──┬──┬──┬──┐
│OF│DF│IF│SF│ZF│AF│PF│CF│
├──┼──┼──┼──┼──┼──┼──┼──┤
│* │  │  │* │* │* │* │* │
└──┴──┴──┴──┴──┴──┴──┴──┘

The CF flag is set unless the operand is zero, in which case the CF flag is cleared; the OF, SF, ZF, and PF flags are set according to the result.


[Back: Operation]
[Next: Protected Mode Exceptions]