Skip to content

Instantly share code, notes, and snippets.

@ironhouzi
Last active March 5, 2018 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ironhouzi/83e645a752bc5daa51069c54fcee0d45 to your computer and use it in GitHub Desktop.
Save ironhouzi/83e645a752bc5daa51069c54fcee0d45 to your computer and use it in GitHub Desktop.
.text
.globl _start
_start:
movq $60, %rax
movq $1, %rdi
syscall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment