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

C Program location on 89c51RD2

I was wondering if someone could tell me how to change the start location of my code using the Keil uvision. I want the code to start at 2000h as I already have code running from 0000h and need to change the program running from 2000h. I have managed to get it to start at 2000h using the locate option in target options but this always puts a line inat 0000h which stops my other code running. Is there away to stop this? I basically need a C equvalent of the org function

Thanks in advance
G