Re: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- From: pzgyuanf@xxxxxxxxxxxx
- Date: 30 Apr 2006 08:01:09 -0700
In both cases, whatever is between the square brackets is an effective address.I agree, and that is what I meant.
mov evaluates the expression and then reads the contents from the resulting addresswhat's this:
mov eax, mem; so, in our context, mem is an effective address, but
[mem] isn't, [mem] is the content of the effective address(mem).
Now back to my question, the '3.3 Effective Addresses' section of Nasm
document need to
detail that what there so-called 'Effective Address' is the content of
'effective address' of LEA instruction.
.
- 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
- Re: 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: Is it catachrestial as 'Effective Addresses' in NASM documentation?
- 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):