Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
19.13 and Assembly
#3
I am a little confused. Suppose the code reads like so:
Code:
#define QWER(x) { asm x ASDF #$7F; }
In this case, the # is not applied to the macro argument. Does the mere fact a macro parameter exists in the macro definition render the macro in violation? What about
Code:
#define QWER(x) { asm ASDF #$7F; }
where the parameter exists but is not used in the definition?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)