delete coment in asm/l1.asm
This commit is contained in:
parent
9d05531881
commit
a7966f694a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
section .data
|
section .data
|
||||||
msg db 'Hello, World!', 0xa ; Перенос строки и данные на новой строке
|
msg db 'Hello, World!'
|
||||||
len equ $ - msg
|
len equ $ - msg
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue