From a7966f694a09eebe8dad7ca8ece7f06ef6b94c9e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Jun 2026 13:54:31 +0300 Subject: [PATCH] delete coment in asm/l1.asm --- asm/l1.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm/l1.asm b/asm/l1.asm index f237e4e..ab36994 100644 --- a/asm/l1.asm +++ b/asm/l1.asm @@ -1,5 +1,5 @@ section .data - msg db 'Hello, World!', 0xa ; Перенос строки и данные на новой строке + msg db 'Hello, World!' len equ $ - msg section .text