fachat/xa65

reloc option to combine data and bss

Opened this issue · 0 comments

In reloc65, -X allows to extract all segments, text, data, and bss combined with no gap in between them.

Sometimes it may be preferable to have code at some place, and data+bss at another place.

Proposal:

  • A "-Y" option computes the bss address from the data address and length (for both, relocation and extraction)