News:

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

Entry level post

Started by THAT1ANONYMOUSDUDE, February 28, 2012, 11:34:00 PM

Previous topic - Next topic

THAT1ANONYMOUSDUDE

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 ;)

hutch--

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

SteveAsm

#2
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/

THAT1ANONYMOUSDUDE

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/

SteveAsm

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.

Force

Never Stop Until You Are Better Than The Best