We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 .