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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Fully Commented Commodore 64 ROM Disassembly (German)

13 点作者 fogus超过 10 年前

1 comment

Someone超过 10 年前
I thought &quot;let&#x27;s check my knowledge of 6502 code by looking at a simple function&quot;, and chose <a href="http://www.pagetable.com/c64rom/c64rom_de.html#BC58" rel="nofollow">http:&#x2F;&#x2F;www.pagetable.com&#x2F;c64rom&#x2F;c64rom_de.html#BC58</a>. That got me:<p><pre><code> BASIC-Funktion ABS .,BC58 46 66 LSR $66 Vorzeichenbit löschen .,BC5A 60 RTS Rücksprung </code></pre> I don&#x27;t call that &quot;fully commented&quot;. A logical shift right of memory at $66 clears the sign bit? Show me your data structures, please.