home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 289.lha / Resource_v3.20 / ReadMe < prev    next >
Encoding:
Text File  |  1989-10-07  |  5.2 KB  |  120 lines

  1. This is a demo version of ReSource V3.20, released 1 October 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 descriptive messages about how that
  9. particular function works in the commercial version.
  10.  
  11. This text will help introduce you to ReSource, what it is, and how it can
  12. help you to be a more productive programmer.  For other documentation and
  13. instructions an how to use ReSource, please obtain the file: RS36DOC.ZOO.
  14.  
  15.                        *** ReSource V3.20 Demo ***
  16.  
  17. "ReSource is fully-featured and flexible...  Everything is fast.  The
  18. program is astonishing in many ways.  The massive size of its internal
  19. tables boggles the mind.  I admire the remarkable accuracy with which it
  20. makes intuitive guesses at the nature of certain bytes."
  21.                                  - Jim Butterfield, Transactor Vol. 2 #5
  22.  
  23. "ReSource is an intelligent interactive disassembler which makes full use
  24. the Amigas windowing environment ... One of the features that distinguish
  25. ReSource is its ability to produce output which is compatible with most of
  26. the popular assemblers... a bargain in this world of overpriced software."
  27.                                           - from a review by Andre Marino
  28.  
  29. ReSource is an interactive disassembler for the Amiga computer.  Written
  30. entirely in hand-coded assembly language, this is the most powerful dis-
  31. assembler available on ANY personal computer!  Over 700 menu functions allow
  32. you to:
  33.  
  34. * Load from ANY file, read tracks, or disassemble memory directly.
  35. * Overlay binary images to disk or memory.
  36. * Save ALL, allowing you to continue disassembling later.
  37. * Save to a ".asm" file, partial saves supported.
  38. * Automated symbol creation:
  39.      JSR    -$1E(A6)  becomes  JSR    _LVOOpen(A6)
  40.      MOVE.L #$3EE,D0  becomes  MOVE.L #MODE_NEWFILE,D0
  41.   Over 5000 symbols supported!
  42. * Incredibly smooth scrolling.
  43. * Full key rebinding supported. Load/save keytables.
  44. * Up to 38 user-defined macros available.  Load/save/overlay macros,
  45.   looping/conditionals supported, variable execution speed.
  46. * Supports both local and global macros.
  47. * Successfully loads root node of programs with overlays.
  48. * Optionally optimizes branches during disassembly.
  49. * Numeric and text processing functions allow you to automate many things
  50.   that used to make disassembling so slow!
  51. * Search function uses full ARP wildcards.  Search forwards, backwards,
  52.   or use the special bi-directional search!
  53. * The fastest text rendering available on the Amiga.
  54. * Forwards and backwards referencing allows you to quickly examine
  55.   referenced code/data, and return to your original position.
  56.   Nested references supported.
  57. * Automatically/manually create labels.  Manually create/edit/delete labels,
  58.   symbols, end-of-line comments, full-line comments.
  59. * Special support for base-register data referencing.
  60. * Many files may be successfully reassembled directly from ReSource output.
  61.   In a trial disassembly, "Preferences" was disassembled, and the resulting
  62.   source code assembled into a working program, all in under 15 minutes.
  63. * Extensive printed documentation provided.
  64.  
  65.      >>> If you're serious about disassembling, look no further! <<<
  66.  
  67. Read what users of ReSource have to say.
  68.  
  69. Keith Glover, of Victoria says:
  70.  
  71. "As a relative newcomer to the world of assembler on the Amiga/68000, I was
  72. eager to see what ReSource would do.  After having obtained a copy of the
  73. ReSource demo from Megadisc and showing it to a number of other people, we
  74. all agreed on one thing - whatever your understanding and level of assembler
  75. knowledge, ReSource is a must!!."
  76.  
  77. Will Mcgovern, of Kotara, NSW, had this to say:
  78.  
  79. "I respect the time and effort you [Glen McDiarmid] have put into ReSource
  80. and firmly believe that you should be fairly compensated.  ...a very
  81. reasonable price for such a monumental program."
  82.  
  83. You may purchase the commercial version of ReSource V3.20 from:
  84.  
  85.   The Puzzle Factory  -  US distributor for ReSource
  86.   P.O. Box 986
  87.   Veneta, OR  USA     -  US$75
  88.   (503) 935-3709
  89.  
  90.   Glen McDiarmid      -  The author of ReSource
  91.   28 Marginson Street
  92.   Ipswich, Queensland -  A$95
  93.   4305      AUSTRALIA
  94.   (07) 812-2963
  95.  
  96.   Credit cards, check or money order accepted.
  97.  
  98. ReSource (C) 1988,1989 Glen McDiarmid
  99.  
  100. ***************************************************************************
  101.  
  102. You will require "arp.library" to be in your libs: directory before running
  103. ReSource.
  104.  
  105. To run the demo, type:
  106.                         1> [run] RsDemo
  107.  
  108. It will take a moment to load and unpack itself.  The demo version has been
  109. packed to save you downloading time, but this is not true of the commercial
  110. version.
  111.  
  112. After the demo has loaded, you will see the familiar ARP file requester.
  113. Just enter any small executable file, such as from your C: directory, and
  114. you can begin to experience the power of ReSource.
  115.  
  116. NOTE:  Because of size constraints, this archive contains only this file
  117. and the demo of the executable.  For the user manual, please obtain the
  118. file: RS320DOCS.ZOO.  For support programs and their documentation, please
  119. obtain the file: RS320SUPP.ZOO.
  120.