Disassemble a gameboy binary into gameboy assembly.
Built and developed using Odin dev 2026-06 nightly.
From the project directory:
odin build .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