I am studying ELF format, and when I write a simple assembly program like this:
$ cat a.asm global _start section .text _start: mov rax, 60