check_inline_asm_pipeline

This pragma controls detection of a pipeline conflicts and stalls in assembly language source code.

Compatibility

This pragma is not compatible with the DSP56800 compiler, but it is compatible with the DSP56800E compiler.

Syntax
  #pragma check_inline_asm_pipeline 

  [off|conflict|conflict_and_stall]  
Remarks

Use this pragma to detect a source-code, assembly language pipeline conflict or stall, then generate an error message. In some cases, the source code can be a mix of assembly language and C language.

The option conflict only detects and generates error messages for pipeline conflict.

The option conflict_and_stall detects and generates error messages for pipeline conflicts and stalls.