• 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
Problems with assembly "or" instruction...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with assembly "or" instruction...


  • Subject: Problems with assembly "or" instruction...
  • From: Dave Thorup <email@hidden>
  • Date: Thu, 10 Feb 2005 18:19:03 -0500

I'm moving a CFM project from CodeWarrior to Xcode and Mach-o and I've run into a problem when compiling some assembly. I've got a function as follows:

static asm unsigned long Mul32Shft16r( register unsigned long val1, register unsigned long val2 )
{
// a bunch of assmebly that compiles fine
// ...
// v-- then I get a problem with this line --v

or r3,r30,r31
}

The problem I get is as follows:

<x-tad-smaller>error: parse error before `||' token

</x-tad-smaller>
Does anyone have any suggestions? It's like GCC is converting the "or" into a "||" and then getting confused. This is the only bit of assembly that doesn't compile, everything else works fine.

Thanks!
_____________________________

Dave Thorup
Software Engineer
email@hidden

http://www.kuwan.net
Defaults Manager - The premier editor for Mac OS X's User Defaults / Preferences database.
 _______________________________________________
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: Problems with assembly "or" instruction...
      • From: Stan Shebs <email@hidden>
    • Re: Problems with assembly "or" instruction...
      • From: Jerry <email@hidden>
    • Re: Problems with assembly "or" instruction...
      • From: "Corey O'Connor" <email@hidden>
  • Prev by Date: Re: when does the escape key work?
  • Next by Date: bsd static lib question
  • Previous by thread: Re: Build failed with cc1plus: error: output filename specified twice
  • Next by thread: Re: Problems with assembly "or" instruction...
  • Index(es):
    • Date
    • Thread