News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Good tutorials

Started by elegem, September 14, 2009, 11:27:58 PM

Previous topic - Next topic

elegem

What are some good tutorial sites for learning to program in masm?
I know of Iczelion's Win32 Assembly tutorial set : http://win32assembly.online.fr/tut33.html , but no other. :boohoo:

dedndave

well - Ray has a great tutorial for FPU
that is in the masm32\tutorials folder (and a few others)
Randall Hyde has html form instruction set tutorial from his book Art of Assembly...
http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/toc.html
and there are many examples in the masm32\examples folder
also, the help files in masm32\help are quite useful for starting out

elegem

I also found http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/index.html which seems to have some good resources regarding assembly.