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.
k*5
8 楼
some schools have more funding cut than this year. not sure about openings
【在 d***u 的大作中提到】 : Is there going to have more job openings next year in the biology field?
【在 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.
you better have some compiler knowledge to understand the asm code. also ABI knowledge might help. and gcc uses at&t syntax, slightly different from intel syntax.
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.
I think if you have not progrmmed in ASM before, starting from compiler gene rated asm might not be a good idea.
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.