• C_INITSEG
    Does anybody know how the C_INITSEG data is structured?
  • c_initseg
    What would cause a linker warning that says uncalled segment c_initseg?
  • Error in generation of C_INITSEG
    Hello! We experience a strange problem with XDATA initialization - part of global variables are not initialized. After digging deeper in the problem we found that C_INITSEG segment is corrupted in...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...