Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/05/04 13:24
Read: times


 
#75468 - Bug in Keil C51 V5.02 ?
I fond the following function works wrong, since the result was:
-1 / 2 = -1


char div2( char i )
{
  return i / 2;
}


Please can anybody check, if this bug was removed on later versions.


Peter


List of 3 messages in thread
TopicAuthorDate
Bug in Keil C51 V5.02 ?            01/01/70 00:00      
   RE: Bug in Keil C51 V5.02 ?            01/01/70 00:00      
   RE: Bug in Keil C51 V5.02 ?            01/01/70 00:00      

Back to Subject List