I have a (probably naive) question about
messing up the stack pointer.
Here is the code produced by gcc
for some function "X" (original source code is C/Obj-C)
# function "X" entry point
0x82699 <>: push %ebp
0x8269a <+1>: mov%esp,%ebp
0x8269c <+3>: push %
On Fri, Oct 17, 2008 at 11:33 AM, Andrew Haley <[EMAIL PROTECTED]> wrote:
> hyeron bosh wrote:
>> I have a (probably naive) question about
>> messing up the stack pointer.
>>
>> Here is the code produced by gcc
>> for some function "X" (origina