小编cod*_*art的帖子

为什么 x86 16 位寻址模式没有比例因子,而 32 位版本有比例因子?

我试图找出 x86 16 位寻址模式(MASM 程序集)中不存在比例因子的原因。而32位和64位寻址模式都有比例因子。这背后是否有实际原因或者不需要它?如果您能解释一下,我将不胜感激。

可以组合不同组件来创建有效地址的所有可能方式:

Image of all possible ways different components can be combined to create an effective address

16 位和 32 位寻址模式之间的差异

Differences between 16- and 32-bit addressing modes

x86 assembly addressing-mode x86-16

5
推荐指数
1
解决办法
1158
查看次数

标签 统计

addressing-mode ×1

assembly ×1

x86 ×1

x86-16 ×1