This is a wiki question to gather useful references for learning assembly languages for various architectures.
I recently attempted to read the source code for Basic Pdp-1 Lisp from 1964, and needed to search extensively for reference materials to make even the slightest bit of sense from the code. I feel the links I've collected may prove useful to anyone attempting to read code of similar vintage, like SpaceWar!
So a good answer should comprise:
- The name of the architecture
- A non-trivial program in assembly language
(This is the real focus of the question: a classic program that's worth learning assembly in order to read it.) - Handbooks and instruction references for understanding the program
I'll start things off with my collected references for reading Pdp-1 LISP.