I added two texts on the tools page for learning assembly language. One is called PC Assembly Language which is in a textbook style format, and the other is a nice tutorial by Thomas Bleeker. His site has some assembly resources that you can check out (I like his ‘snippets’ section) at http://www.madwizard.org/programming/tutorials/. I converted his tutorial to PDF (as the original is in CHM and sometimes hard to load on Windows 7), so check it out.
June 9th, 2012 on 5:30 pm
Thanks for uploading these. Art of Assembly uses HLA and I would rather use the standard NASM or MASM syntax than learning HLA constructs. PC Assembly Language is great, its really nicely organized and its not going to take forever to finish reading.
June 9th, 2012 on 8:07 pm
You know, I forgot it was in HLA. I HATED that. I would much more recommend another one. I will go thru my collection of eBooks and put up a different one that’s not HLA. Thanks for the notice…
June 10th, 2012 on 3:07 am
i would suggest the art of assembly language (aoa) which is NOT on HLA.
read online at http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html
download individual chapters at http://flint.cs.yale.edu/cs422/doc/art-of-asm/pdf/
or full text in pdf format at http://www.planetpdf.com/codecuts/pdfs/aoa.pdf
June 10th, 2012 on 3:18 am
the above book i mentioned is the best i have come across, it’s a reference text on assembly, so it’s quite large and extensive, for newcomers into assembly , they may like to just read a few parts and code for it, not to read the whole book in one shot like a novel.