home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / txt / dcprep.doc < prev    next >
Text File  |  2006-10-19  |  1KB  |  22 lines

  1. DCPREP.DOC  Copyright 1986 David W. Willman [75775,202]
  2.  
  3.  
  4.     DCPREP.LDR is a program which loads a machine language prep program
  5. anywhere in memory.  This prep program takes a document file in RAM, strips
  6. the words within the file, throws out duplicate words & sorts the word list.
  7. This is all done within the specified RAM file in preparation of running a
  8. spelling-checker. As you should be able to surmise the original RAM file will
  9. be destroyed, so unless your just trying to build up your dictionary, you
  10. will want to back-up the file before running the m/l program on it.
  11.     DCPREP.LDR will not allow you to load over memory above MAXRAM, but
  12. gives you the option of loading over locations above HIMEM and will reset
  13. HIMEM to protect the m/l program being loaded. It also optionally allows you
  14. to define a function key to run the m/l program that will remain resident in
  15. your M100 until a cold-start is performed or until HIMEM is set above the
  16. start location or until another program writes over its locations.
  17.     Once DCPREP.LDR is run it can be killed, remembering to keep a back-up
  18. in case you have to re-load. The m/l program can be run either by using the
  19. defined function key or by calling its start location. WARNING: Because of
  20. the nature of the routines called by the m/l program, it CANNOT be called
  21. from within a Basic program.
  22.