<<< Conditional Jump Limitation and Workaround | Index | Self-study: Loop Instructions >>> |
Two at signs @@ followed by a colon : create an anonymous label:
jge @F . . . @@:
Conditional jump instruction operand can
use @B (back) to jump to the nearest preceding anonymous label
use @F (forward) to jump to the nearest following anonymous label.
<<< Conditional Jump Limitation and Workaround | Index | Self-study: Loop Instructions >>> |