.text .globl main main: mov %rsp,%r10 push %rax movl $2, %eax movl %eax, 0(%r10) movl 0(%r10), %eax sub $8, %rsp ret sub $8, %rsp ret