C4442: Endif-directive missing

[FATAL]

Description

The asm directive needs a endasm at the end. If the compiler does not find one, this message is issued.

Example
  #asm

  
Tips

Check where the endasm is missing. Generate a preprocessor output (option -Lp) to find the problem.