AMOSi:Call

From Amiga Coding
Revision as of 18:45, 18 November 2007 by Spellcoder (talk | contribs) (fixed a spelling error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 parameters 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