-About-
This reverseme is coded in ASM.

-Tasks-
1. Minimum chars = 1
   If there is no name entered and the
   user 'generates', a message should
   appear in the serial field telling the
   user that he has to type something.
   
   Maximum chars = 0xA
   If there is more than 0xA chars in the
   name field when the user 'generates', a
   message should appear in the serial field
   telling the user that max is 0xA. 
   
2. Adding a serial routine:
   'Serial = Serial + hex of next char'
   So if "dihux" was entered in the name
   field the final result should be "222".
   You will have to make it set the serial
   in the serial field too.
   The disassembled serial routine
   should not be over 5 lines. That means
   only five or less lines with asm opcodes.
   Xor opcodes are excluded and jmps are
   included.

3. Adding two features: 
   When left mouse button is down ON THE
   FORM make the form moveable.

   When the user rightclicks on the form
   a message should pop up and say "hi there"
   and the caption should be "click".	
   
4. The upper right exit cross is out of
   function. Fix it.

5. Write a tutorial and give it to us.

-Rules-
Needed imports should be imported manually.
Strings should also be imported manually.

-Notes-
dihux @ EFnet #New2Cracking
http://www.New2Cracking.cjb.net