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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What Have We Learned from the PDP-11?

3 点作者 rubayeet超过 7 年前

1 comment

whitten超过 7 年前
The assembly language that I learned in class was PDP-11. It is an interesting architecture as the machine language is human understandable (to a point) such as the only difference between an add instruction and a subtract instruction is that one bit is 0 (for add) and 1 (for subtract).<p>Most of the unique pointer math of C happened because they mapped directly into PDP-11 assembly language, such as var++ or *var++ or --var etc.