home *** CD-ROM | disk | FTP | other *** search
/ Rockford Magazine / Rockford_Magazine_028_19xx_-_de_Disk_1_of_2_Side_A.d64 / giffy.reu.docs < prev    next >
Text File  |  2023-02-26  |  614b  |  23 lines

  1. =======================================
  2. GIFFY DOCS WITH REU
  3. =======================================
  4. How to view GIFs using the REU
  5. ------------------------------
  6. First, LOAD"0:RAMDOS.BAS",8
  7. then RUN it. This sets up your
  8. REU as device 9. Place the
  9. interface page at 203, in safe
  10. RAM in between GIFFY's routines.
  11.  
  12. Next, LOAD"0:FILECOPY.BAS",8
  13. then RUN it. This lets you pick
  14. which GIFs you wish to copy from
  15. disk into the REU.
  16.  
  17. Now LOAD"0:GIFFY.REU/9/203",8
  18. then RUN it. It will read GIFs 
  19. from the REU as device 9. This 
  20. speeds execution by about 30%
  21. faster than from disk.
  22. =======================================
  23.