Jump anywhere: Difference between revisions

(→‎{{header|SNOBOL4}}: Made the labels clearer for figuring out how this works.)
Line 23:
You may also defer to more specific tasks, like [[Exceptions]] or [[Generator]].
<br><br>
 
=={{header|360 Assembly}}==
The unconditionnal branch instruction <b>B</b> is the jump anywhere of the S/360 assembler.
<syntaxhighlight lang="360asm"> ...
B ANYWHERE branch
...
ANYWHERE EQU * label
...</syntaxhighlight>
 
=={{header|6502 Assembly}}==
1,392

edits