_start_return: ;; return the last value in the stack pop rdi call display exit: ;; exit syscall mov rax, 60 xor rdi, rdi syscall