home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / progutils / _moddis / docs / getstarted < prev    next >
Encoding:
Text File  |  1991-11-18  |  1.1 KB  |  28 lines

  1. > GetStarted
  2.  
  3. To get trying out the program as quickly as possible, do the following:
  4.  
  5. 1. Copy the SpriteUtils module from ROM into the Originals directory. To do
  6.    this with RISC OS 2.00, the following command should work:
  7.    *Save <ModDis$Dir>.Originals.SpriteUtil 0387EA48 0387F048
  8.  
  9. 2. Double-click on !ModDis. When prompted for a filename, type
  10.    SpriteUtil
  11.  
  12. 3. Once the program has finished running and returned you to the Desktop,
  13.    you should find a new file SpriteUtil has been created inside the Sources
  14.    directory. Load this into Edit or Twin and remove the carriage-returns.
  15.    (Just press F8 from the *-prompt if you're using Twin)
  16.  
  17. 4. Load the Source file into BASIC, either by exiting Twin to BASIC or by
  18.    typing
  19.    *BASIC -load <ModDis$Dir>.Sources.SpriteUtil
  20.    at the *-prompt. Running the Source file will re-assemble the module and
  21.    store it in the Modules directory.
  22.  
  23. 5. To test the re-assembled module, run the BASIC program Checker. When
  24.    prompted for a filename, press <Return>. If all is well, Checker will
  25.    not report any differences between the original module and the
  26.    re-assembled version, proving that the disassembly is good.
  27.  
  28.