The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: spx2 on April 03, 2007, 01:41:19 AM

Title: modern asm book
Post by: spx2 on April 03, 2007, 01:41:19 AM
hi
what would be some common modern books on masm programming ?
they should be vast and practical
i accept any suggestions :)
Title: Re: modern asm book
Post by: hutch-- on April 03, 2007, 01:46:18 AM
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.
Title: Re: modern asm book
Post by: FromTheSun on April 03, 2007, 05:15:03 PM
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
Title: Re: modern asm book
Post by: Rainstorm on April 03, 2007, 05:31:08 PM
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

-
Title: Re: modern asm book
Post by: FromTheSun on April 03, 2007, 06:22:31 PM
http://win32asm.cjb.net/ doesn't load for me.

Is it the same page as: http://win32assembly.online.fr/tutorials.html ?
Title: Re: modern asm book
Post by: Rainstorm on April 03, 2007, 08:09:42 PM
sry, it was in my bookmarks & didn't check.
yes its the same page

-
Title: Re: modern asm book
Post by: Rainstorm on April 05, 2007, 04:32:06 AM
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