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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/18/02 05:21
Read: times


 
#20924 - Searching for MULDIV function asm code
I am looking for a muldiv function source code using the 8052 macro assembler.

function interface is
long int muldiv (long int x, long int y, longint z)
muldiv = (x*y)/z.(abs(z)>2^16)
temporary x*y must be 64 bits double long int.

I would appreciate any information.

Thank you.

List of 2 messages in thread
TopicAuthorDate
Searching for MULDIV function asm code            01/01/70 00:00      
RE: Searching for MULDIV function asm code            01/01/70 00:00      

Back to Subject List