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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/03/01 17:10
Read: times


 
#15384 - RE: 24bit MATH Routines
16/32+ bit multiplication and addition is relatively easy. Division is a major headache.

I had gone thru the Intel files,and i couldn't make head or tails of the code. Hence I didnt use their code, and can't say how,if it does,it truly works (altho' a few of my friends have used it succesfully) It requires a very good understanding of digital math

The point is I did manage to implement 16 bit by 8 bit, and by extension, 32 bit by 8 bit division using a number of 8bit divisions. The algorithm is iterative/recursive however highly hang-prone, and has further complications if the range is to be scaled up.

it is however quite challenging (and maddening) to try and come up with your own algorithms :D

Kundi



List of 6 messages in thread
TopicAuthorDate
24bit MATH Routines            01/01/70 00:00      
RE: 24bit MATH Routines            01/01/70 00:00      
RE: 24bit MATH Routines            01/01/70 00:00      
RE: 24bit MATH Routines            01/01/70 00:00      
RE: 24bit MATH Routines            01/01/70 00:00      
RE: 24bit MATH Routines            01/01/70 00:00      

Back to Subject List