gpt4 book ai didi

c++ - 在 VS 中移动 [eax+4]

转载 作者:太空宇宙 更新时间:2023-11-04 14:38:14 24 4
gpt4 key购买 nike

我无法编译这个,我应该如何在 Visual Studio 中将 [eax+4] 移动到 y?

float x, y, z;

__asm
{
mov x, eax
mov y, [eax+4]
mov z, [eax+8]
}

编辑:

Error 1 error C2424: '+' : improper expression in 'second operand'

最佳答案

MOV 指令不能将内存移动到内存。查看您最喜欢的汇编语言引用资料,了解有关每条指令规则的更多详细信息。如果某些内容未明确列为允许,则不允许。你不能只是编造东西。处理器非常挑剔。

关于c++ - 在 VS 中移动 [eax+4],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12448161/

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