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:
H. Peter Anvin 2007-10-05 17:44:16 -07:00
parent 653e03bef5
commit 30c3ad1024

View file

@ -1,6 +1,6 @@
bits 64
db bar-foo
mov eax,bar-foo
foo:
add al,r10b