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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/17/04 12:16
Read: times


 
#77561 - Multi-byte arithmetic
Responding to: ???'s previous message
As others have already said, this is not something to do in 'C'.

'C' compilers implement multiple-word arithmetic in assembler, and call these as required - you would need to do the same.

Take a look at the following threads, in which Michael Karas recently gave a description - with example code - of multiple byte arithmetic:
http://www.8052.com/forum/read.phtml?id=77267
http://www.8052.com/forum/read.phtml?id=77273
You should be able to work it from there.

Also try clicking the 'Code Library' button on the left-hand side of your screen.


List of 8 messages in thread
TopicAuthorDate
C coe for 128bit arithmetic            01/01/70 00:00      
   RE: C coe for 128bit arithmetic            01/01/70 00:00      
      RE: C coe for 128bit arithmetic            01/01/70 00:00      
         RE: 128bit arithmetic?!            01/01/70 00:00      
   RE: C coe for 128bit arithmetic            01/01/70 00:00      
   Multi-byte arithmetic            01/01/70 00:00      
      RE: Multi-byte arithmetic            01/01/70 00:00      
         RE: Multi-byte arithmetic            01/01/70 00:00      

Back to Subject List