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.
I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?
#include will accept any file name, and will include any file.
But, Unless the assembler macro is written entirely in 'C', there will be no point in doing it!
Conversely, Keil's A51 assembler can accept 'C' headers - see the A51 Manual for details & limitations...