4 lines
106 B
NASM
4 lines
106 B
NASM
main:
|
||
push.string "Hello, world!\n" # Записываем строку
|
||
push byte 0x00
|
||
syscall |