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
The following knowledgebase article tells what you want to know. http://www.keil.com/support/docs/189.htm Jon