因此,使用基指针寻址模式,我们可以指定寄存器x作为基指针,8作为偏移量。
So, using base-pointer addressing, you would specify register X as the base pointer and 8 as the offset.
正如我先前提到的,LR_OFFSET是堆栈末端到链接寄存器保存区的偏移量。
As I mentioned earlier, LR_OFFSET is the offset from the end of the stack to the link register save area.
要访问第三个域,我们需要指定寄存器x作为指针,12作为偏移量。
To access the third field, you would specify register X as the base pointer and 12 as the offset.
应用推荐