Overflow Rules

 

1.  If N1Signbit == N2Signbit

&

   R_Signbit != Carry_Bit

then

Overflow_Bit = 1

 

 

 

2.  If N1Signbit == N2Signbit

&

   R_Signbit == Carry_Bit

then

Overflow_Bit = 0

 

 

 

 

3.  If N1Signbit != N2Signbit

then

Overflow_Bit = 0