Comment Re:I may be "old fashoned", but... (Score 2) 177
The Z80 doesn't tech anything, it's an architecture.
The Z80 and 6502 both teach something foundational: Fundamentally, this is all simple, a typical human being can fit the the fundamentals in their head, and all the brilliant things we have in the modern era are variations on those fundamental themes played atop each other recursively. Being able to write a simple loop that can PEEK or POKE at a memory address to make the hardware do something is a powerful feeling, and it's impossible to overstate the importance of seeing that power without needing to mentally wrestle with pointers first.
Starting with a relevant architecture like ARMv9-A tells the opposite story: this stuff is impossible to learn. Just this one chip has thousands of pages of mere reference material on how to program it, and that doesn't include the manufacturer-specific extensions, on-die peripherals, etc. Sorry, n00b, but you've come into a conversation decades late, and the best you'll be able to do is tread water.
With experience, yes, we can look at that and say, "Yeah, yeah, an ALU's an ALU, this accelerator is really just another simple computer in a distributed system, and there's nothing new under the sun; how's that coffee coming along?" But many of us got that confidence by working with complete computers where we could understand the whole thing--from how the pieces worked together to the individual registers of each piece. When the pieces get more numerous and more complex, we may not be able to see the details, but the details of the simpler system give us great intuition.