The MASM Forum Archive 2004 to 2012

General Forums => The Soap Box => Topic started by: THAT1ANONYMOUSDUDE on February 28, 2012, 11:34:00 PM

Title: Entry level post
Post by: THAT1ANONYMOUSDUDE on February 28, 2012, 11:34:00 PM
Posting in soap box forum as per the anti-automation rules, I'm attempting to learn assembler and have been experimenting with it for a year now and have learned almost nothing except how to compile existing code and am hoping to get a little more familiar with this on a hobbyish level.

And btw, no, I'm not a computer ;)
Title: Re: Entry level post
Post by: hutch-- on February 28, 2012, 11:41:42 PM
Hi Dude,

Welcome on board. Get yourself a few things, the current MASM32 SDK, the Intel manuals from Intel and if you can find it, the old win32.hlp file. If not you can use MSDN online fore Windows API reference. The rest is practice using a gradual approach from simple to more complex.
Title: Re: Entry level post
Post by: SteveAsm on February 29, 2012, 12:25:54 AM
Quote from: hutch-- on February 28, 2012, 11:41:42 PM
...and if you can find it, the old win32.hlp file.

Here's a link to that file:
http://www.cs.virginia.edu/~lcc-win32/win32hlp.exe

Also, here's a good link for Masm and Intel docs:
http://web.sau.edu/lilliskevinm/csci240/masmdocs/
Title: Re: Entry level post
Post by: THAT1ANONYMOUSDUDE on February 29, 2012, 12:51:05 AM
Thanks for the link SteveAsm, appreciate it.

And referencing hutch, I think these should be it right?

http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html

Someone also told me I could use these other links as good references.

http://ref.x86asm.net/
http://win32assembly.online.fr/tutorials.html
http://www.sandpile.org/
Title: Re: Entry level post
Post by: SteveAsm on February 29, 2012, 02:50:31 AM
Quote from: THAT1ANONYMOUSDUDE on February 29, 2012, 12:51:05 AM
http://win32assembly.online.fr/tutorials.html

Over the past ten years, I think everyone here, in this forum, who was once new to x86 Win32 Assembly Language programming, has studied (closely) Iczelion's tutorial series.
I still refer to it, when I need a refresher.
It doesn't get much better than that.
Highly recommended.
Title: Re: Entry level post
Post by: Force on February 29, 2012, 10:15:04 AM
in my opinion you need practice

http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/toc.html  (http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/toc.html)

http://static.patater.com/gbaguy/x86asm.htm