• Double & long double support in keil
    I am using double & long double & check that both take same size in keil i.e 8 bytes. Shouldn't be long double take 16 bytes or keil 4.70.0 compiler don't have it.
  • double trouble?
    Hi all. using uVision 4, keil compiler. I'm trying to create a very simple function that takes an argument list, but it seems like when i use parameters of type double, it doesn't work right...
  • V6.10a can't use double DPTR feature
    Hi, Can anybody verify that the double DPTR featue in the C library does not work? The ?COPY2 function is missing from the library. I can assign a struct to another struct when the double DPTR option...
  • double float
    The C51 can't support double(8-byte) variable. Does anyone know the third party liberary to support this function?
  • Calculation with static double has different results
    Dear Forum, I have experienced some strange behaviour using float/double values in a formula calculation. Using the same static double values the result may differ each time I run the calculation...