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.