Skip to content

Instantly share code, notes, and snippets.

@pop
Created April 8, 2015 19:17
Show Gist options
  • Save pop/2b7d849d91b2fee86b4b to your computer and use it in GitHub Desktop.
Save pop/2b7d849d91b2fee86b4b to your computer and use it in GitHub Desktop.
nasm
main: main.asm
nasm -f elf -l main.lst main.asm
gcc -o main -m32 main.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment