The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Char on December 20, 2009, 11:43:14 AM

Title: Char's questions
Post by: Char on December 20, 2009, 11:43:14 AM
Hello!

I am new to ASM and I this forum was reccomended for me, so here I am.

Also I will be posting my newbie questions I will have during my learning process. I hope I get polite answers too each of them.

Anyways, I am starting to learn ASM from these tutorials. Hope I do good.

http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/index.html
http://board.flatassembler.net/index.php
Title: Re: Char's questions
Post by: UtillMasm on December 20, 2009, 11:54:34 AM
 :clap:
welcome.
Title: Re: Char's questions
Post by: dedndave on December 20, 2009, 02:51:34 PM
welcome to the forum
for 32-bit windows programming, Iczelion's Tutorial is pretty good

http://website.masm32.com/iczelion/iczelion.zip

Ray's FPU Tutorial is also very handy - i think it is included in the masm32 package

http://www.ray.masmcode.com/tutorial/index.html
Title: Re: Char's questions
Post by: Char on December 20, 2009, 04:20:26 PM
im usin 64 bit win 7? that means i cant use that iczelion tutorial? daaaaaamn
Title: Re: Char's questions
Post by: jj2007 on December 20, 2009, 04:24:46 PM
Quote from: Char on December 20, 2009, 04:20:26 PM
im usin 64 bit win 7? that means i cant use that iczelion tutorial? daaaaaamn
32-bit software runs on 64-bit systems, no problem. For a beginner, 64-bit assembler is not a good idea. Apart from having a steep learning curve, there is also much less support, no macros etc... stick with 32-bit, it's enough for the next 10 years.

Iczelion is a good start, but once you have installed Masm32, don't forget these two folders:
\masm32\help
\masm32\examples