This example is From http://betrayed.tsx.org

Example on using the windows registry.  Checks for a key if not found it will write said key.  Next time you run it will alert you that you have run it before.

This example is easiest compiled with the include makefile.  The makefile assumes your masm32
directory is on the same drive and is in the standard instalation location.
type /masm32/bin/nmake  while in the directory of the makefile and the assembly process will 
begin.  Assuming you have a copy of nmake in your bin directory.  Find nmake at my homepage.


If you don't want to use the makefile, you can manually assemble the
example with the commands below:

ml /c /coff /Cp registry.asm
link /SUBSYSTEM:WINDOWS /LIBPATH:\masm32\lib registry.obj

Contact me at betrayed@betrayed.virtualave.net
