C18118: Label expected

[ERROR

Description

The HLI assembler expects a label or global variable operand.

Example
  asm{

  
         label:

  
         ......

  
         JMP label:1 ; C18118: the inline assembler expects 
  a label (not an offset to a label)

  
  }