> i want to skip code parts that are between "#pragma asm" and "#pragma > endasm" because Splint ends with a parse error when it parses this code. Did you try conditional compilation with the help from the prepropessor symbol "S_SPLINT_S" already? http://splint.org/manual/html/sec14.html#_Toc534975037 Regards, Markus