ntsys/input.asm
2026-03-09 17:34:30 +04:00

5 lines
90 B
NASM

main:
push.string "echo \"Ваше имя: $USER\"\n"
push byte, 0x03
syscall