Porcelain/asm/test.asm
2024-05-25 03:49:08 +03:00

5 lines
65 B
NASM

global _start
_start:
mov rax, 60
mov rdi, 69
syscall