Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 27, 2012 02:29
Show Gist options
  • Save tuttlem/4152023 to your computer and use it in GitHub Desktop.
Save tuttlem/4152023 to your computer and use it in GitHub Desktop.
Add program 64 (compilation)
gcc -c add.c -o add.o
nasm -f elf64 maths.asm -o maths.o
gcc -m64 add.o maths.o -o add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment