A1055: Error in expression

[ERROR]

Description

An error has been discovered in an expression while parsing it.

Example
  CodeSec2: SECTION

  Entry2:

            LD A,#$08

  label:    JRA   (Entry2 + 1
  
Example
  CodeSec2: SECTION

  Entry2:

            LDA   #$08

  label:    JMP   (Entry2 + 1
  
Example
  CodeSec2: SECTION

  Entry2:

            LDAA   #$08

  label:    JMP   (Entry2 + 1
  
Example
  CodeSec2: SECTION

  Entry2:

            MOVE   #$08,D0

  label:    JMP   (Entry2 +
  
Tips

Correct the expression.