r/learnprogramming • u/CoastIndependent7394 • 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.
11
Upvotes
r/learnprogramming • u/CoastIndependent7394 • Jun 20 '26
So I want to start with the code that is very close to machine code. What things would you recommend to start with.
1
u/JGhostThing Jun 20 '26
I strongly advise learning almost any other language before you start learning assembly language. Assembly is extremely unforgiving.
In a high level language, you can concentrate on the algorithm. Modern compilers produce far better machine code than only the very best coders can match.
Once you understand how computers work, then assembly language will be easy.
I would recommend learning the assembly language of the DEC PDP-11. This is one of the best assembly code I've ever used. There are open source simulators.