Can IAR assembler import #define from C header into assembler?

I have a mixed assembler and C project based on IAR ARM. I have #defines in the C header, I like to use (import) them in an assembler file. Can anyone tell me that this is possible?

Many thanks.

+2


source to share


1 answer


Of course, if you can make the syntax good. Just run the build file through the C preprocessor before building.



0


source







All Articles