学习低级计算机的好书
我对 CPU 和 RAM 非常感兴趣,但远远超出了正常的兴趣水平。
我想了解内存和 CPU 的工作原理,特别是在 x86 和 x64 处理器上。我即将开始使用 NASM 的汇编语言课程,并希望在开始课程之前先打好基础。
这本书详细介绍了寄存器及其用途,以及 CPU 如何使用内存。有关实模式和保护模式内存以及平面和分段内存模型的主题将会有很大的帮助!
有谁知道这样的书吗?
I'm very interested in CPU and RAM, but way beyond the normal level of interest.
I'd like to learn how memory and cpu's work especial on x86 and x64 processors. I'm due to embark on an assembly language course using NASM and want to get fully grounded before I start the course.
A book that goes into detail about the registers and what they are used for, and how the CPU uses the memory. Topics on real mode and protected mode memory, and flat and segmented memory models would be a great help!
Does anyone know of such books?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要了解一般硬件操作以及内部计算机体系结构和组织的基础知识,以下内容很有用。
John P. Hayes 的计算机体系结构和组织
计算机组织,作者:Carl Hamacher、Zvonko Vranesic、Safwat Zaky。
William Stallings 的计算机组织和体系结构
但要了解其内部结构,您需要了解数字逻辑,为此我认为下面的书很好。
针对 x86 架构和相关硬件以及真正的更多内容,保护模式,编程以及所有 intel 8086、80x86、Pentium I、II、III 和 4 基础知识我会告诉您看一下:
作者:Barry B. Brey
当然,互联网是你的朋友。
To understand the general hardware operations and the basics of internal computer architecture and organization the following are good.
Computer Architecture and Organization by John P. Hayes
Computer Organization by Carl Hamacher, Zvonko Vranesic, Safwat Zaky.
Computer Organization and Architecture by William Stallings
But to understand the internal you need to be introduced to digital logic for that i think the following book is good.
For x86 architecture and related hardware and the real more, protected mode, programming and all the intel 8086, 80x86, Pentium I, II, III, and 4 basics i will tell you to have a look at:
by Barry B. Brey
And ofcourse internet is your friend.
Jon Stokes 的机器内部相当不错。
Inside the Machine by Jon Stokes is pretty good.