标签: assembly x86 nasm
我得到了以下汇编x86代码:
push [eax]; push eax mov eax, [eax]
这里实际上发生了什么?我如何同时推送eax的地址和eax的内容?
eax