We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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