Anyone know a nice way to do that?
This does not look too friendly:
__asm("command 1"
"command 2"
"command 3");
- Do I really have to put a doublequote around every line?
- Am I the only one who thinks this is a MAJOR partypooper?
Also... since multiline string literals does not work in GCC, i could not cheat with that either.
Thank you for your attention. Have a nice day.