home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1085.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-06-26  |  2.6 KB  |  54 lines

  1. ==========
  2.  
  3. DisectDemo       1.7    Symbolic disassembler and debugger.
  4.  
  5. Disect is a very powerful combined disassembler/debugger program,
  6. which has been designed to be easy to use. Its power is achieved at
  7. the expense of memory: the minimum requirement is 1Mb; for larger
  8. projects, 2Mb will be required. The programmer neither encourages nor
  9. condones its use to assist in illegal duplication of copyright
  10. software. Disect can be used for two main purposes: development of
  11. software; and the gaining of knowledge (hacking can be very
  12. educational).
  13.  
  14. The debugger allows an executable file, a disk boot-block, a binary
  15. file, or an area of memory to be loaded and created as a Process. It
  16. is even possible to grab an existing memory-resident Process. A
  17. Process's instructions can be executed individually, or the Process
  18. can be activated, with or without breakpoints installed. System
  19. exceptions can be trapped before they crash the machine, and program
  20. symbols can be read from execut- able files.
  21.  
  22. The disassembler allows a loaded program to be commented, have blank
  23. lines inserted, and have it's numbers and addresses replaced with
  24. constant or program symbols. All the symbols of Release 3 of the
  25. system include files are available to the disassembler. A program
  26. which has been dissected in this way can then be saved as two source
  27. files: a program file, and a support file. The support file will
  28. contain EQUs for all required constant symbols. System constant
  29. symbols can be EQUs (grouped by the SI file where they live), or
  30. alternatively the support file can INCLUDE all required SI files.
  31. Disect data files can be saved, to be reloaded later: 'hold on to your
  32. hacks'!
  33.  
  34. Disect requires Release 2 of the Amiga operating system; it also
  35. requires the ASL library, and GadTools library.
  36.  
  37. If you've paid your shareware fee then you'll have the full version.
  38. Otherwise, the copy you've got is (hopefully) only a demo. This has a
  39. few differences: you cannot disassemble to file; you cannot extract
  40. program symbols from executable files; auto trace mode is not
  41. available.  In addition, you will not have all of the system symbol
  42. data files. If this is so, and since, as I don't doubt, you'll be
  43. impressed by this program, then don't hesitate in registering today,
  44. by sending your name and full address (and a cheque/postal order for
  45. £20) to the address which you'll find at the end of this file. As well
  46. as receiving the full version, you'll also be en- titled to technical
  47. support (by mail) if required. If you like this program, it's well
  48. worth the money... this will encourage further versions, which will
  49. only get even more powerful... imagine!
  50.  
  51. Author: D. M. Alderson
  52. Path: AmigaLibDisk1085:Programs/DisectDemo/
  53.  
  54.