Code relative address change in Keil MVision 2

I have written my application in C.
I want the binary genrated to start from location 4096 (1000H) instead of 0000H, so that the symbol references are genreated accordingly.

How can I do this?

I tried putting CSEG at 1000H in the file start751.
and in Mvision 2 project options configured the code segment range to start at 1000H, but it did not work.
The binary is still generated to start from 0000H

Reason I need this: My RAM starts from location 1000H in the memory space.
Regards,
Gaurav

More questions in this forum