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

Assembly Code Listing for Library Calls

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!

0