Re: Mulit-line Macro for inline assembly -> error: duplicate label
Re: Mulit-line Macro for inline assembly -> error: duplicate label
- Subject: Re: Mulit-line Macro for inline assembly -> error: duplicate label
- From: Dave Thorup <email@hidden>
- Date: Mon, 13 Nov 2006 11:25:40 -0500
Thanks for the links, however they don't solve the problem. This one in particular would be useful:
"The block syntax consists of asm followed by braces, with the assembly instructions on separate lines. (However, ';' may be used to put several instructions on one line.)"
Except that for Intel-styled assembly the ';' is used to write comments. So anything following the first ';' is ignored when the assembly is compiled. If there were some other character that I could use as a line/statement break then I could get it to work properly. However, as far as I can tell there is none.
Dave
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden