This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to inline a c function called from assembly

Hi all,

I would like to inline a c-function into an assembler file. I did not find any advices in the manuals. My own trials failed cause I don't know how to call the function from the assembly (lcr is not suitable obviously) - I think I should do it similar to a macro call, but how must the c-function be defined then??

Any proposals are very welcome

Best regards,

Andreas