• offset adress
    Hi, i work on st10f168 and i would to know how can i compile a .c file (which contains fonctions) with manual fix adress. Because i want to load the disassembly code of it in external memory (ex : 0x200000...
  • offset adress
    Hi, i work on st10f168 and i would to know how can i compile a .c file (which contains fonctions) with manual fix adress. Because i want to load the disassembly code of it in external memory (ex : 0x200000...
  • Adress space overflow
    hi, during compilation of my program i have been getting too many address overflow errors. Mostly the errors were due to function arguments placed in the data space instead of xdata...i solved it...
  • bit adressable data
    hai ! I am having a problem in using bit adressable object in Keil C for 89c52 microC.I would be grateful if someone can help me out. I am trying to do the following char bdata temp; // temp is allotted...
  • Adress Space overflow
    Mine is quite a long code Program Size: data=122.1 xdata=0 code=6126 The problem I'm facing is: ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_ LENGTH: 0019H But I had...