Skip to content

Instantly share code, notes, and snippets.

@JackyYin
Created January 6, 2022 07:48
Show Gist options
  • Save JackyYin/5e8d75b267411aceb933d5cd73f61e75 to your computer and use it in GitHub Desktop.
Save JackyYin/5e8d75b267411aceb933d5cd73f61e75 to your computer and use it in GitHub Desktop.
global main
section .text
f:
ret
main:
call f
xor rax, rax
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment