Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 25, 2012 01:59
Show Gist options
  • Save tuttlem/4142093 to your computer and use it in GitHub Desktop.
Save tuttlem/4142093 to your computer and use it in GitHub Desktop.
Add program - Compilation
gcc -m32 -c -g add.c -o add.o
nasm -felf32 maths.asm -o maths.o
gcc -m32 add.o maths.o -o add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment