.global _start .intel_syntax noprefix _start: ; sys_write (print) ; sys_exit mov rax, 60 mov rdi, 69 syscall