使用YASM汇编程序的正确语法

时间:2013-04-30 18:13:43

标签: assembly syntax-error yasm

使用YASM汇编程序时,有时我会在输入时遇到语法错误,例如:

  

nop dword [ds:rax + rax + 0x0] nop dword [eax + eax] 等。

拆卸:

00000001000a1000 0F1F440000      nop        dword [ds:rax+rax+0x0]

在没有语法错误的情况下输入它的正确方法是什么?

0 个答案:

没有答案