Skip to content

My compiler in-line assembly begins with "#pragma asm" and ends with "#pragma endasm:. Can lint handle this?

Use:

+pragma(endasm,on) 
+pragme(asm,off) 

This is described in Section 5.8.6 of the Reference Manual.

Feedback and Knowledge Base