The Code Below works as expected for 86 (where expected = the if evaluates true for values >= to 86)For 86U it is true if the value is >=86 and if it is less than 0.It seems the U on the 86U cases the comparison to be unsigned. So Is the compiler correct ..
↧