+ 4
Which is the best book to learn assembly language
3 Respostas
+ 2
Well, I learned Assembly at school and I think you can look for tutorials on YouTube I also watched some there.
I'm adding a link to a picture of a project I made if you wanna take a look.
https://www.sololearn.com/post/104642/?ref=app
+ 1
Though not a book, I found this to be an outstanding resource:
https://www.instructables.com/id/How-to-Build-an-8-Bit-Computer/
Followed by this...
https://realhet.wordpress.com/2015/09/02/bitmap-logic-simulator/
...so you can build it “logically” instead of “physically”.
Great to understand from the why assembly works the way it does.
For some it might be a bit of overkill but you will absolutely learn how and why it works.
🇺🇸