[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pgubook-readers] exit.s on amd64? 0x3c.
From: |
Cian |
Subject: |
Re: [Pgubook-readers] exit.s on amd64? 0x3c. |
Date: |
Sat, 2 Jan 2010 00:18:54 +0000 |
On Sat, Jan 2, 2010 at 12:16 AM, Cian <address@hidden> wrote:
> However, take a look at the notes in
> http://www.x86-64.org/documentation/assembly.html - if you're using
> e.g. rax (I presume you're not, since you said you typed it
> literally?), perhaps pushq etc. will help.
>
Aha, I should have read this properly myself - according to that page,
there are no 32-bit (i.e. pushl, popl) instructions for *stack*
operations on amd64. You'll need to use pushq, popq.
Cian