Float data type!!

HI!!
8051 microcontroller dont support float data type.
How can I implement a float function???

Thanks

Parents
  • 8051 microcontroller dont support float data type.
    no microcontroller does

    How can I implement a float function???
    the compiler does, but not for free. float is not included in the eval.

    you should not need float to evaluate the tool, but maybe (while I doubt it) you need it for a project which the terms of use for the eval forbid you to use it for.

    Erik

Reply
  • 8051 microcontroller dont support float data type.
    no microcontroller does

    How can I implement a float function???
    the compiler does, but not for free. float is not included in the eval.

    you should not need float to evaluate the tool, but maybe (while I doubt it) you need it for a project which the terms of use for the eval forbid you to use it for.

    Erik

Children
More questions in this forum