??? 07/11/07 19:30 Modified: 07/11/07 19:30 Read: times |
#141785 - beginner\'s guide to D52 Responding to: ???'s previous message |
1. Get D52V340.zip.
2. Unpack it. Say out loud (angrily): "where are the executables?". Write to Jeff, ask him to send you d52.exe; or go to all way down to compile the sources. 3. Copy d52.exe into the directory where the file-to-be-disassembled sits. Let's just for the sake of this example chose some arbitrary name for that file, say, ultramon.hex. 4. Copy also d52.ctl there. Rename it to ultramon.ctl 5. Now comes the main part. Type d52 ultramon (and enter). 6. Open the disassembled result ultramon.d52 in your favourite text file viewer (or editor). Enjoy for a while. Close. 7. Open ultramon.ctl in your favorite editor. Read the comments. Edit. 8. Repeat steps 5 to 7. 9. If you get tired, read the proper documentation packed with d52... :-) Have fun! JW PS. Luckily, Richard, you are from the generation which does not need to explain "copy file", "directory", "command line". For the younger, a glossary: "drag and drop", "folder", "uhummm.... OK forget it." :-) |