Skip to content

Instantly share code, notes, and snippets.

@pta2002
Created October 12, 2017 15:42
Show Gist options
  • Save pta2002/58ea98a50b15e61c4d5c8205395ffec9 to your computer and use it in GitHub Desktop.
Save pta2002/58ea98a50b15e61c4d5c8205395ffec9 to your computer and use it in GitHub Desktop.
section .text
global _start
_start:
mov eax,1
int 80h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment