These are the sources for the 5th part of the
Win32-Asm-Tutorial


The following files are included:

/console	      : Directory containing console application example
		        (start the examples directly from a (dos-) console)

/console/make.bat     : Builds the executable files

/console/win005.asm   : Source for TASM/MASM

/console/win005_n.asm : Source for NASM

/console/win005.exe   : EXE made out of TASM/MASM Source
/console/win005_n.exe : EXE made out of NASM Source


/pe	         : Directory containing minimal file size example
		   (using a standard linker, no additional modifications)

/pe/results.txt  : Comparison of the 3 linked executables

/pe/make.bat     : Builds the executable files

/pe/win005.asm   : Source for TASM/MASM

/pe/win005_n.asm : Source for NASM

/pe/win005_t.exe : EXE made out of TASM Source
/pe/win005_m.exe : EXE made out of MASM Source
/pe/win005_n.exe : EXE made out of NASM Source



for other files see previous tutorials or take a look at

http://win32asm.cjb.net
http://www.deinmeister.de/wasmtute.htm (english)
http://www.deinmeister.de/wasmtut.htm  (deutsch)

If you are still not having the Win32-API Docs yet, you may
get them from Borland (Windows HLP - format). They are a part
of the C++ / Delphi helpfiles:

ftp://ftp.borland.com/pub/delphi/techpubs/delphi2/win32.zip
http://www.borland.com/devsupport/borlandcpp/patches/BC52HLP1.ZIP

If there are further questions or problems, just
mail me : ts@deinmeister.de

 T$



