Skip to content

How can I get PC-lint to support inline-assembly for the DIAB DATA C++ compiler?

You need to use: 

     +rw(_ignore_init)
     -dasm=_ignore_init

You will also need the -$ option.

Feedback and Knowledge Base