From 035f3baabff7978b85d0c45e2cfba04ed6f3c3aa Mon Sep 17 00:00:00 2001 From: Kwarde Date: Tue, 24 Jun 2025 17:02:49 +0200 Subject: [PATCH] Restore NL in console.asm -- syscall 1 requires mem addr, not constant 0xA --- console.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console.asm b/console.asm index d508bca..350e1bf 100644 --- a/console.asm +++ b/console.asm @@ -1,7 +1,7 @@ -extern NL - extern strlen +section .rodata + NL db 0xA section .text global print global puts