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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

1964 Recompiling Engine Documentation (2001)

19 点作者 justinweiss将近 7 年前

2 条评论

greenyoda将近 7 年前
Background: <i>1964</i> is a Nintendo 64 emulator for Microsoft Windows[1]. This document describes its dynamically recompiling[2] CPU emulator.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;1964_(emulator)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;1964_(emulator)</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dynamic_recompilation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dynamic_recompilation</a>
0xcde4c3db将近 7 年前
This is a pretty neat document. It&#x27;s not so much a dry reference to the architecture of 1964 as it is a &quot;how to turn your interpreter into a compiler&quot; tutorial using 1964 code as the examples.