Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global reserve_stack_x64
- extern puts
- section .text
- reserve_stack_x64:
- pop rax
- sub rax,8h
- add rsp,8h
- test rax, rax
- jz finished
- push rax
- jmp reserve_stack_x64
- finished:
- ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement