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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/03/98 20:25
Read: times


 
#77 - RE: 16 bit division
Hi Dave,

I believe downloadable code already exists for a 16-bit divide. Try the website
www.dcity.org I have found a couple of gems there

Another option - If you can get your job done using a 16-bit/8-bit divide, please email me back . I have the code to do that.

I have had to perform a 16-bit/16-bit divide twice so far. Once, I got away with repeated subtracts since I was concerned only with the remainder. The second time I split my problem into two halves by doing two 16-bit/8-bit divides. I got away with this technique since I didn't care about the remainder.

Hope one of these work out for you!
Good Luck!
Shuba.

List of 3 messages in thread
TopicAuthorDate
16 bit division            01/01/70 00:00      
RE: 16 bit division            01/01/70 00:00      
RE: 16 bit division            01/01/70 00:00      

Back to Subject List