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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Evolution of Computing: From 8-bit to 64-bit

1 点作者 Decabytes超过 1 年前

1 comment

chaimanmeow超过 1 年前
Needs a bit more proofreading but nice to read anyway.<p>This might need major fix<p>&gt; In a 64-bit ISA, each instruction is represented using 64 bits (8 bytes).<p>Not as I understand it and maybe only for exotic ISAs like VLIW. For most other, CISC or RISC, I think the instruction length might be much smaller, and in some cases, x86 for example, the length of instructions is variable (one of the reasons they have a decoder). The size of the registers is 64 bits, as are the ALU operations on these registers, and the length of the words that are addressed in memory.