• Integer promotion bug
    I think there is a bug in the C51 and CX51 compilers regarding integer promotion. I have not deselected integer promotion and thus expect proper C semantics without adding casts. The bug seems to...
  • 64 bit integers (uint64)
    Hi. Is it possible to use 64 bit integers in C51? Cheers Martin
  • 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.
  • Problem Splitting Integer Variable
    hi everyone... i am facing a problem in my college project... i have a 16bit unsigned integer variable and i need to store it in the 24C02 EEPROM, but that saves 8bit variable at a time... ...
  • 64 bit integers
    Has anyone run across a simple 64 bit math library for a c166? I need an Add(32 to 64), Shife_Right, and a Negate() funtion. Thanks