I started with the 6502. Not quite comprehending the concept of digital, I wired the mcu to reboot, hooked the scope up and viewed it fetching it's boot vector. From there it was hand coding uveproms to execute basic instructions. A year later I was using MASM on 8086 PCs. As time went by, I moved further away from assembly.I'm curious to know how you started learning assembly language.
Have you started writing assembly code for microcontrollers directly?
Did you learn by writing assembly code for PC?
What is the best way to learn assembly language?
It's seems we were all Z80 lovers.I learned on the Zilog Z80 for my TI-86 graphing calculator. Programming a very basic pong game. My level was really really low but I learned a boat load about how computers worked internally because of it. And a creepy ability to be able to do math in base 16. I was only able to do that stuff in my head for a little while before I lost that over time.
There were some real masters on the z80s around that time. Found and installed a port of Doom on the calc. Played extremely poorly but did run.
@Dave Lowther Thank you for sharing the book