_start: popq %rdi movq %rsp, %rdi callq main
> If it's really that easy all we will need to do is add movq %rsp, %rsi after the popq %rdi we just added.
EDIT: now fixed
> If it's really that easy all we will need to do is add movq %rsp, %rsi after the popq %rdi we just added.
EDIT: now fixed