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

How to split ?C?LIB_CODE and relocate each module respectively

For example,?C?LIB_CODE includes ?C?UIDIV,?C?ULCMP,?C?LSTXDATA,?C?CCASE etc.And these module are all arranged to stick together.

I want to relocate some module to different address.For example,?C?UIDIV is at 0x1000.?C?CCASE is at 0x2000.

How?

0