LOOP

Top  Previous  Next

 

The number in accu 1 is reduced by 1. If accu 1 is unequal zero it will be jumped to the specified jump label.

 

This loop is done 10 times:

 

 L 10

lbl :        T MW 20

 ....

 ....

 L MW 20

 LOOP        lbl                // lbl is jump label

 

See also:

JU

JC

JCN

JCB

JNB

JBI

JNBI

JO

JOS

JUO

JZ

JP

JM

JN

JMZ

JPZ

JL

 

List of operations