Verbose Logging

software development with some really amazing hair

T + G I F R

Articles tagged with "asm"

Better ASM Output From gcc

· Posted in Programming
I always find myself needing this but never remember. -fverbose-asm Throw that at gcc when you are outputting asm (-S flag) and you'll get some useful comments to see what some of the code is actually working on.