Re: Microcontroller Project



In article <pan.2006.03.28.03.58.02.525694@xxxxxxxxxx>,
Keith <krw@xxxxxxxxxx> wrote:
[....]
isn't normally the case with 8051 sorts of systems. Math isn't something
any sane person would want to do on an 8051.

I guess you're calling me insane then...... but then you go on to say:

When it's been required,
I've found that fixed-point isn't all that tough to do at any precision.
I learned how to do arithmetic (in arbitrary bases, even) over forty years
ago. If floats are needed in an 8051 project, some PHB needs to stop
breathing.

I've had to agrue with "programmers" who write code on PCs. They don't
seem to understand that a 32 bit fixed point number won't fit into a 32
bit float. Trouble shooting math in an 8051 is a lot easier than in a
CPLD.


--
--
kensmith@xxxxxxxxx forging knowledge

.



Relevant Pages