
JUMP:     MOV     DPTR,#0FFH     ;This is the unreachable code
...
...
...
          JNB     BITX,RELAY
...
...
...
RELAY:    LJMP    JUMP           ;Relay the jump
                                 ;this has to be in range
                                 ;but can be on either side
                                 ;of the JNB statement
