Win32ASM - Tutorials
Introduction:
Here are some tutorials by various authors to get you started programming in Windows using assembly language.  I highly recommend that you view Iczelions tutorials...

 
Win32Asm Tutorials
Iczelion's Lessons
by Iczelion
MASM
All of the tutorials written by Iczelion. Excellent!  Thurough and very educational.
masta's Tutorial 0
by masta
TASM
masta is the guy who started all of us off... Here is his legendary first tutorial heh.. A good, Hello World, tutorial on Win95 ASM coding.  Introduces the MessageBoxA API function.
masta's Tutorial 1
by masta
TASM
Goes over how to code a Win 32 "generic patcher" using assembly language.
masta's Tutorial 2
by masta
TASM
This one is interesting for all game-freaks out there as it'll show you how to code trainers for games. masta  shows you howto write a trainer for Starcraft.
HaK's Lesson 0
by Hak
The Introduction: HaK  explains how to handle the Win32 programmer's reference in order to utilize it for your own Win32Asm coding. Also covers the differences between DOS and Win32 Assembler and shows you how to write your own makefiles.
HaK's Lesson 1
by Hak
Your First Program: Now HaK explains how to code a messagebox. He uses a definition-file and a makefile ,so it's interesting though the code is not very sophisticated.
Hak's Lesson 2
by Hak
Your First Window:  This time, Hak tries to teach you how to do your first window
Win32 Beginer's Quick Tutor
by Secret
Learning how to program in Win32 Quickly.
Win32 Asm Beginner Tutor
by Secret
Getting started with Win32 Assembly.
Win32 Asm Intermediate Tutor 
by Secret
Moving up, getting into the WinMain of Win32 Assembly
Win32 Asm Advanced Tutor
by Secret
Resources and Compiling. The final in the three part series.

 
Optimization Tutorials
Optimizing for Pentium II and Pentium Pro Processors
by Intel
The "Optimizing for Pentium II and Pentium Pro Processors" tutorial introduces you to the Pentium Pro processor architecture family and describes optimization techniques that improve your application's performance on these processors. 
Optimizing Applications for the Pentium Processor
by Intel
The "Optimizing Applications for the Pentium Processor" tutorial presents optimization strategies and techniques that help you improve the performance of your software on the Pentium processor family.

 
 
[ Tuesday, June 22, 1999  lord-lucifer@usa.net ] [Win32Asm]