GbDis
This is a simple Z80 disassembler written in PHP, inspired by the x6502 Ricoh 2A03 Disassembler.
NOTICE:
At some point in the future, this script will likely use a WLA-DX friendly syntax and support BGB .sym files.
Currently it uses no$gmb syntax and its own label file format.
Changelog
v2.0a
- Fixed bugs which returned improper jump locations.
v2.0
- Better format for variable definition files.
- Support for comments both in the disasm and in the definition file.
- Parser treats relative offsets (for any given ROM Bank) into consideration.
- More organized code, I guess.
Click
here to download the current version (v2.0a) .zip archive.