home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d160 / dis.lha / Dis / Readme.1st < prev    next >
Text File  |  1988-10-02  |  2KB  |  58 lines

  1.  
  2.   This archive file, of which this file is a part, is being submitted to
  3. Fred Fish for possible inclusion into the Fred Fish 'Freely Redistributable
  4. Software Library'.  If included, the files listed below will be part of a
  5. single directory on the disk and not members of an archive file.
  6.  
  7.   This disassembler consists of the following files:
  8.  
  9.     1. -ReadMe.1st - what you are reading now
  10.     2. dis         - the disassembler, ready to run
  11.     3. dis.doc     - instructions for using the disassembler
  12.     4. dis.asm     - assembly language source file for the disassembler
  13.     5. aldis       - EXECUTE this file after editing the source file
  14.                        to assemble and link a new version of the assembler
  15.  
  16.   This disassembler was written by Greg Lee.  It became generally available
  17. to the Amiga community by becoming part of Fred Fish disk number 128.
  18.  
  19.   This modified version was created by Willi Kusche.  The changes made are
  20. as follows:
  21.     1. The original version would generate the same source line for both
  22.        short (16 bit instruction) and long (32 bit instruction) 'Bcc',
  23.        'BRA' and 'BSR' instructions.  This new version will append '.s'
  24.        to the instruction mnemonic, if it is a 16 bit instruction.
  25.     2. The original version would omit the '(PC)' suffix from source lines
  26.        generated from instructions whose effective address used a
  27.        displacement from the program counter.
  28.     3. The original author, Greg Lee, used sections of code both in-line
  29.        and as subroutines.  This practice saves a few bytes but makes for
  30.        logic that is difficult to understand.  I have partly eliminated
  31.        such logic.
  32.  
  33.   The executable file was created using 'A68k' and 'Blink'.  'A68k' is by
  34. Charlie Gibbs and can be found on Fred Fish disk number 110.  'Blink' can be
  35. found on Fred Fish disk number 34.  These files are also available for
  36. downloading on the bulletin board system listed below.
  37.  
  38.   Now for the commercial:
  39.  
  40.        KMMM Pascal BBS
  41.        (609) 232-0773
  42.        24 hours a day
  43.        7 days a week
  44.        300/1200/2400/9600 bps
  45.        9600 is USRobotics HST protocol
  46.        Passing a simple IQ test required for full access
  47.  
  48.   If you pass this disassembler on to friends, please pass along ALL the
  49. files, without modification.  Of course, modification is OK if you improve
  50. the disassembler.  If you do so, please see that I get a copy.
  51.  
  52.   This file created by:
  53.        Willi Kusche
  54.        SYSOP
  55.        KMMM Pascal BBS
  56.        June 30, 1988
  57.  
  58.