github.com/notti/nocgo@v0.0.0-20190619201224-fc443047424c/steps/0_static/42.asm (about)

     1    ; 42 in 64 bit (afzer tiny.asm)
     2    BITS 64
     3    GLOBAL _start
     4    SECTION .text
     5    _start:
     6                  mov     rax, 60
     7                  mov     rdi, 42  
     8                  syscall