mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Check in the proper zerobyte test
The previous checkin checked in zerobyte.bin, not zerobyte.asm
This commit is contained in:
parent
c189b44032
commit
5d4fd7accc
7
test/zerobyte.asm
Normal file
7
test/zerobyte.asm
Normal file
@ -0,0 +1,7 @@
|
||||
bits 64
|
||||
|
||||
db bar-foo
|
||||
|
||||
foo:
|
||||
add al,r10b
|
||||
bar:
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user