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!