Re: Intel assembly questions
Re: Intel assembly questions
- Subject: Re: Intel assembly questions
- From: Dave Camp <email@hidden>
- Date: Thu, 19 Jan 2006 12:07:18 -0800
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?
Dave
---
The path of least resistance, it's not just for electricity any more.
_______________________________________________
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