hi
what would be some common modern books on masm programming ?
they should be vast and practical
i accept any suggestions :)
spx,
Most books on assembler are out of date, get the Intel manuals from their web site for the instructions and architecture and get at least some of the Microsoft reference material for the API function calls.
Whoo, finally found something to get rich with :lol
I think http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html explains asm rather well (given to me bij Draakie)
chapter 8 is about masm
Hi.
am learning too
here are some links i found useful..
http://webster.cs.ucr.edu/Page_TechDocs/MASMDoc/
http://win32asm.cjb.net/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vcoriMicrosoftAssemblerMacroLanguage.asp
there are some nice tuts that i'd come accross but i can't find them.
i'll look for them & then post
Rainstorm
-
http://win32asm.cjb.net/ doesn't load for me.
Is it the same page as: http://win32assembly.online.fr/tutorials.html ?
sry, it was in my bookmarks & didn't check.
yes its the same page
-
hi
td_win32asm_all.zip
that's the filename of the tutorials, they use push/pop instead of invoke but they are well commented & I found them useful.
check this page out too
http://www.programmersheaven.com/zone5/mh4.htm
-
Rainstorm