summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-05 17:44:16 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-05 17:44:16 -0700
commit30c3ad102412fe5b7feed15a6b75458a7fb21097 (patch)
treecb7654f9ad097f9b9a2c0b679b31690d56abd5f6 /test
parent653e03bef56a915c5e4d9ddcf59b8122f02be9f8 (diff)
downloadnasm-30c3ad102412fe5b7feed15a6b75458a7fb21097.tar.gz
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.
Diffstat (limited to 'test')
-rw-r--r--test/zerobyte.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/zerobyte.asm b/test/zerobyte.asm
index 452b5f3d..edd88e91 100644
--- a/test/zerobyte.asm
+++ b/test/zerobyte.asm
@@ -1,6 +1,6 @@
bits 64
- db bar-foo
+ mov eax,bar-foo
foo:
add al,r10b