diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-05 17:29:01 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-05 17:29:01 -0700 |
commit | 5d4fd7accc65efa7ea6a7f45b2d8310b2582e4ba (patch) | |
tree | 35e4d28c89a1b7da31051e94553390b9ae5cb933 /test | |
parent | c189b440329cf447edbbf5809ebb74deadad67e9 (diff) | |
download | nasm-5d4fd7accc65efa7ea6a7f45b2d8310b2582e4ba.tar.gz nasm-5d4fd7accc65efa7ea6a7f45b2d8310b2582e4ba.tar.bz2 nasm-5d4fd7accc65efa7ea6a7f45b2d8310b2582e4ba.zip |
Check in the proper zerobyte test
The previous checkin checked in zerobyte.bin, not zerobyte.asm
Diffstat (limited to 'test')
-rw-r--r-- | test/zerobyte.asm | 7 | ||||
-rw-r--r-- | test/zerobyte.bin | bin | 4 -> 0 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/zerobyte.asm b/test/zerobyte.asm new file mode 100644 index 0000000..2aa42e4 --- /dev/null +++ b/test/zerobyte.asm @@ -0,0 +1,7 @@ + bits 64 + + db bar-foo + +foo: + add al,r10b +bar: diff --git a/test/zerobyte.bin b/test/zerobyte.bin Binary files differdeleted file mode 100644 index d0fa5b9..0000000 --- a/test/zerobyte.bin +++ /dev/null |