compiling assembler in Xcode
compiling assembler in Xcode
- Subject: compiling assembler in Xcode
- From: Nava Carmon <email@hidden>
- Date: Fri, 17 Oct 2008 13:02:57 +0200
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 |
_______________________________________________
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