发表于2025-03-06
Programming From The Ground Up pdf epub mobi txt 电子书 下载
Programming from the Ground Up is an introduction to programming using assembly language on the Linux platform for x86 machines. It is a great book for novices who are just learning to program as well as for intermediates who have never learned or mastered assembly language programming. It covers many topics skipped by other similar books, including memory management, debugging, interfacing with C, dynamic libraries, and even a bit on GUI programming.
##linux平台汇编入门最佳教材!
评分##linux平台汇编入门最佳教材!
评分 评分 评分 评分 评分##可以作为32位汇编的练习题,把上面的所有例子在机器上实现一遍,对理解汇编语言有很大帮助。不过与64位汇编还是有一些区别,系统调用方式,参数压栈,弹栈的方式等。还是一本比较好的教材,更深入的细节可以看下 汇编语言程序设计 http://book.douban.com/subject/1446250/
评分 评分Programming From The Ground Up pdf epub mobi txt 电子书 下载