camthesaxman / zeldasource

Disassembly of Legend of Zelda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Legend of Zelda

This is a work in progress disassembly of The Legend of Zelda for the Nintendo Entertainment System

Build Requirements:

  • A Unix-like environment (Windows users will need Cygwin or MSYS)
  • GNU Make
  • CC65 toolchain - The Nesdev Wiki has a nice guide for installing this.
  • An orignal copy of The Legend of Zelda in the iNES ROM format. Once the entire game has been disassembled, this will no longer be required.

Build Instructions:

  • Install CC65
  • Place your orignal Legend of Zelda ROM in this directory and rename it as zelda_base.nes
  • Set the CC65_HOME environment variable to the directory in which you installed CC65
  • run make

About

Disassembly of Legend of Zelda


Languages

Language:Assembly 98.8%Language:C++ 0.6%Language:Pascal 0.4%Language:Makefile 0.3%