JP

Top  Previous  Next

 

 JP        Labl        // Labl is a jump label anywhere in the block

 

If the result of a precede Int- or DInt - computer operation > 0 it will be jumped to the specified jump label.

 

This jump does not function after REAL-operations! But see also ABS.

 

See also:

JZ

Jump, if result = 0

(zero)

JM

Jump, if result < 0

((minus)

JN

Jump, if result <> 0

(not zero)

JPZ

Jump, if result >= 0

(positive or zero)

JMZ

Jump, if result <= 0

(minus or zero)

 

JU

JC

JCN

JCB

JNB

JBI

JNBI

JO

JOS

JUO

JL

LOOP

 

List of operations