Difference between revisions of "AMOSi:Execall"

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_70.AMOS


Calls the EXEC library with the selected offset value.


On entry, registers D0 to D7 and A0 to A2 MUST be loaded with the control settings required by your function. At the end, the contents of D0 will be returned to AMOS Basic.


result=Execall(function_offset)