• floating point
    Hi every body I don't know why I don't have the float part of the temp var. float temp; int H_Value; int L_Value; int value = 55; temp = value / 10; H_Value = (int)temp; L_Value = (int)(temp...
  • Floating Point
    How can I deny a number floating point without utilizat some mathematical operation? How can I take the first 8 bits of the number floating point, those but significant (MSB) or the bit but significant...
  • Floating Point
    How I can deny a number floating point, without using some mathematical operation (eg. :number * (-1)). ?? How can I take the first 8 bits of the number???
  • Floating point calculations
    Hello I am trying to execute a floating point calculation with the 8051. Something like: Result = Val1 * 0.75 + Val2 * 0.25 The C51 compiler can take that no problem, but it takes a long...
  • Floating point Math
    Hello I want the calculation in 8051 assembly language Like 7934501/74070=107.121655 I got the 107 but i did't get the 121655. Please help me to get this result if possible then send me...