Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 6052
Author: john_elliott_uk
Date: 17/02/2007
Subject: Disassembling
--- In manicminerandjetsetwilly@yahoogroups.com, "Daniel"
> How do you disassemble a program file?
I take a .SNA snapshot and then load it into IDA as described in
steps 1-5 of <http://www.seasip.demon.co.uk/Jsw/jswdasm.html>. Then I
find bits that look like Z80 code and classify them as code, and bits
that look like data and classify them as data.
