AMOSi:Call

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

an example can be found on AMOSPro_Examples:Examples/H-7/Help_77.AMOS


Executes a 68000 machine code program from either an address in memory,or a memory bank. This program should have been previously installed using the PLOAD instruction from AMOS Basic.


Call address
Call bank number

You can also include paramters in this instruction. These will be automatically pushed onto the A3 stack at the start of your routine.


Call address,parameter list
Call bank number,parameter list