Hello All,

I would like to make a few set of functions to reside at some constant address locations. I am building the code for 186 processor using small model.

e.g. function abc whose start address will always be 0xF0800.
function xyz whose start address will always be 0xF0850.

How do I achieve this in C.

Please let me know

Thanks,