assembly - Is IAR assembler possible to import #define from C header to assembler? -
I have mixed assembler and C project based on the IAR ARM. I have some # defined in the C header, (Embedded file). Can anyone tell me that this is possible?
Many thanks.
Of course, as long as you can play syntax well, just through your preprocessor assembly file Run before running.
Comments
Post a Comment