Commit Graph

5 Commits

Author SHA1 Message Date
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
Zorchenhimer 2310b042b0
Fix the address range on a range 2025-12-28 20:00:16 -05:00
Zorchenhimer 1d44bb4b24
Rename binary to dasm2lbl 2025-12-27 11:22:36 -05:00
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
Zorchenhimer 1374167b0f
Initial commit
It works, but it's kinda messy.
2025-12-26 18:55:22 -05:00