Convert da65 configs to Mesen's MLB label format.
Go to file
Zorchenhimer a8eb708d39
Add memory types to ranges; Collapse code ranges
- Add memory types to Ranges, just like how Labels have them.
- If a range is of type "code", treat it as a single-byte range and do
  not output an address range to the MLB.
2025-12-27 11:14:54 -05:00
cmd Initial commit 2025-12-26 18:55:22 -05:00
.gitignore Initial commit 2025-12-26 18:55:22 -05:00
Makefile Add memory types to ranges; Collapse code ranges 2025-12-27 11:14:54 -05:00
config.go Add memory types to ranges; Collapse code ranges 2025-12-27 11:14:54 -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 Initial commit 2025-12-26 18:55:22 -05:00
parse.go Add memory types to ranges; Collapse code ranges 2025-12-27 11:14:54 -05:00