This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to sort variables of listing

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

Parents
  • 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

Reply
  • 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

Children