lightning
[Top][All Lists]
Advanced

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

Re: [Lightning] How to convert a mov 4(%ebx), %eax


From: Mathieu Suen
Subject: Re: [Lightning] How to convert a mov 4(%ebx), %eax
Date: Wed, 21 Jul 2010 20:40:58 +0200

Is it 
it_ldxi_i(JIT_R0, JIT_R1, 4)
or
it_ldxi_i(JIT_R0, 4, JIT_R1)

JIT_R0 -> %eax
JIT_R1 -> %ebx


A more general question is how do I know which parameter is a register and 
which is the immediate operand?

Thanks.

        Mth




On Jul 21, 2010, at 6:08 PM, Paolo Bonzini wrote:

> On 07/21/2010 04:55 PM, Mathieu Suen wrote:
>> Hi,
>> 
>> Am using the at&t assembly syntax.
>> 
>> How can a translate this expression:
>> 
>> mov 4(%ebx), %eax
> 
> It's a jit_ldxi_i instruction.
> 
> Paolo






___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com



reply via email to

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