I’m working on an assembly (ASM) file that needs to be conditionally compiled based on multiple #ifdef
conditions. The compiler in use is CC-RL.
- How can I check multiple
#ifdef
conditions using logical OR operator in ASM file?
Any insights, examples, or tips would be helpful
I’m expect that both ifdef and else parts should be successfully compiled, but I’m getting error as for the variables in else part.
New contributor
user25071383 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.