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

Linker function location

I am having problems with locating a second function to follow on from the first.

The following linker command works....

?PR?_LOADER?LOADER(0FA00h),?PR?_HEX2CHARNICK?LOADER(0FC30h)

but i do not want to specify the location of the second function just the first, looking at the documentation it says that i should be able to do the following....

CODE(?PR?_LOADER?LOADER(0FA00h),?PR?_HEX2CHARNICK?LOADER)

This causes a linker error..

What do I need to put in the linker command line so that the second function follows immediately on from the first.

Parents Reply Children
No data