roukaour / disasm.py

Disassemble a GameBoy ROM into Z80 assembly code in rgbds syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disasm.py

Disassemble a GameBoy ROM into Z80 assembly code in rgbds syntax.

Usage:

$ ./disasm.py a.bin > a.asm

Or to specify an entry point other than the start of the file, e.g. address $10ab:

$ ./disasm.py a.bin 10ab > a.asm

Uses hardware register names from gbhw.asm.

Discuss on Skeetendo.

About

Disassemble a GameBoy ROM into Z80 assembly code in rgbds syntax.

License:MIT License


Languages

Language:Assembly 64.2%Language:Python 35.8%