This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

programming C at specific address

Hi,All
I has a big problem at coding C51. Put program at specific address in assembler is easy ,it just set org 0xXXXX in progarm. but How to do this in the C51.
Thanks

Parents
  • oki where is the full manual of the linker LB51 ??

    Personnaly, I want to put the normal program between 0x0000 and 0xDF7F and the boot between 0xE000 and 0xEDFF. The problem is, I have to use only one .hex at the output ti use a owner PC soft. So I have to parameterize the embedded soft + the linker to repect the mapping of the memory code I need. But how ?? I can't find

Reply
  • oki where is the full manual of the linker LB51 ??

    Personnaly, I want to put the normal program between 0x0000 and 0xDF7F and the boot between 0xE000 and 0xEDFF. The problem is, I have to use only one .hex at the output ti use a owner PC soft. So I have to parameterize the embedded soft + the linker to repect the mapping of the memory code I need. But how ?? I can't find

Children