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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Solving differential equations on a 6502 with Woz's floating point code

112 点作者 ben165将近 6 年前

5 条评论

keithnz将近 6 年前
I find it funny that people enjoy the nostalgia of things like 6502... I loved my Atari 800XL, but wistfully dreamed that computers might one day be able to handle 320x240 with 256 colours.... boy... that would be good! Meanwhile I was hand assembling 6502 into data sections in basic so I could try and draw a circle... who knew drawing circles was so ridculously difficult and slow?<p>Having said that, I do like this stuff in hindsight :)
评论 #20590580 未加载
评论 #20592628 未加载
评论 #20590378 未加载
JJMcJ将近 6 年前
Not the floating point, but saw his code for other parts of the 6502 Apple products, he really was a genius. The code is both very clever AND quite understandable.<p>My understanding is his circuit design was similar. One thing, use a part of the circuit for two different things at different points of the clock cycles, so parts count was reduced.
评论 #20590465 未加载
diydsp将近 6 年前
Is that first-order approximation appropriate for iteratively solving the Diff EQ? Or does a higher order method such as Runge-Kutta have to be used? I notice the graphs don&#x27;t align perfectly...
评论 #20590800 未加载
ngcc_hk将近 6 年前
Very interesting ... thanks for pointing to py65 as well
aswanson将近 6 年前
Awesome. I love projects like this.