A Gentle Introduction to Assembly Language Programming https://github.com/pkivolowitz/asm_book
GitHub - pkivolowitz/asm_book: A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.

A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level la...

GitHub
@nixCraft thanks for this link. I’ll have to take a look. I remember as a high school student in the 1980s taking a night course in assembly language programming at a local community college using PDP-11s. It was so much more fun than the very limited AppleSoft Basic programming course available in my secondary school.
@nixCraft I still have the 16bit Intel asm books that Intel used to post to people who paid for postage. I loved asm but I haven’t used it in years. Those books are treasures to me.