fix nasm test

This commit is contained in:
Brian Seymour 2021-01-22 02:48:39 -06:00
parent 32452894c5
commit 014ddb3559
1 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
SECTION .data
good: db "good", 0x0a, 0x0
good: db "good", 0x0
txtlen: equ $ - good
SECTION .text