What does the following mean? #pragma src #prgma OT (8) Thanks
#pragma src The compiler will generate a source file (.src extension), rather than an object file. The SRC file must then be assembled using the assembler to produce an object module. #pragma OT(8) The compiler will run with optimization set to level 8.