Other label format support?
joshop opened this issue · 3 comments
joshop commented
I've decided to rewrite my homebrew NES game in Millfork before I get too far with it in assembly, and previously used Mesen for debugging. However, according to the docs, of the label formats (.lbl
, .fns
, .sym
, .nl
), it looks like only .fns
is supported by Mesen, and only for games with exactly 32KiB PRG-ROM does this format work, which mine does not have. Is there a way to produce other label formats (i.e. .dbg
, .mlb
), or will this be implemented in the future?
KarolS commented
Currently, there is no way to add custom label formats, but I'm open to adding commonly used formats to the compiler. Do you have some example files I could use for reference?
joshop commented
KarolS commented
Implemented in 0.3.30.