TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Programming from the Ground Up [pdf] (2003)

4 点作者 ibobev28 天前

1 comment

uticus28 天前
&gt; At the end of them you can still ask &quot;how does the computer really work?&quot; and not have a good answer. They tend to pass over topics that are difficult even though they are important. I will take you through the difficult issues because that is the only way to move on to masterful programming<p>&gt; This book teaches assembly language for x86 processors and the GNU&#x2F;Linux operating system. Therefore we will be giving all of the examples using the GNU&#x2F;Linux standard GCC tool set.<p>interesting, close to the machine to teach how the machine works while also pulling in programming concepts.<p>&gt; Thus, programming is not as much about communicating to a computer as it is communicating to those who come after you.<p>100% - unfortunately the content is light or non-existent on concepts i would say are essential to this part of programming, like:<p>- how to set up code to be easily maintained<p>- how to navigate code from others, especially those who don&#x27;t think like you<p>- how to collaborate with others to create a program as a team<p>- etc<p>...would be interesting to see how the author would pair these concepts with x86 assembler examples.