清单2中的第18行演示内存直接寻址模式。
Line 18 in Listing 2 illustrates the memory indirect addressing mode.
有两种寻址模式实际上根本就不会访问内存。
There are actually two addressing modes that don't access memory at all.
这里使用内存间接寻址模式(第31行)访问命令表,还使用了ESI(和EDI)中的偏移量和一个乘数。
Here, memory indirect addressing mode (line 33) is used to access the command table along with an offset in ESI (and EDI) and a multiplier.
在开始讨论寻址模式之前,让我们首先来回顾一下计算机内存的概念。
Before getting into addressing modes, let's review computer memory concepts.
寄存器间接寻址模式使用一个寄存器来指定内存访问的整个地址。
The register indirect addressing mode uses a register to specify the whole address for the memory access. This is used for numerous situations, including, but not limited to
寄存器间接寻址模式使用一个寄存器来指定内存访问的整个地址。
The register indirect addressing mode uses a register to specify the whole address for the memory access. This is used for numerous situations, including, but not limited to
应用推荐