标签: assembly 64-bit nasm opcode
我使用64位的nasm,我收到了这个错误:
错误:操作码和操作数的组合无效
对于此代码:
cmp BYTE [rdi + rax], BYTE [rsi + rax]
rdi
rsi
rax
这条线有什么问题?我该怎么做?
提前致谢!