• 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....
  • 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?