Check in the proper zerobyte test

The previous checkin checked in zerobyte.bin, not zerobyte.asm
This commit is contained in:
H. Peter Anvin 2007-10-05 17:29:01 -07:00
parent c189b44032
commit 5d4fd7accc
2 changed files with 7 additions and 0 deletions

7
test/zerobyte.asm Normal file
View file

@ -0,0 +1,7 @@
bits 64
db bar-foo
foo:
add al,r10b
bar:

Binary file not shown.