• SEGMENT COMBINATION ERROR - SEGMENT "REG BANK 0"
    Hi, I am building a project that includes an ABS file. The ABS file was built previously for a ROM build. I am now trying to build a "patch" and including the ABS file in the project so that linker...
  • SEGMENT COMBINATION ERROR - SEGMENT "REG BANK 0"
    Hi, I am building a project that includes an ABS file. The ABS file was built previously for a ROM build. I am now trying to build a "patch" and including the ABS file in the project so that linker...
  • How to make use of xdata space when combining C lang and Assembly
    Hello Sir, This is Vijay Manohar. I am trying to add C code to the already existing code. Assembly code also making use of XDATA space. As I was getting memory overflow problems, I have been...
  • How to make use of xdata space when combining C lang and Assembly
    Hello Sir, This is Vijay Manohar. I am trying to add C code to the already existing code. Assembly code also making use of XDATA space. As I was getting memory overflow problems, I have been...
  • xdata and code segments overlap?
    Where is the xdata stored and where is code stored? The Problem that I am facing is , when I do unsigned char xdata buff[300]; void func() { ........... ..... .. } the results of running...