This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Include macro in .s file

Hi,

I am using arm cortex m4 and I wrote an assembly code(in .S file). There is one macro which is defined in other file(.h file). I want to use that macro in my assembly code, so that I can enable/disable certain lines of instructions like we do in C code (using #ifdef).

Kindly help me to do this .

Parents Reply Children
No data