• 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
Re: Intel assembly questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intel assembly questions


  • Subject: Re: Intel assembly questions
  • From: Eric Albert <email@hidden>
  • Date: Thu, 19 Jan 2006 12:38:49 -0800

On Jan 19, 2006, at 12:07 PM, Dave Camp wrote:

Today's assembly question has to do with constants and math. GCC doesn't seem to like things like this:

mov	    eax, [esi + 4 + 1]
mov	    eax, [esi + 4 + SOME_MACRO]

Essentially, it doesn't seem to like performing math, like 4 + 1. Changing that to 5 seem to work, for example.

The code I'm porting has a lot of this syntax. Is there a workaround other than performing all the math myself and altering the affected lines?

I haven't seen that before; it's interesting to hear that MSVC supports it.


Anyway, I'd suggest filing a bug report at <http:// bugreport.apple.com/>.

Thanks,
Eric

_______________________________________________
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


References: 
 >Intel assembly questions (From: Dave Camp <email@hidden>)
 >Re: Intel assembly questions (From: Jonas Maebe <email@hidden>)
 >Re: Intel assembly questions (From: Dave Camp <email@hidden>)
 >Re: Intel assembly questions (From: Dave Camp <email@hidden>)

  • Prev by Date: Re: Folder image tool
  • Next by Date: Re: How do you build unified Production/Debug/Profile frameworks?
  • Previous by thread: Re: Intel assembly questions
  • Next by thread: xcode and Pascal source files
  • Index(es):
    • Date
    • Thread