Created
July 31, 2014 02:30
-
-
Save astocko/2384171f031da779e8cf to your computer and use it in GitHub Desktop.
Readable ASM gcc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create assembler code: | |
c++ -S -fverbose-asm -g -O2 test.cc -o test.s | |
# create asm interlaced with source lines: | |
as -alhnd test.s > test.lst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment