LJP x,mn
Long Jump
Rabbit 2000/3000/4000 Instruction
|
|
C7 n m x
|
LJP x,mn
|
|
XPC = x
PC = mn
|
Description
This instruction is similar to the "JP mn" instruction in that it transfers program execution to the memory
location specified by the 16-bit constant, mn. LJP is special in that it allows a jump to be made to a computed
address in XMEM. Note that the value of XPC and consequently the address space defined by the
XPC is dynamically changed with the LJP instructions.
This instruction recognizes labels when used in the Dynamic C assembler.