I’ve been wanting to learn assembly for a while now, and although I’ve tried a few times before, I haven’t really been able to get past ‘Hello, world’. Are there any good introductory tutorials to assembly (preferably using NASM, as I use Windows and Linux)?
I do have a bit of C knowledge, but mainly code in higher-level languages such as Ruby, Python, C# and JavaScript.
For my Assembly language class, we’re using the book that Bill recommends. My professor also recommended this book: Assembly Language Step-by-step: Programming with DOS and Linux. He said that this is the only book that he knows of that covers NASM (and it’s a tad outdated).