ntsys/example.asm
2026-02-25 17:58:33 +04:00

4 lines
63 B
NASM

main:
push "Hello, world!\n"
push byte 0x00
syscall