Convert da65 configs to Mesen's MLB label format.
Go to file
Zorchenhimer 3406122170
Swap input output files, allow multiple input, fix string parsing
- Swapped the input filename and output filename on the command line so
  multiple input files could be passed.
- Implemented appending configs when reading multiple input files.  Only
  lables, ranges, and segments are updated.  All other config settings
  are taken from the first input file.
- Fixed string parsing to allow escaping quotes inside a string.
2026-01-10 13:37:05 -05:00
cmd Swap input output files, allow multiple input, fix string parsing 2026-01-10 13:37:05 -05:00
.gitignore Initial commit 2025-12-26 18:55:22 -05:00
Makefile Rename binary to dasm2lbl 2025-12-27 11:22:36 -05:00
config.go Swap input output files, allow multiple input, fix string parsing 2026-01-10 13:37:05 -05:00
go.mod Initial commit 2025-12-26 18:55:22 -05:00
go.sum Initial commit 2025-12-26 18:55:22 -05:00
lex.go Swap input output files, allow multiple input, fix string parsing 2026-01-10 13:37:05 -05:00
parse.go Swap input output files, allow multiple input, fix string parsing 2026-01-10 13:37:05 -05:00