openMSX / debugger

31 stars 15 forks source link

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

Open pvmm opened 1 year ago

pvmm commented 1 year ago

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.