is it possible to change "memory model" for a function in an object module for example " small defined in an object" using a linker directive or some other way ? any idea ?
I meant to change in an object file not in source file. Defined in an object small and I want to change large
A memory model isn't just "defined" in an object file --- it's hardwired into the object code found in that file. The way to change that is to recompile the file with a different memory model option.