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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Easy 6502

151 点作者 ibobev3 个月前

7 条评论

khanan3 个月前
If you&#x27;re into 6502 and more specifically the Commodore 64, you should give the winning demo from last weekends Fjälldata a look. Quite insane stuff they do nowadays... <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WtpPPgFSwxE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WtpPPgFSwxE</a>
评论 #42970344 未加载
评论 #42970684 未加载
评论 #42971411 未加载
nicetryguy3 个月前
Amazing resource, classic at this point, still probably the best place to start a 6502 journey. I became an NES romhacker with released projects thanks to this as a first step!
评论 #42971223 未加载
dang3 个月前
Related:<p><i>Easy 6502</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31548311">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31548311</a> - May 2022 (28 comments)<p><i>Easy 6502 – How to get started writing 6502 assembly language</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13324978">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13324978</a> - Jan 2017 (84 comments)<p><i>Easy 6502</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9761213">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9761213</a> - June 2015 (9 comments)<p><i>Easy 6502</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6345730">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6345730</a> - Sept 2013 (28 comments)<p><i>Easy 6502</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5180937">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5180937</a> - Feb 2013 (59 comments)<p><i>Easy 6502 - Learn the 6502 Assembly Language</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4213806">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4213806</a> - July 2012 (78 comments)
评论 #42977630 未加载
zabzonk3 个月前
OK, but I think a diagram or two of the architecture would help.<p>And personally, I think the Z80 is easier to understand (no zero-page, no limited stack size, etc.) but that is probably just me, though I did write professional 6502 and Z80 code way back when.
评论 #42969333 未加载
评论 #42969345 未加载
markus_zhang3 个月前
Side topic: for anyone who wants to do x64 assembly game programming, check out this video for reference:<p><a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=p60L-TOecik&amp;t=1042s" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=p60L-TOecik&amp;t=1042s</a><p>I think I can start in C and check the -s assembly code too, and gradually be comfortable with writing directly in assembly. After all a lot of the code is just function calls into libraries.
DidYaWipe3 个月前
&quot;powering famous computers like the BBC Micro, Atari 2600, Commodore 64, Apple II, and the Nintendo Entertainment System.&quot;<p>Oddly omitting the standard-setting Atari 8-bit computer line...
评论 #42972990 未加载
levodelellis3 个月前
I read this a few years ago to refresh my 6502 knowledge, it&#x27;s well done