2 Copyright © 2013, The AROS Development Team. All rights reserved.
5 Desc: SuperState() - Switch the processor into a higher plane.
9 #include <proto/exec.h>
11 /* See rom/exec/superstate.c for documentation */
13 AROS_LH0(APTR
, SuperState
,
14 struct ExecBase
*, SysBase
, 25, Exec
)
18 register unsigned int superSP
;
24 " mov %[superSP], sp \n"
27 : [superSP
] "=r" (superSP
)
28 : [swi_no
] "I" (6 /*SC_SUPERSTATE*/) : "r1"