Skip to content

Instantly share code, notes, and snippets.

@paroj
Created October 15, 2017 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paroj/a9c19142db5341bd7d3d1b2b413f4764 to your computer and use it in GitHub Desktop.
Save paroj/a9c19142db5341bd7d3d1b2b413f4764 to your computer and use it in GitHub Desktop.
generate asm
g++ -std=c++11 -O3 -S -masm=intel -fverbose-asm main.cpp # -mllvm --x86-asm-syntax=intel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment