Difference between revisions of "AMOSi:Call"

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

Revision as of 02:45, 17 November 2007

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