• Some questions about relocating the program objects of library files
    I am making a project about DS80C400. I need to relocate the program objects of some library files,but only some of them can be relocated(for example rom_task.lib),others can not,such as ROM_SOCK.LIB...
  • Some questions about relocating the program objects of library files
    I am making a project about DS80C400. I need to relocate the program objects of some library files,but only some of them can be relocated(for example rom_task.lib),others can not,such as ROM_SOCK.LIB...
  • Question about linker control file content
    What's the difference between ?PR?TEST and ?PR?*?TEST in the linker control file. ("TEST" is the name of *.c file) I remember that ?PR?*?TEST means all segments in the TEST file, right? But how about...
  • Question about linker control file content
    What's the difference between ?PR?TEST and ?PR?*?TEST in the linker control file. ("TEST" is the name of *.c file) I remember that ?PR?*?TEST means all segments in the TEST file, right? But how about...
  • 8051 linker question
    Is it possibble to force the place of the RESET vector in the BL51 linker? I can move only the INTERRUPT vector places, but the RESET vector (LJMP XXXX) always be placed at 0x0000 adrress in the generated...