Quote:
Originally Posted by JBotAlan
The list file? That would be the file with how many bytes you have of code, right? Or is it the raw machine code? I don't really have a need to look at either, at least not right now.
|
The list file shows the machine code. It's nice because it's side by side with the C code, so you can see exactly how efficient or inefficient your code is.
The map file shows the memory usage.