C18602: Displacement too large

[ERROR

Description

The inline assembly instruction uses a jump address that is too large: the value of the address cannot fit in the bits reserved for this purpose in the instruction machine code.

Example
  asm BRSET 1, 2, 129 // Error: available addresses for 
  BRSET are in range [-128,127].