Hi Folks

If I have an address stored in, say DPTR reg, how should I jump to that address?
(Its a long long while since Ive used asm so bear with me!)

Keil throws a syntax error for
Code:
LJMP DPTR
and also for
Code:
LJMP @DPTR
so.... stuck, guess Im not using LJUMP correctly??
ta