mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
fix nasm test
This commit is contained in:
parent
32452894c5
commit
014ddb3559
1 changed files with 12 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue