Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Intermec Online Guide - <b>goto (unconditional) (g)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GOTO (Unconditional) (G)

Purpose: Branch unconditionally out of the normal program sequence to a
         specified label.

Format:  G .Label

Remarks: G         GOTO

         .Label    Branch to this specific label.

Examples:

         G .Loop   Makes the program branch to .Loop

         G .Inv    Makes the program branch to .Inv

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson