home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 283.lha / ReSource_v3.01_Demo / ReadMe < prev    next >
Encoding:
Text File  |  1989-09-07  |  4.7 KB  |  110 lines

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