When I view the listing file (*.M51) I want to see my variables in some order. Current, I can't seem to see any order at all. It's not by address, it's not by variable name, it's not by type, What is is???? Is there any way to do this besides copying the whole damn thing into Excel? BTW, I like the new forum format. Tony
When I view the listing file (*.M51) I want to see my variables in some order. Would the Source Browser in uVision2 do what you want? There you can view all the data objects in your program sorted by Name, Memory Class, Data Type, and the Number of Uses. The address isn't listed, but the definitions and references are. Jon
As previously noted, the trouble with the Browser (and, in fact, most uVision displays) is that you can't print it.
Maybe if I could get to it! (I've never tried it before now) When I select View-SourceBrowser, it says "Can't open file '<mypath>' Hmm....
Ok, I just got off the phone with you guys and I need to add a checkbox for Browse Information in the project output tab. Now that I see it, that's not what I'm looking for. I want a list of global variable sorted by address after the linker has done its thing.
OK, In the debugger, in the View Menu, there is a Symbols Window you may select. There, you can sort all symbols by type, address, or name. Does that help? Jon
Not only can you not print from the Symbols window, you can't even resize it!