[Home]0002

HomePage | RecentChanges | Preferences

No diff available--this is the first major revision. (no other diffs)

jump iLabel

Description

Resumes execution at the specified label.

Parameters

iLabel
The label to jump to.

Example

@Loop
  wait 1000
  ; Code here will execute once every second.
  jump @Loop

Comments

The label is actually nothing but an integer. This means you can jump to a variable instead, allowing for some [interesting tricks].


CategoryStructuralOpcodes

HomePage | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited October 16, 2004 1:20 pm by CyQ (diff)
Search:
SourceForge.net Logo