SIRUGUET Benoit <benoit.siruguet@xxxxxxxxxxxxxxxxxx> writes: > Hello Folks, > > My question is: How to output the source as comment in the generated > assembly language code ? > > Pretty much like the DiabData compiler, which has the option > -Xpass-source to do that: $ dcc -S -Xpass-source hello.c Try gcc -Wa,-adlh -g -c hello.c -- Sergei.