• 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
  • BCD TO HEXA IN ASSEMBLY
    Hi friends Can any one tell me how to convert a 6 digit decimal no. into a hex value that is 123456 to 1E240 please help me by providing the assembly code. Thank You Sharath
  • Converting a binary coded decimal value to hexadecimal
    Hello, I'm new to the 8051 and I am hoping someone has had to solve a similar problem to this before, although this is not an 8051 specific problem. Can someone give me assistance on how to convert...
  • 5 Byte number to be converted into decimal string
    Hallo it would be fine if somebody could help me on the following problem: I have to send the decimal digits of a 5 Byte Hex value, that is currently stored in an array, via the serial interface. It...