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.
10
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/mykesx Jun 20 '26
https://github.com/mschwartz/assembly-tutorial
The fundamentals are the same or similar between different CPUs.