gpt4 book ai didi

linux - mov 0x8(%r14,%r15,8),%rax 是什么意思

转载 作者:太空宇宙 更新时间:2023-11-04 12:03:11 25 4
gpt4 key购买 nike

这里0x8(%r14,%r15,8)是什么意思,我知道0x8(%r14,%r15,8)是SRC,但不明白为什么要用%r14和%r15这两个寄存器在这里,我不明白如何调用 src 地址。非常感谢任何输入。

最佳答案

信息来自 http://flint.cs.yale.edu/cs421/papers/x86-asm/asm.html

AT&T 地址:

内存地址引用:Address_or_Offset(%base_or_offset, %Index_Register, Scale)

最终地址计算:Address_or_Offset + %base_or_offset + [Scale * %Index_Reg]

例子:

mov (%esi,%ebx,4), %edx         /* Move the 4 bytes of data at address ESI+4*EBX into EDX. */

关于linux - mov 0x8(%r14,%r15,8),%rax 是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51628502/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com