??? 06/14/06 10:30 Read: times |
#118268 - Keil-specific Responding to: ???'s previous message |
I don't know that there'd be anything specific to Keil that would affect this?
Well, there's the little fact that Keil's C51 compiler only supports 32 bit float. http://www.keil.com/discuss/docs/thread7878.htm However, due to the specifics of the '51 architecture and the float datatype, I would assume that doing the calculation with integers (long, if need be) would be preferable. |