Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 610 Bytes

gbmapviz

Script to generate visually navigable HTML from the mapfile produced by RGBDS linker rgblink.

Requires Python 3.6+ and Jinja2.

Call at the end of your assembly script for a handy visual debugging aid.

Usage

python gbmapviz.py [-h] [-w] INFNAME

positional arguments:
  INFNAME     input filename (with or without .map extension)

optional arguments:
  -h, --help  show this help message and exit
  -w          single WRAM bank mode (see rgblink -w)
  • read: mapfilename.map
  • output: mapfilename.map.html