using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible show command line option which I can not understand how to apply. Warm regards Vimal Amin
just add it to the project the same way you'd add any other file. uVision automatically knows what to do with a .LIB
Thanks a lot. It worked Warm regards Vimal Amin