f******e 发帖数: 582 | 1 I am interested in learning the assembly programs translated from gcc. That
is: suppose that I have a c program file.c, I use:
gcc -s file.c –o file.s
I want to know all the details about file.s
Could someone recommend a good website/textbook?
Thanks a lot. |
G*****h 发帖数: 33134 | 2 gcc docs?
but why bother, unless you work on gcc.
That
【在 f******e 的大作中提到】 : I am interested in learning the assembly programs translated from gcc. That : is: suppose that I have a c program file.c, I use: : gcc -s file.c –o file.s : I want to know all the details about file.s : Could someone recommend a good website/textbook? : Thanks a lot.
|
m**k 发帖数: 290 | 3 google pcasm
That
【在 f******e 的大作中提到】 : I am interested in learning the assembly programs translated from gcc. That : is: suppose that I have a c program file.c, I use: : gcc -s file.c –o file.s : I want to know all the details about file.s : Could someone recommend a good website/textbook? : Thanks a lot.
|