I'm looking at the overhead required for the different assembler code produced by a case statement in C. The compiler uses the LCALL ?C?CCASE instruction with a data table for an unstructured case statement. How can I get a listing for the assembly code for this library call? (Or C code) Thanks!
Found it. Didn't realize I could use the uVision2 debugger in CPU simulation mode and get an assembly listing of my program with symbols. Sometimes it actually helps to read all the manuals, but I'm usually way too busy doing real work for that!