can someone please explain why that is the answer to the question.
for question 3, i thought it would be a) and c)
thanks,
1 Circle which of the following (it could be any number of them) are
flags that will be set (to 1) when 0x80 and 0x40 are added using the
8-bit addition instruction ("addb") on the Intel 80386:
a) CF b) SF c) OF d) ZF
ans: b)
--------------------------------------------------------------------------------
*same question :: when 0x80 and 0x80
a) CF b) SF c) OF d) ZF
ans: a), c), d)
---------------------------------------------------------------------------------
when 0xC0 and 0xC0
a) CF b) SF c) OF d) ZF
ans: a), b)