由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - recommend assembly code from gcc
相关主题
Ubuntu 10.04 不想要 GIMP。。。!echo $? works inproperly in Fedora16?
How difficult is it to write your own sprintf ? (转载)putty 中文字显示出问题啊
C -> Assemblypython code performance --- normal or too slow? (转载)
make GCC output ia32 assembly from x86-64?any good sql indent config to recommend for vim?
software raid 6 assemble求助any good book to recommend?
lvm设置好以后硬盘可以更换位置吗?who can recommend a good IDE(c++) under linux?
google chrome for IEanyone recommend a laptop to install ubuntu?
How to know the memory location for C functions?system backup
相关话题的讨论汇总
话题: gcc话题: assembly话题: recommend话题: could话题: code
进入Linux版参与讨论
1 (共1页)
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.

1 (共1页)
进入Linux版参与讨论
相关主题
system backupsoftware raid 6 assemble求助
Please recommend a fast-boot linux distribution?lvm设置好以后硬盘可以更换位置吗?
which web ssh is good?google chrome for IE
Pls recommend a website to learn embedded linuxHow to know the memory location for C functions?
Ubuntu 10.04 不想要 GIMP。。。!echo $? works inproperly in Fedora16?
How difficult is it to write your own sprintf ? (转载)putty 中文字显示出问题啊
C -> Assemblypython code performance --- normal or too slow? (转载)
make GCC output ia32 assembly from x86-64?any good sql indent config to recommend for vim?
相关话题的讨论汇总
话题: gcc话题: assembly话题: recommend话题: could话题: code