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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/14/08 07:43
Read: times


 
#150788 - Fixed Point
Responding to: ???'s previous message
Also how to deal with a decimal number like 5/20 = 0.25 in assembly 8051[\quote]

If you expect a decimal answer fixed point can work like 5 * 100/20 = 25 Your code then assumes 2 decimal points.

Or just change the units 7.123 Volts = 7123 millivolts


List of 4 messages in thread
TopicAuthorDate
exponential math in assembly            01/01/70 00:00      
   My references are:            01/01/70 00:00      
   Fixed Point            01/01/70 00:00      
   Recent thread ?            01/01/70 00:00      

Back to Subject List