项目作者: nmikstas

项目描述 :
NES Dragon Warrior software disassembly
高级语言: Assembly
项目地址: git://github.com/nmikstas/dragon-warrior-disassembly.git
创建时间: 2019-11-18T18:06:03Z
项目社区:https://github.com/nmikstas/dragon-warrior-disassembly

开源协议:

下载


dragon-warrior-disassembly

NES Dragon Warrior software disassembly. This project is now done! The entire game has been reverse engineered and commented. There are over 33,00 lines of code.

NOTE

This project is part of my project portfolio

Folder Structure

This project includes Ophis to assemble the source code.
The source_files folder is where the actual disassembled game is located.
The output_files folder is where the assembled binaries are located after the build script is run. They should be identical to the original binary files.
The completion_map folder contains an image file showing a visual representation of the completion of the disassembly.

Build Script

The build_script file can be run from Git bash to assemble the source files and do checksums on the output files and original files. This file can be modified to produce a working ROM. Also, if one were inclined to find the original dragon warrior NES ROM, they could include it in the root directory and run a checksum on the assembled ROM file…