26
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Aug 2025
26 points (100.0% liked)
retrocomputing
5348 readers
2 users here now
Discussions on vintage and retrocomputing
founded 2 years ago
MODERATORS
If you have little to no experience with programming at all, I suggest trying the assembly game TIS-100 first to wrap your head around the concepts, rather than trying to learn 6502 right away.
I would pair it with this tutorial, which is really just a bottom-up programming course.
Python is very different from assembly, but assembly isn't hard to learn if you apply yourself and take it slow. It will seem kind of abstract without something like the game above to challenge your understanding.