This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

64 Bits integer numbers

How can we manage a 64 bits integer
number to convert it to ASCCII value for LCD display.

Does SPRINTF work with 'double' data type

reguards.

Parents Reply Children
  • Sorry, I should have guessed it would be something like this.
    It's no easy task - to convert a 38-bit number into decimal. Octal and hexadecimal numbers suit much better because conversion routines for them are quite straightforward.
    I'm afraid in case of decimals one would have to re-invent integer arithmetics for 38-bit numbers.
    good luck
    mike