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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/11/00 06:03
Read: times


 
#2173 - RE: how to divide 2 bytes? SOON PLZ..
I just encountered the same problem.
I don't think its to hard to write somekind of subroutine for it. It disturbs me enough that I might go to a 16 bit microcontroller. The origin of the problem may be in that the 8051 is a communication oriented microprosser.
Try doing decimal divition by hand for decimal. Also, the fact that when a binary number is divided by two its equivelent to shifting down. 110/10=11
etc. 11100/100=111. Something for HEX?
111000/F=111?
1100/(F+2)=A(1100/F)+B(1100/2), thats a theorom. No reason that it is neccerally true, but it is!

List of 7 messages in thread
TopicAuthorDate
how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      
RE: how to divide 2 bytes? SOON PLZ..            01/01/70 00:00      

Back to Subject List