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
and also for
so.... stuck, guess Im not using LJUMP correctly??
ta
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
Code:
LJMP @DPTR
so.... stuck, guess Im not using LJUMP correctly??
ta