News:

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

modern asm book

Started by spx2, April 03, 2007, 01:41:19 AM

Previous topic - Next topic

spx2

hi
what would be some common modern books on masm programming ?
they should be vast and practical
i accept any suggestions :)

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

FromTheSun

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

Rainstorm

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

-

FromTheSun


Rainstorm

sry, it was in my bookmarks & didn't check.
yes its the same page

-

Rainstorm

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