Difference between revisions of "AMOSi:Jump To Subroutine"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

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)