• Sort Files in Workspace
    Hello there, is there a possibility to sort the files in µVision4´s Workspace in alphabetic order? best regards, Jasson
  • ELF file viewer (sort of)
    I need to dump ELF file symbols (names, addresses) on Win platform. Can somebody point me to an useful utility for that purpose? Thanks in advance. - Dejan
  • C251 v3.20b crash mode (sort of)
    Okay, maybe I'm a little sadistic and I made stupid cut-and-paste, but I did get my Windows XP system to put up the following message: "C251 Compiler has encountered a problem and needs to close. We...
  • 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...
  • merge sorting will work in c8051f120?
    In c8051f120 controller, i use merge sorting technique of one of my application in a project. but problem is local variable acting as global variables within a function(auto keyword). following is a...