• changing hex value to decimal
    hi, how to change the value of hex to decimal For example from hex "0x15" to decimal 15 or in hex like 0x0f. do we have any option in keil or any other way. Thankyou arun.
  • XC 167: 2s complement fractional format
    Hello, I'm trying to use 2s complement fractional format in XC 167 a and I have following problem with multiplication: /*2s complement fractional format - multiplication test*/ #include <XC167.h>...
  • 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
  • hex-386 to decimal
    hi guys, I am working on ADuC7026. im saving some data by using SAVE command. im getting the values in HEX386 format. Im dont know how to covert that into decimal.. help me in this regard....
  • Hex To Decimal
    hi all, i am getting data from serial port so it is in character form my function is like this <per> { idata char arr[15]={0}; int i,j; arr[i++]=getkey(); while(( arr[i++] = getCharX(...