Also why are they better than others?Most of the good assembly and system programming book are old and are targeted to 16b/DOS and 32b/Linux.
And is there a suggested reading order?
Also why are they better than others?Most of the good assembly and system programming book are old and are targeted to 16b/DOS and 32b/Linux.
Perhaps they aren't actually better books, but about smaller machines, so more basic. It's always better, often the only way, to start from a more basic level.Also why are they better than others?
Well, I guess I am autistic enough to prefer incomprehendable gibberishI had trouble to learn any assembler by books - was total incomprehendable gibberish to me.
Yep. It really helped those of us who started back in the 1970s when things were much simpler. Microcontrollers are of that same ilk. The only reason I moved to C was cause my boss made me in 1987 or thereabouts. Assembly in current processors scares me but I haven't had to do any of that. The little I've read shows too many new things and I can't tell if I really need them, as if I'm going to start now.When I started to program 8bit Microcrontrollers it all became clear, made pretty much sense, was real fun actually.
My college did start me on Java. There were tools like IntelliJ to help with code completion, but back then there was still an emphasis on understanding the nature of recursion and how it helps with algorithm implementation.If your college started you on Java,