学习低级计算机的好书

发布于 2024-11-08 16:16:24 字数 217 浏览 4 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

走走停停 2024-11-15 16:16:24

要了解一般硬件操作以及内部计算机体系结构和组织的基础知识,以下内容很有用。

但要了解其内部结构,您需要了解数字逻辑,为此我认为下面的书很好。

针对 x86 架构和相关硬件以及真正的更多内容,保护模式,编程以及所有 intel 8086、80x86、Pentium I、II、III 和 4 基础知识我会告诉您看一下:

当然,互联网是你的朋友。

To understand the general hardware operations and the basics of internal computer architecture and organization the following are good.

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:

And ofcourse internet is your friend.

甜柠檬 2024-11-15 16:16:24

Jon Stokes 的机器内部相当不错。

在此处输入图像描述

Inside the Machine by Jon Stokes is pretty good.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文