• Relocating library program segments
    In an attempt to free some code space, I'm considering the wisdom of relocating some library program segments from the common code area into one of my two banks. I'm a bit reluctant to do this for library...
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • SEGMENT RELOCATION
    Hi all: I need to relocate a segment to a specific address. Say I have 4 '.obj' SEG1.OBJ, SEG2.OBJ, SEG3.OBJ and SEG4.OBJ segments and want to locate SEG2 to the specific address 1A00. Thanks in advance...
  • relocation of function
    Hi, I would like to locate code of the function on the absolute address in a code memmory (analogous to absolute variable location : int code i _at_ 0x2000;) - is it possible in some way? Thanks, Peter...
  • relocating segments
    Hello, I asked a similar question a while ago concerning relocation of library segments that the linker (by default) places in common area. I have been happily relocating any ?PR? segment (e.g....