Your revise ans: ```txt addq $8, %rsp movq 8(%rsp), REG ``` But I think the ans is: ```txt addq $8, %rsp movq -8(%rsp), REG ```