This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use C + ASM meny parameter

I have a problem.
C function call from assembler.
Then C function meny parameter.

How to use assembler code?

sorry .

Parents
  • 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...

Reply
  • 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...

Children
No data