Use NL/EOS instead of 10/0, use constants.asm for global constants

This commit is contained in:
2025-06-24 16:34:06 +02:00
parent e48e91630e
commit 2005adf25f
4 changed files with 49 additions and 38 deletions

View File

@ -1,7 +1,7 @@
extern NL
extern strlen
section .rodata
NL db 10
section .text
global print
global puts