debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Debug an SDCC C program by reading both .noi and .lst files.

Open pvmm opened this issue 3 years ago • 0 comments

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.

pvmm avatar Jan 30 '23 21:01 pvmm