A 5 step NES rom dissasembler script
- Install dependencies (e.g.,
git, GNU toolchain.) - Download aNESd
- Make
romsdir - Put rom in
roms - Run aNESd
You will need to install some dependencies:
git- GNU toolchain (e.g.,
gcc,binutils.) bash(you should already have this)- And standard UNIX utilities (you have this)
Download aNESd:
git clone --depth=1 https://github.com/GNUfault/aNESd.git && cd aNESd
mkdir roms
You will just need to put the .nes file(s) in the newly made roms folder
./anesd.sh
The source code of the rom(s) now should be in src