I'v a obj file without its source code (.c file) and I must use the fuctions of this obj file in my project.The most important thing is I want to LOCATE the fuction (i.e. the obj file's entry address)at absolute address in code space(for example:3000H). How could I do it? any advices are helpful ,3x.