Jump anywhere: Difference between revisions

Content added Content deleted
(→‎{{header|SNOBOL4}}: Made the labels clearer for figuring out how this works.)
Line 23: Line 23:
You may also defer to more specific tasks, like [[Exceptions]] or [[Generator]].
You may also defer to more specific tasks, like [[Exceptions]] or [[Generator]].
<br><br>
<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}}==
=={{header|6502 Assembly}}==