debugger
debugger copied to clipboard
Debug an SDCC C program by reading both .noi and .lst files.
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.