The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: anuradha on March 11, 2007, 07:32:04 PM

Title: Assembly pro book for bigginer
Post by: anuradha on March 11, 2007, 07:32:04 PM
I'm new to assembly can any one suggest good book please :bg
Title: Re: Assembly pro book for bigginer
Post by: ragdog on March 11, 2007, 07:51:26 PM
hi

this forum and Iczelion Tutorial is good  :U

and exmples from web


ragdog
Title: Re: Assembly pro book for bigginer
Post by: anuradha on March 11, 2007, 08:41:10 PM
I got the Iczelion Tutorials. but it contains only sample codes. It is bit diffcult to understand .can you suggiest an e-book or something :bg
Title: Re: Assembly pro book for bigginer
Post by: Jimg on March 11, 2007, 09:22:16 PM
Try this http://www.drpaulcarter.com/pcasm/

or look here - http://www.google.com/search?q=assembly+language+tutorial
Title: Re: Assembly pro book for bigginer
Post by: PBrennick on March 11, 2007, 10:11:49 PM
One thing is for sure, there is no Assembly 'Pro' book for a 'beginner.'

Paul
Title: Re: Assembly pro book for bigginer
Post by: hutch-- on March 12, 2007, 12:17:55 AM
A couple of approaches, get the architecture of Windows from an old version of Petzold (preferrably in C), get the Intel manuals for the instruction set, optimisations and processor architecture and get some decent Windows API reference. WIN32.HLP for the older win32 stuff and MSDN or the PLATFORMSDK for the later stuff.
Title: Re: Assembly pro book for bigginer
Post by: MaynardG_Krebs on March 12, 2007, 01:58:04 PM
There is a great deal of information in the help files that come with MASM32. Just open Qeditor and click on the help menu.
Title: Re: Assembly pro book for bigginer
Post by: anuradha on March 12, 2007, 09:12:21 PM
hi
IBM Assembler Language and Programming
Peter Able
Prentice-Hall
ISBN 0-13-448143-7

will this work cna any one help me please
Title: Re: Assembly pro book for bigginer
Post by: uziq on March 12, 2007, 11:07:25 PM
Quote from: anuradha on March 11, 2007, 08:41:10 PM
I got the Iczelion Tutorials. but it contains only sample codes. It is bit diffcult to understand .can you suggiest an e-book or something :bg

Did you see the explanations that goes along with the code?
He walks you right through it..
http://win32assembly.online.fr/tutorials.html
Title: Re: Assembly pro book for bigginer
Post by: anuradha on March 13, 2007, 12:00:03 AM
hi
I have downloaded the "Arts of Assembly".But I heard some thing HLA related to this .In my copy author using MASM32 and UCR libs
Is this book good for a bigginer ? :'( :'(
Title: Re: Assembly pro book for bigginer
Post by: kwadrofonik on March 14, 2007, 01:50:32 AM

I wholeheartedly recommend the PDF at http://www.drpaulcarter.com/pcasm/

It's the best reference I've found so far. Just remember that it's based on NASM and most of the code on this forum uses MASM.