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

passing a -D define to gnu-as

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.