Here is a very simple assembly program, just return 12 after executed.
12
$ cat a.asm global _start section .text _start: mov rax,