• conversion from C file to hex file
    Hi all, I wrote program using C51v8.11a in C language. Now i want to convert it hex file sothat I can transfer to the controller, is there any option in C51 only or I need to use some other software...
  • conversion from C file to hex file
    Hi all, I wrote program using C51v8.11a in C language. Now i want to convert it hex file sothat I can transfer to the controller, is there any option in C51 only or I need to use some other software...
  • Steps involved in conversion of C file to Hex file
    Hi.. Can any one tell me steps involved while the c file is converted to hex file. i.e what all files(e.g.object files,list files,loader,linker) comes into existance.?
  • Steps involved in conversion of C file to Hex file
    Hi.. Can any one tell me steps involved while the c file is converted to hex file. i.e what all files(e.g.object files,list files,loader,linker) comes into existance.?
  • Hex to ascii conversion
    Hi, I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30...