- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
机器组织与汇编语言设计Machine-Organization-and-Assembly...-精选版.ppt
5.1 strip symbols $strip test2; $ls – l test2 -rwxr-xr-x 1 root src 546 Jan 6 21:46 test2 $strip --remove-section=.comment --remove-section=.note test2 $ls – l test2 -rwxr-xr-x 1 root src 432 Jan 6 21:47 test2 $strip --remove-section=.data --remove-section=.sbss --remove-section=.bss test2 $ls – l test2 -rwxr-xr-x 1 root src 344 Jan 6 21:48 test2 * 基本内容 By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal. Learning assembler in Linux environment. * gnu [简明英汉词典] [nu:, nju:] n.角马(南非产的象牛的大羚羊) / Welcome to the GNU Project web server, . The GNU Project was launched in 1984 to develop a complete Unix-like operating system which is free software: the GNU system. (GNU is a recursive acronym for ``GNUs Not Unix; it is pronounced guh-NEW.) Variants of the GNU operating system, which use the kernel Linux, are now widely used; though these systems are often referred to as ``Linux, they are more accurately called GNU/Linux systems. * In addition to this text and the software I provide, you will need a machine running Linux (preferably Linux 2.4 or later), “nasm” and “ld” (if you can compile GCC programs, you’ve got these, they come standard with most distributions), * ldd tells test0 depends on libc.so.6 (GNU libc6), and nm outputs so many unfamiliar symbols. We do not concern precise meanings of the symbols but care T main near at the bottom. This is the famous name we defined in the source. By the way, smart readers may notice that huge code size is related with these unknown symbols. Yes, thats right! * A startup file crt1.o contains a program whose entry point is _start and the code also includes main() calling statement (NOTE main entry is Undefined in crt1.o). So, the famous main() is implicitly called within crt1.o. Ill show you how to escape from the pr
您可能关注的文档
最近下载
- 2024霸王茶姬- 以东方茶会世界友品牌简介手册-65P.pptx VIP
- 焊点标准(DIP部分).pdf
- 大职赛生涯闯关参考答案.docx VIP
- 宁夏水务投资集团有限公司招聘笔试题库2023.pdf
- eo体系内审检查表.doc
- 桉木P-RC+APMP化机浆废水的污染特征与生物处理的研究.pdf VIP
- 《基于项目式学习在初中物理教学中培养学生问题解决能力的实践研究》课题研究方案.doc
- Unit4Funwithnumbers.(课件)-外研版(三起)(2024)英语三年级上册.pptx VIP
- 城市轨道交通全自动运行系统场景技术规范.pdf VIP
- 大学本科优质生源基地建设管理办法.docx
文档评论(0)