delete coment in asm/l1.asm

This commit is contained in:
root 2026-06-11 13:54:31 +03:00
parent 9d05531881
commit a7966f694a

View file

@ -1,5 +1,5 @@
section .data
msg db 'Hello, World!', 0xa ; Перенос строки и данные на новой строке
msg db 'Hello, World!'
len equ $ - msg
section .text