.data
val1 BYTE 10h
val2 WORD 8000h
val3 DWORD 0FFFFh
val4 WORD 7FFFh
If val2 is incremented by 1 using the ADD instruction, what will be the values of the Carry and Sign flags?
If val4 is incremented by 1 using the ADD instruction, what will be the values of the Over- flow and Sign flags?
I answered both and got them both wrong. Why is the answer what it is?


1.specify platform flags can be set differently on different platform
2.also what bit wide the used instructions are?