AMOSi:Jump To Subroutine

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calls a subroutine in your AMOS Interface program.


JS label number;


The label should have been previously defined using the LA command. At the end of your subroutine, you can return to your main program with RT (ReTurn)