TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fully Commented Commodore 64 ROM Disassembly (German)

13 pointsby fogusover 10 years ago

1 comment

Someoneover 10 years ago
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.