[TUHS] Any good 6502 assembly references?

Will Senn via TUHS tuhs at tuhs.org
Fri May 22 22:56:30 AEST 2026


Hi Aron,

On how it relates to unix, that's a bit of a stretch, but I'll offer 
this - in order to understand the v6 and v7 source code and Lions book, 
I spent 6 months with the 6502 and walked away with a much, much clearer 
understanding of the research unixes after returning :).

For refs, the manuals are hard to beat:

https://pickledlightprojects.com/documents/

Look for MCS6500 Hardware Manual and MCS6500 Programming Manual fro high 
res, reproduced versions of the original manuals.

For lists of books and other resources:

http://retro.hansotten.nl/6502-sbc/

https://6502.org/


My favorite books for doing stuff with it involve either the PAL-1 (a 
kim 1-alike) kit, or an apple iie emulation (on linux, I run apple iie 
via applewin, there are others):

https://ct6502.org/product/assembly-lines-the-complete-book/

and

Don Lancaster's Machine Lang Programming I & II if you're really new to 
how moving bits around a micro works:

https://www.tinaja.com/ebksamp1old.shtml


I put together stuff on this kinda thing, too:

https://decuser.github.io/tags/pal-1/

https://decuser.github.io/tags/assembly/

https://www.youtube.com/playlist?list=PL_z8XUfqFSXH7jHealImDooWhO9IzcdOV


On 5/21/26 20:45, Aiden Thomas via TUHS wrote:
> Hello!
> I'm fairly new here (just got on the mailing list). You guys got me really excited about continuing the legacy of computing. I'm planning out an interpreter onto my website, most likely 6502 based. So if anyone knew any good manuals or open sourced design documents of the 6502 CPU I'd love to hear! I'm also open to other architectures that would be fun to write interpreters for.
> Thank you so much for your time,
> Aiden Thomas


More information about the TUHS mailing list