I have a problem. C function call from assembler. Then C function meny parameter.
How to use assembler code?
sorry .
I think the tools (particularly, the Linker) take the presence of a 'C' main() function as their clue to include all the necessary runtime support.
It might be possible to do it all manually, but it's probably far easier to just ensure that you have a main() in 'C'.
BTW: this is why projects don't work when all the 'C' files have the SRC option specified...