• warning L7 when including c file in a assembler project
    Hello, I have include a c file with #pragma SRC after a build of my target, I have include the .src file in the projet for future use. but after all build (compilation) of the target, I have...
  • warning L7 when including c file in a assembler project
    Hello, I have include a c file with #pragma SRC after a build of my target, I have include the .src file in the projet for future use. but after all build (compilation) of the target, I have...
  • How to include inline assembly when I have many C-files in project?
    I have many C-files in the project. I would like to include inline assembly in some files so I do this step, - I include assembly code between "#pragma asm" and "#pragma endasm" - I include "#pragma...
  • How to include inline assembly when I have many C-files in project?
    I have many C-files in the project. I would like to include inline assembly in some files so I do this step, - I include assembly code between "#pragma asm" and "#pragma endasm" - I include "#pragma...
  • How to include assembler include file in c source file?
    I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?