assembler too hard
Sorry it took so long for a response.
You might want to pick just one assembler
to learn with. Masm has the most support,
and examples. But Fasm is the easiest to setup
and use (in my opinion).
Well, you download it and install it.
This contains all the do***entation\examples\tools
for the windows platform programming environment.
The total sdk size is about ~266mb, BUT, you can download
it in 25mb pieces. So it would help to have a fast internet
connection. the Link is: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm
most of the assembly code, is poorly commented,
[my examples too =*). ]
I hate to say. The Iczelion's Tutorials are probably
the best place to start if your going to program for
windows. the code use's the masm compiler.
Here is the link: http://win32asm.cjb.net/
Not really, thanks to Fasm, and Masm, windows
assembly isn't that much harder at all. Once you learn
the basics, window creation and text output.
See the Iczelion's Tutorials link above.
I'll look and see if I can find you. Hang in there,
Windows programming will take a while to get the
hang of. Even with the knowledge I have I'm just
scratching the surface. Just go slow, take your time,
and enjoy the ride!!!
|