Hi, I am using the Keil CARM compiler and get errors when trying to use the SRC directive. If I use "SRC" on the command line I get: CARM FATAL-ERROR - ACTION: PARSING INVOKE-/#PRAGMA-LINE LINE: C:\Keil\ARM\BIN\CA.exe Handler.c THUMB BROWSE SRC ERROR: UNKNOWN CONTROL CARM TERMINATED. If I user "#pragma SRC" in C source file I get: HANDLER.C(69): warning C2: 'SRC': unknown #pragma/control, line ignored Is there another way to generate an assembler source file with CARM? Thank you for your time, Brian