DOC v1.2                                                     2/98  MODULE.TXT

                                  HOPE v2.4b


          See DEFINIT.TXT for detailed info on module structure...

 There are several rules which must be followed to create workable modules.

      The first module in the module set must be labelled as following:

       Junk Modules   -> JUNKSTART:
       Crypt Modules  -> CRYPTSTART:
       Loop Modules   -> LOOPSTART:
       Init Modules   -> INITSTART:
       Count Modules  -> COUNTSTART:

     The last module in each set must point to the first in the same set.

	* Junk must never modify the SPINDEX register
	* Never have a conditional jmp over unknown junk based on spare regs
	* Each modules size should never exceed 32 bytes.
	* Only assume DS=CS if you specify it in the header
	* Make sure to include complement modules for modules that rely on 
          others existance
