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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/25/04 18:12
Read: times


 
#65485 - RE: signed number by unsigned division
Responding to: ???'s previous message
- make the signed number positive, but remember the sign.
- Divide the 16 bit number by the 8 bit one (do NOT ask how to do that, look in the code library if you must)
- Put the sign back into the result (quotient)


List of 2 messages in thread
TopicAuthorDate
signed number by unsigned division            01/01/70 00:00      
   RE: signed number by unsigned division            01/01/70 00:00      

Back to Subject List