A SDCC .lst file contains a mapping of C source code to assembly. It could be parsed along with the .noi file, that contains all the absolute addresses, to make the debugger aware of higher level languages by showing each line of code on the Disassembler View.
A SDCC .lst file contains a mapping of C source code to assembly. It could be parsed along with the .noi file, that contains all the absolute addresses, to make the debugger aware of higher level languages by showing each line of code on the Disassembler View.