.file "test_7.asm" .data str: .ascii "test" .text .global _start _start: //exit movq $60, %rax movq $0, %rdi