JL

Top  Previous  Next

 

Jump List

 

Syntax:                JL        err        // err is jump label

                 JU        L1        // L1 is jump label

                 JU        L2        // L2 is jump label

                 ..

                 JU        Lx        // Lx is jump label

         err:        .......

 

The number of program lines (which have to start with JU) that is to be found in accu 1 is skipped. If the list of JU-lines is not long enough it will be jumped to the label err instead.

 

See also:

JU

JC

JCN

JCB

JNB

JBI

JNBI

JO

JOS

JUO

JZ

JP

JM

JN

JMZ

JPZ

LOOP

 

List of operations