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