home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog-asm / resoudmo.lzh / RESOURCEDEMO / README < prev    next >
Encoding:
Text File  |  1991-08-16  |  4.4 KB  |  107 lines

  1. This is a demo version of ReSource V3.06, released 25 July 1989.
  2.  
  3. This archive is freely distributable for  demonstration  purposes  providing
  4. nothing  is  altered.   Do  not change the names or contents of any files in
  5. this archive.
  6.  
  7. The ONLY difference between this demo and the commercial  version  are  that
  8. all "save" type functions will bring up the "about" message.
  9.  
  10. The commercial version of ReSource comes in a  nice  black  vinyl  case  and
  11. includes high quality printed documentation.
  12.  
  13. This text will help introduce you to ReSource, what it is, and  how  it  can
  14. help  you  to  be a more productive programmer.  For other documentation and
  15. instructions an how to use ReSource, please see the file: "Manual.doc".
  16.  
  17.                          *** ReSource V3.06 Demo ***
  18.  
  19. "ReSource is an intelligent interactive disassembler which  makes  full  use
  20. the  Amigas  windowing  environment ... One of the features that distinguish
  21. ReSource is its ability to produce output which is compatible with  most  of
  22. the popular assemblers... a bargain in this world of overpriced software."
  23.                                           - from a review by Andre Marino
  24.  
  25. ReSource is an interactive disassembler for  the  Amiga  computer.   Written
  26. entirely  in  hand-coded  assembly  language, this is the most powerful dis-
  27. assembler available on ANY personal computer!  Over 700 menu functions allow
  28. you to:
  29.  
  30. * Load from ANY file, read tracks, or disassemble memory directly.
  31. * Overlay binary images to disk or memory.
  32. * Save ALL, allowing you to continue disassembling later.
  33. * Save to a ".asm" file, partial saves supported.
  34. * Automated symbol creation:
  35.      JSR    -$1E(A6)  becomes  JSR    _LVOOpen(A6)
  36.      MOVE.L #$3EE,D0  becomes  MOVE.L #MODE_NEWFILE,D0
  37.   Over 5000 symbols supported!
  38. * Incredibly smooth scrolling.
  39. * Full key rebinding supported. Load/save keytables.
  40. * Up to 38 user-defined macros available.  Load/save/overlay macros,
  41.   looping/conditionals supported, variable execution speed.
  42. * Supports both local and global macros.
  43. * Numeric and text processing functions allow you to automate many things
  44.   that used to make disassembling so slow!
  45. * Search function uses full ARP wildcards.  Search forwards, backwards,
  46.   or use the special bi-directional search!
  47. * The fastest text rendering available on the Amiga.
  48. * Forwards and backwards referencing allows you to quickly examine
  49.   referenced code/data, and return to your original position.
  50.   Nested references supported.
  51. * Automatically/manually create labels.  Manually create/edit/delete labels,
  52.   symbols, end-of-line comments, full-line comments.
  53. * Special support for "C" programs, including "A4" register data referencing.
  54.  
  55.      >>> If you're serious about disassembling, look no further! <<<
  56.  
  57. Read what users of ReSource have to say.
  58.  
  59. Keith Glover, of Victoria says:
  60.  
  61. "As a relative newcomer to the world of assembler on the Amiga/68000, I  was
  62. eager  to  see  what ReSource would do.  After having obtained a copy of the
  63. ReSource demo from Megadisc and showing it to a number of other  people,  we
  64. all agreed on one thing - whatever your understanding and level of assembler
  65. knowledge, ReSource is a must!!."
  66.  
  67. Will Mcgovern, of Kotara, NSW, had this to say:
  68.  
  69. "I respect the time and effort you [Glen McDiarmid] have put  into  ReSource
  70. and  firmly  believe  that  you  should  be  fairly  compensated.  ...a very
  71. reasonable price for such a monumental program."
  72.  
  73. You may purchase the commercial version of ReSource V3.06 from:
  74.  
  75.   The Puzzle Factory  -  US distributor for ReSource
  76.   P.O. Box 986
  77.   Veneta, OR  USA     -  US$75
  78.   (503) 935-3709
  79.  
  80.   Glen McDiarmid      -  The author of ReSource
  81.   28 Marginson Street
  82.   Ipswich, Queensland -  A$90
  83.   4305      AUSTRALIA
  84.   (07) 812-2963
  85.  
  86.   Credit cards, check or money order accepted.
  87.  
  88. ReSource (C) 1988,1989 Glen McDiarmid
  89.  
  90. ***************************************************************************
  91.  
  92. You will require "arp.library" to be in your libs: directory before  running
  93. ReSource.  The "port.handler" is required to be in the l: directory also.
  94.  
  95. To run the demo, type:
  96.                         1> [run] RsDemo
  97.  
  98. It will take a moment to load and unpack itself.  The demo version has  been
  99. packed  to  save you downloading time and space, but this is not true of the
  100. commercial version.
  101.  
  102. After the demo has loaded, you will see the  familiar  ARP  file  requester.
  103. Just  enter  any  small executable file, such as from your C: directory, and
  104. you can begin to experience the power of ReSource.
  105.  
  106. The Puzzle Factory
  107.