Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Last active August 29, 2015 14:01
Show Gist options
  • Save olivierlemoal/c1e17b3d7044f1a3b057 to your computer and use it in GitHub Desktop.
Save olivierlemoal/c1e17b3d7044f1a3b057 to your computer and use it in GitHub Desktop.
Avec gcc-multilib, pour compiler en 32 bits :
gcc -m32 test.c -o test
Pour compiler en code ASM :
gcc -S test.c -o test.asm
syntaxe intel :
gcc -S -masm=intel test.c -o test.asm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment