home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / STINK / STINK_1.MSA / PRG_DIS_ASM_DISASM.DOC < prev    next >
Text File  |  1987-09-14  |  5KB  |  106 lines

  1.  
  2.         POPKONSULTEN hb                         June 4, 1990
  3.         Box 2134
  4.         900 02 UMEA
  5.         Sweden
  6.         
  7.         tel# +46-90-194897, 191536, 47153
  8.  
  9.         This is version 3.22 of our disassembler. It is not public domain!
  10.  
  11. NEW since v 3.11:
  12.         - much faster, especially during table search - most
  13.                   noticeable when working on large files.
  14.         - slightly better error handling.
  15.         - evaluates some more labels.
  16.         - and some other minor bugs corrected.
  17.         - a nicer looking data sections 
  18.                 - much requested. (since ver 3.11)
  19.         - a bug fix concerning dc.b-data in text segment (ver 3.11)
  20. Scrap your old versions.
  21.  
  22. It will be a shareware offering :
  23.  
  24. Send USD 30 or equalent amount in your currency (not rubels, please)
  25.         and you will receive:
  26.  
  27. * Videodrome developers tools pak, containing:
  28.         - disassembler, latest version of course!
  29.         - Videodrome programmer's text editor.
  30.                 (currently ver 0.20(beta))
  31.                 Uses virtual memory on hard disk!!
  32.                         Edit files larger then memory.
  33.         - Videodrome C-Shell
  34.                 (currently ver 0.40(beta))
  35.                 Fast and compact, with history and
  36.                 shell script programming etc.
  37.         - Tools package for C-Shell.
  38.         - Manuals and tuturials
  39.                         
  40. Pay by check to address above,
  41. or by postal giro : Sweden 444 10 93 - 4
  42. Pris i Sverige 300:- inkl moms.
  43.                 
  44. You are free to redistribute this program for non-commersial proposes,
  45. but this textfile must always bundled with it.
  46.                 
  47.        Please report all new bugs you encounter to us.
  48.        All registred users that report useful information will get free 
  49.         upgrades and other benefits.
  50.        
  51.        Known bugs (May 16, 1990) :
  52.        
  53.        * Program crashes sometime when started (slight bug in TurboC or
  54.          old TOSes).
  55.          Just restart, don't worry!!
  56.        * Datasections in text segment are not always detected.
  57.          If the program you want to analyse has this sort of topography
  58.          you must use to -d flag which results in a much bigger .S-file.
  59.          This a hard one to solve. We are working on a tracer that might
  60.          reduce this problem.
  61.        * Sometime labels are missing. Specially on odd adresses in text
  62.          section. See previous problem.
  63.        * Selfmodifing code and calculated adresses give us some problem.
  64.          This is a hard one!!
  65.        * Sometime a word of mnemonic is missing, but present in the 
  66.          optional dc.w-statement. Please report to us whenever this 
  67.          is happening!!
  68.        * Output must be edit before us in Devpak2. Just add the word
  69.          'section' before text/data/bss-pseudoinstructions.
  70.          
  71.        Some advises:
  72.        * Check the output file for correctness before starting work
  73.           on it. Assemble the .S-file WITHOUT optimisation and compare
  74.          the output with the original. (Check size and content.)
  75.        * Some unknown labels reported by the assembler are often Bcc-
  76.          statement which should be data.
  77.          Ex: BSR.B  L0004  ; dc.w $6162 ; dc.b 'ab'
  78.          Check the environment of the particular statement, if there
  79.          is some dc.w-statements there, it is possible that the statement
  80.          in questions should be that to.
  81.        * Get hold of a copy of Motorola's:
  82.          M68000 16/32-bit microprocessor Programmer's reference guide.
  83.          It is not very expensive but a must for efficient work.
  84.          This book is not for assembly-language-beginners, but neither
  85.          is those the primary target for our product.
  86.        * Register as user get lots of extras, manuals, tuturial and 
  87.          support from us!! It is cheap.
  88.  
  89.        Good luck and happy hacking,
  90.        and SUPPORT the Idea of Shareware,
  91.  
  92.        Göran Thyni & Johan Nordlander, Popkonsulten hb.
  93. Note from the editors:
  94.  
  95.         This is really a good product and I hope that you do like us
  96.         and pay the fee. As far as we know there is nothing on the ST
  97.         that can compete with this program on terms of workability
  98.         and speed.
  99.         The programmer tell us that he's, apart from us, hasn't recieved
  100.         anything yet.
  101.         We'll continue to keep contact with him and I sure hope that he
  102.         can profit a little from this excellent utility as he right now
  103.         don't don't ha any inspiration to make any improvement.
  104.         Please show your support and inspire the guy!
  105.  
  106.