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

Including asm inc file in C

Hi,

I am mixing C and assembly and want to call assembly macros from the C file. But I do not want to define all these macros in the C file itself.

There are more than one such C files and a few asm files as well which use these set of macros.

Ideally I would want to place the macros in as assmebly inc file and then include this file in the C file.
But I was told in one of my previous threads that it is not possible to do so.

Can you suggest me any clean method by which I can do this?

Regards,
Gaurav

0