Skip to content

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

License

Notifications You must be signed in to change notification settings

roukaour/disasm.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published