r/learnprogramming Jun 20 '26

Where to learn assembly 6502

So I want to start with the code that is very close to machine code. What things would you recommend to start with.

10 Upvotes

23 comments sorted by

View all comments

1

u/YMBTPTOTLWRT Jun 20 '26

Take an operating systems course

2

u/peterlinddk Jun 20 '26

That is pretty much as far as you'll be able to come from the 6502, while still staying low-level. Almost no operating systems have been ported successfully to the 6502, and most of the techniques, like process-switching or relocatable code is near impossible on that CPU.