Selaa lähdekoodia

delete coment in asm/l1.asm

root 3 viikkoa sitten
vanhempi
commit
a7966f694a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      asm/l1.asm

+ 1 - 1
asm/l1.asm

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