Re: compiling assembler in Xcode
Re: compiling assembler in Xcode
- Subject: Re: compiling assembler in Xcode
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 17 Oct 2008 14:26:11 +0200
Le 17 oct. 08 à 13:02, Nava Carmon a écrit : Hi,
I have some external c library with mixed assembler code.
static inline unsigned ROR(unsigned word, int i) { asm ("rorl %%cl,%0" :"=r" (word) :"0" (word),"c" (i)); return word; }
How do i compile it with Xcode? Do I need to rewrite it, or some project setting will be enough?
Thanks in advance.
Nava
If you ask, I assume you tried and got an error, isn't it ? If this is the case, what is the error you got?
|
_______________________________________________
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