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.
I'm scratching my head how I could pass a DEFINE to my assembler code.
e.g. in code I have
.ifdef MY_DEBUG
...
.endif
I'd like to pass some kind of -DMYDEBUG to the assembler . Can't make it work.