o
odinpkg.dev
packages / app / gb-disassemble

gb-disassemble

f6171d7app

A command-line disassembler to parse Game Boy binaries and reconstruct them as valid assembly instructions.

No license · updated 3 days ago

Gameboy Disassembler

Disassemble a gameboy binary into gameboy assembly.

Building and installation

Built and developed using Odin dev 2026-06 nightly.

From the project directory:

odin build .

Running

gb-disassemble.exe [ROM Path]

Output is to STDOUT. So I usually pipe the results into a file

gb-disassemble.exe my_rom.gb > output.asm

Resources:

https://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html