Listing 4 illustrates the base indirect addressing mode (line 64), so called because you start with a base address and add an offset to it to arrive at a final address.
清单4演示了基间接寻址模式(第64行),也就是首先取得一个基地址,然后在它上面加一个偏移量,从而到达最终的地址。
Finally, in indexed register indirect addressing mode, both the base and the index are stored in registers.
最后,在索引寄存器间接寻址模式中,基址和索引都保存在寄存器中。
Line 18 in Listing 2 illustrates the memory indirect addressing mode.
清单2中的第18行演示内存直接寻址模式。
应用推荐