AMOSi:Jump To Subroutine

From Amiga Coding
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)