Skip to content

Instantly share code, notes, and snippets.

@nk0t
Created June 18, 2013 09:04
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nk0t/5803822 to your computer and use it in GitHub Desktop.
Save nk0t/5803822 to your computer and use it in GitHub Desktop.
HelloWorld
BITS 32
mov eax, 4
mov ebx, 1
push 0x0a21646c
push 0x726f576f
push 0x6c6c6548
mov ecx, esp
mov edx, 12
int 0x80
mov eax, 1
mov ebx, 0
int 0x80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment