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.
Please, How to include an asembly header file in a C Project?
Thanks.
You can't: they're different languages - the 'C' compiler doesn't "speak" assembler.
However, the Keil assembler can accept some C-style stuff in its include files - see the Manual for details.