AMOSi:Jump To Subroutine

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
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)