Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
Richard Blum 畢業於美國普度大學電氣工程專業,在美國一傢政府組織工作瞭15年以上。在此期間,他使用過各種編程語言(C、C++、Java和Microsoft VB .NET以及C#)編寫實用程序,因此他發現一個非常有價值的事實:通過研究編譯器生成的匯編語言代碼及使用匯編語言例程,可明顯提高高級語言程序的執行速度。本書正是他多年實踐與研究的成果。
不适合初学者, 适合对C/C++有一定了解程度的读者, 读起来很流畅,给几天时间能一口读完
評分语言也比较朴实易懂,而且是难得一见的AT$T格式的汇编语言书。这本书的最终目的是让读者学会C与汇编的混合编程,所以和一般的汇编书不太相同。
評分如果想学习AT&T风格的汇编的话,这本书真的很不错。不过可惜这本书并不能完全作为参考手册,有一些汇编指令并没有在书中涉及到,不过这个估计得去查Intel和AMD的Developer Guide才行。
評分不错的入门教程,介绍了很多指令和系统的基本原理,而且,通过本书,可以学到基本的gdb调试方法。 对于目前使用的64位系统来说,需要做一些改动。 对于Ubuntu 64位系统,需要安装依赖 sudo apt-get install gcc-multilib sudo apt-get install lib32z1 lib32ncurses5 lib32bz...
評分不错的入门教程,介绍了很多指令和系统的基本原理,而且,通过本书,可以学到基本的gdb调试方法。 对于目前使用的64位系统来说,需要做一些改动。 对于Ubuntu 64位系统,需要安装依赖 sudo apt-get install gcc-multilib sudo apt-get install lib32z1 lib32ncurses5 lib32bz...
簡單的看瞭看
评分非常好的書,帶你瞭解the real world
评分少見的以att語法和linux、gnu為基礎講匯編的書。
评分不會匯編就彆說自己精通C
评分311頁作者把movl %esp, %ebp錯寫成瞭movl %ebp, %esp. http://hunmr.blogspot.com/2012/11/start-from-helloworldasm.html
本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度,google,bing,sogou 等
© 2025 book.quotespace.org All Rights Reserved. 小美書屋 版权所有