Jump labels

Top  Previous  Next

 

Jump labels are used in STL-networks to mark lines to which it shall be jumped. Jump labels consist of max. 4 letters and numbers and must not contain special characters except of ‘_’. The capitalization is significant. Jump labels are closed with an ‘:’, after that an instruction has to follow, at least NOP 0.

Within a block a jump label can only appear once.

 

Unconditional jump:

JU

 

Conditional jumps:

JNC

JMZ

JNJP



JPZ

JZ

JNB

JC

JCB

JBI

JNBI

 

Loops and jump distributor(‘Case’):

LOOP

JL

 

Not implemented jumps:

JO

JUO

JOS