• 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.
  • Change value of ?B_NBANKS
    I want to change the ?B_NBANKS from 8 to 16, but i got this error A80: BANK SWITCH CODE IS BIGGER THAN 256 BYTES. How to solve this problem? Akram
  • automatically change values in an *.hex?
    Hi! i am searching for a program to edit and replace certain values inside an intel hex file. I have tried srecord but it will only write 16 or 32 bit files but my programmer only uses 8 bit files...
  • Compilation changes values?
    Hello! Suddenly we have problems with variables that are located in CODE space. We declare them with 'uint code varname[8] = {value1, value2,..etc.}'. The normal way. After compilation we load...
  • constant value is changing
    I have declared variable as, const float a = 5.5; In my project after compilation the program size is, data = 17.0 xdata = 4421 code = 38520 I am using 8031 with 64KB external EPROM...