pgubook-readers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pgubook-readers] Quick question regarding addressing


From: Graeme Stewart
Subject: [Pgubook-readers] Quick question regarding addressing
Date: Wed, 1 Jun 2005 16:58:00 -0700

Does saying 4(%ebp) mean the same as %ebp?

For example, would the following two lines mean the same thing?

movl 4(%ebp), %eax

...or....

movl %ebp, %eax

If %esp = %ebp, then could you also use:

movl 4(%ebp), %eax

...or...

popl %eax

..or...

movl %ebp, %eax


I'm trying to confirm I understand these concepts correctly! Thanks
for the guidance.

Graeme




reply via email to

[Prev in Thread] Current Thread [Next in Thread]