When using the YASM assembler there are times when I get a syntax error upon input such as:
nop dword [ds:rax+rax+0x0] or nop dword [eax+eax], etc.
disassembled:
00000001000a1000 0F1F440000 nop dword [ds:rax+rax+0x0]
what is the correct way to input this without getting a syntax error?