home *** CD-ROM | disk | FTP | other *** search
- These programs are part of the InfoToolkit, by Mark Howell (email address:
- howell_ma@movies.enet.dec.com).
-
- txd V1.13 Z code disassembler.
- ------------------------------
-
- Usage: txd story-file-name
-
- No switches, no nothing, just give it a story file name, and you're off.
- Currently only works for type 1, 2, 3, 4 and 5 games.
-
- Mark Howell 25 August 1992 howell_ma@movies.enet.dec.com
-
- History:
- Merge separate disassemblers for each type into one program
- Fix logic error in low routine scan
- Force PC past start PC in middle routine scan
- Update opcodes
- Add pre-action and action verb names to routines
- Add print mode descriptions
- Wrap long lines of text
- Cleanup for 16 bit machines
- Change JGE and JLE to JG and JL
- Add support for V1 and V2 games
- Fix bug in printing of last string
- Add symbolic names for routines and labels
- Add verb syntax
-
-
-
- InfoDump and ZorkDump V1.5
- --------------------------
-
- Usage: InfoDump story-file-name
- ZorkDump story-file-name
-
- Infocom dictionary dumper, etc. for type 3, 4, 5 and 6 games. If you have
- Zork I then use ZorkDump and you will get a detailed list of object
- properties. Properties numbers and use vary between games so this only works
- for ZORK I.
-
- Mark Howell 28 August 1992 howell_ma@movies.enet.dec.com
-
- History:
- Fix verb table display for later type 4 and 5 games
- Fix property list
- Add verb table
- Add support for V1 and V2 games
- Improve output
-