nasm/test/zerobyte.asm
H. Peter Anvin 5d4fd7accc Check in the proper zerobyte test
The previous checkin checked in zerobyte.bin, not zerobyte.asm
2007-10-05 17:29:01 -07:00

8 lines
47 B
NASM

bits 64
db bar-foo
foo:
add al,r10b
bar: