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
:clap:
welcome.
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
im usin 64 bit win 7? that means i cant use that iczelion tutorial? daaaaaamn
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