mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
zerobyte.asm: use a real instruction to avoid confusing ndisasm
It's useful to be able to disassemble a test case, so avoid mixing data bytes and code.
This commit is contained in:
parent
653e03bef5
commit
30c3ad1024
@ -1,6 +1,6 @@
|
||||
bits 64
|
||||
|
||||
db bar-foo
|
||||
mov eax,bar-foo
|
||||
|
||||
foo:
|
||||
add al,r10b
|
||||
|
Loading…
x
Reference in New Issue
Block a user