10011100 +
01010000
---------
For this expression, how can I know what will be the CF and the OF after calculating the expression?
10011100 +
01010000
---------
For this expression, how can I know what will be the CF and the OF after calculating the expression?
First, you add them.
10011100 +
01010000
---------
11101100
For CF: was there a carry-out? Not in this case, so CF is zero.
For OF: is the carry into the signbit different from the carry-out? Not in this case, so OF is zero.