Is there an addr2line like tool for c64+ compiler? I have a code address and I want to know what line in the source it corresponds to.
At the moment I am having to use CCS to load the executable/symbols and then debug in the dissembler. I would prefer a command line solution.
https://sourceware.org/binutils/docs/binutils/addr2line.html