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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The One Instruction Wonder

2 点作者 edsrzf将近 13 年前

1 comment

lmm将近 13 年前
Cute, but I don't see how it's really "one instruction". It's just encoding the instructions into the "addresses"; like reversing orthogonal addressing, but coming around to the same endpoint. Each address now represents an opcode, so it's not really any more flexible than a "normal" processor architecture.<p>I find it hard to imagine a human, much less a compiler, could write code for this in any other way that by treating it as a regular register machine, but taking two or three instructions (copy inputs, then copy output) for every one - or else implementing their program in VHDL.<p>Am I missing something?