Is there anyway to view the assembly instructions produced in a C source file window instead of the disassembly window???
Yes, look at the .lst or .cod files. You won't see the library code but you're probably(?) interested in the translation of your source? Stefan