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>gosub (unconditional) (s)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GOSUB (Unconditional) (S)

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

Format:  S .Label

Remarks: S         GOSUB

         .Label    Branch to this specific label.

Examples:

         S .Add    Makes the program branch to .Add

         S .Sum    Makes the program branch to .Sum

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