Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 729 Bytes

gbdasm

A Game Boy disassembler that produces RGBDS compatible source. Written in .NET Core.

Build Status Coverage Status

Usage

gbdasm -o rom.asm rom.gb

gbdasm's goal is to produce identical ROMs when disassembled and re-assembled:

Re-assembly

rgbasm -h -L -o rom.o rom.asm
rgblink -o test.gb test.o
bgb test.gb

Screenshot

Comparing ROMs

certutil -hashfile test.gb
certutil -hashfile rom.gb