Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- From: pzgyuanf@xxxxxxxxxxxx
- Date: 30 Apr 2006 07:28:13 -0700
Julienne Walker,
thank you for the reply.
I formerly meant,
the square-brackets-ed expression wasn't an effective address,
actually,
the thing in the square brackets was an effective address (expression),
as you said.
But, it is right to say '[ebx+esi*4]'(see below) is an effective
address:
mov ebx,mem
mov esi,2
lea edx [ebx+esi*4]
however, it is wrong to say '[mem]'(see below) is an effective address,
just the mem is:
mem dd 1,2,3,4,5
mov eax,[mem]
Is this right?
regards
.
- Follow-Ups:
- Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- From: Julienne Walker
- Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- References:
- Is it catachrestial as 'Effective Addresses' in NASM documentation?
- From: pzgyuanf
- Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- From: Julienne Walker
- Is it catachrestial as 'Effective Addresses' in NASM documentation?
- Prev by Date: Re: I'd like to learn asm...
- Next by Date: Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- Previous by thread: Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- Next by thread: Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- Index(es):
Relevant Pages
|