2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
7 #include <exec/types.h>
8 #include <clib/exec_protos.h>
31 printf("%04x\n",GetCC());
32 printf("%04lx\n",SetSR(0,0));
37 printf("%04x\n",(UWORD
)Supervisor((ULONG_FUNC
)&b
));