Re: Intel assembly questions
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