JP cx,mn
Jump
Rabbit 4000/5000 Instruction
|
| -- |
JP cx,mn |
if {cx} PC = mn |
| A2 n m |
JP GT,mn |
if {GT} PC = mn |
| B2 n m |
JP LT,mn |
if {LT} PC = mn |
| AA n m |
JP GTU,mn |
if {GTU} PC = mn |
| BA n m |
JP V,mn |
if {V} PC = mn |
Description
If the condition cx is true then PC is loaded with the 16-bit constant mn. If the condition is false then PC
increments normally.
|
|
|
True when Z is 0 and L/V and S are either both 1 or both 0. |
|
|
True when either S is 1 or L/V is 1. |
|
|
True when C and Z are both 0. |
|
|
True when the L/V flag is set: there is overflow. |