• 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...
  • 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....
  • Relocation of code segment
    I manage to relocate code segment from 4000h(by default) to higher address eg 5000h. However, I couldn't change it to lower address eg 0000h. Can anyone help?
  • Relocating Keil Library Functions
    Hello all, I am working on a Bootstrap Loader which will receive the new program over CAN. To be safe, I will use a CRC algorythm to check for inconsistencies. Now, my problem is as follows:...
  • relocate program
    I relocate the program to starting from 0x1000, by using BL51 MYPROG.OBJ CODE(1000h) It reloactes the code to 1000h successfully, but there is always a ljmp 1000h remains in 0000h. I have some code...