home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c64 / diskutil / misc / Loader.sfx / loader.doc next >
Encoding:
Text File  |  1993-10-28  |  2.1 KB  |  35 lines

  1. LOADER by Peter Weighill.
  2.  
  3.    Normally, if you want to return to a MENU program on a disk,  then you would normally have to either exit the program and load the menu  yourself or write a little routine at the end of the program to load the menu.
  4.    LOADER eliminates the need to do this. And will also  allow you to return to the menu at any time.
  5.  
  6. HOW TO USE LOADER
  7.  
  8.    Firstly,  make sure  that there is a program called  MENU on the disk,  then copy LOADER  onto that disk.  The use a directory editor to move the LOADER file to the first file on the disk. (If you do not  have a  directory  editor  then start with a new  disk and  copy LOADER onto it first.)
  9.    Then to use LOADER,  just do  one of the following to load it:
  10. 1. LOAD"LOADER",8,1
  11.     Loader will load  and automatically     run and then load menu.
  12. 2. LOAD"LOADER",8
  13.    then RUN
  14.     Loader will load, then after you RUN    it, it will load the menu.
  15. The load a file from the  menu to  run. Once the  program  that you  chose  has loaded and is  running,  just press the RESTORE key a few  times until the menu is re-loaded.
  16.  
  17. LOADER COMPATABILITY
  18.  
  19.   Loader works with all programs that do not use the tape buffer area of memory ($0334-$03ff) and do not change the NMI interupt ($0318-0319).
  20.    Loader  will work  with all programs which are 100% basic.
  21.  
  22. ADDITIONAL NOTES
  23.  
  24.    It  is  not   reccomended  to  press RESTORE while the disk drive or printer is in use as this may cause restore not to load the  menu  correctly,  so avoid doing this if possible.
  25.    Do not load anything from tape while LOADER is activated  since it is stoped in the tape buffer.
  26.  
  27. CUSTOMISING LOADER
  28.  
  29.    If you have a disk  editor  then you can change the file  which LOADER  will load and run,  instead  of the MENU, by typing in a new file to load.
  30.  
  31. HOW LOADER WORKS
  32.  
  33.    LOADER  configures the NMI interupt, so  that  instead of  the  normal  warm start that you get if you press RUN STOP & RESTORE,  you  will  load  the  menu instead if you press RESTORE.
  34.    LOADER resets  the computer like the normal warm  start,  but then loads the menu instead of displaying ready.
  35.