2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 Desc: GetCC() - Read the CPU condition codes in an easy way.
9 #include <aros/debug.h>
11 #include <proto/exec.h>
13 /* See rom/exec/getcc.c for documentation */
15 AROS_LH0(UWORD
, GetCC
,
16 struct ExecBase
*, SysBase
, 88, Exec
)
20 /* Overridden on the RegCall ABI's startup routine */
21 aros_print_not_implemented("GetCC");