I have a simple assembly program like this:
$ cat hello.asm global _start section .text _start: mov rax, 1