• convert decimal to hexadecimal
    Hello, How can I convert decimal to hexadecimal by Keil?. such as,convert from 2185 dec. to 889 hex. thank you. hayinga
  • i want convert hex to decimal
    i am receiving number from ADC naturally its in the form of hex,but i need display it as decimal so its need conversion or any other method pls help me
  • convert decimal to hexa and stored it in TIMER
    How to convert the decimal value to hexadecimal value which needed to be stored in the timer? for example: Timer Low and Timer High only need 2 values such as the 0xFB. How can we extract it if we able...
  • fmod with negative decimal numbers error?
    the result of fmod(-0.6, 0.01) is -0.01 is this an error?
  • Long Hex ASCII string to decimal ASCII
    Using the C51 tools, I am trying to convert a long Hex number, entered as an ASCII string, to its decimal equivalent. For example: the string could be: "ABCDEF1234565" And I would need to convert...