home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / games / info / infotools / ReadMe < prev   
Text File  |  1993-09-08  |  2KB  |  50 lines

  1. These programs are part of the InfoToolkit, by Mark Howell (email address: 
  2. howell_ma@movies.enet.dec.com).
  3.  
  4. txd V1.13 Z code disassembler.
  5. ------------------------------
  6.  
  7.    Usage: txd story-file-name
  8.  
  9.    No switches, no nothing, just give it a story file name, and you're off.
  10.    Currently only works for type 1, 2, 3, 4 and 5 games.
  11.  
  12.    Mark Howell 25 August 1992 howell_ma@movies.enet.dec.com
  13.  
  14.    History:
  15.       Merge separate disassemblers for each type into one program
  16.       Fix logic error in low routine scan
  17.       Force PC past start PC in middle routine scan
  18.       Update opcodes
  19.       Add pre-action and action verb names to routines
  20.       Add print mode descriptions
  21.       Wrap long lines of text
  22.       Cleanup for 16 bit machines
  23.       Change JGE and JLE to JG and JL
  24.       Add support for V1 and V2 games
  25.       Fix bug in printing of last string
  26.       Add symbolic names for routines and labels
  27.       Add verb syntax
  28.  
  29.  
  30.  
  31. InfoDump and ZorkDump V1.5
  32. --------------------------
  33.  
  34.    Usage: InfoDump story-file-name
  35.           ZorkDump story-file-name
  36.  
  37.    Infocom dictionary dumper, etc. for type 3, 4, 5 and 6 games. If you have
  38.    Zork I then use ZorkDump and you will get a detailed list of object
  39.    properties. Properties numbers and use vary between games so this only works
  40.    for ZORK I.
  41.  
  42.    Mark Howell 28 August 1992 howell_ma@movies.enet.dec.com
  43.  
  44.    History:
  45.       Fix verb table display for later type 4 and 5 games
  46.       Fix property list
  47.       Add verb table
  48.       Add support for V1 and V2 games
  49.       Improve output
  50.