• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
compiling assembler in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: compiling assembler in Xcode
      • From: Jean-Daniel Dupas <email@hidden>
  • Prev by Date: Re: int128_t
  • Next by Date: Re: compiling assembler in Xcode
  • Previous by thread: Re: Crash on Throw
  • Next by thread: Re: compiling assembler in Xcode
  • Index(es):
    • Date
    • Thread