fix nasm test
This commit is contained in:
parent
32452894c5
commit
014ddb3559
|
@ -1,5 +1,5 @@
|
||||||
SECTION .data
|
SECTION .data
|
||||||
good: db "good", 0x0a, 0x0
|
good: db "good", 0x0
|
||||||
txtlen: equ $ - good
|
txtlen: equ $ - good
|
||||||
|
|
||||||
SECTION .text
|
SECTION .text
|
||||||
|
|
Loading…
Reference in New Issue