Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.18.9 Supexec TOS Name: »supervisor execute« - Start routine in supervisor- mode. Opcode: 38 Syntax: int32_t Supexec( int32_t (*func)( ) ); Description: The XBIOS routine Supexec executes a user-defined routine in supervisor-mode. func is the address of the function to be called in supervisor-mode. Return value: The function returns the int32_t value returned by the user function. Availability: All TOS versions. Group: Special commands See Also: Binding Super