Compiler Error C0114
Message: Invalid destination <jump label> for 'JMP'
Possible error cause: Syntax error or typographical error in the JMP destination
Error correction: Correct the typographical or syntax error.
Example of the error:
PROGRAM MAIN
VAR
END_VAR
JMP 0;Message:
C0114: Invalid destination 0 for 'JMP'