A basic question on asm

From: Rong (spamtrap_at_crayne.org)
Date: 09/18/04

  • Next message: Percival : "Re: A basic question on asm"
    Date: Sat, 18 Sep 2004 05:47:41 +0000 (UTC)
    
    

    I ran into this x86 sentence:
    mov %eax,(%esp,1)
    I am not sure what (%esp, 1) part mean.
    And I could not find the explanation in x86 manual.
    Can anyone explain a little?

    Thank you,


  • Next message: Percival : "Re: A basic question on asm"

    Relevant Pages

    • Re: A basic question on asm
      ... > I ran into this x86 sentence: ... > mov %eax, ... > And I could not find the explanation in x86 manual. ... It is AT&T syntax. ...
      (comp.lang.asm.x86)
    • Re: A basic question on asm
      ... >I ran into this x86 sentence: ... > And I could not find the explanation in x86 manual. ... That is GAS syntax, although it doesn't look valid to me. ... was meant was movl %eax, ...
      (comp.lang.asm.x86)