(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/exec.h>

UWORD GetCC ()

LOCATION
In SysBase at offset 88

SYNOPSIS

FUNCTION
Read the contents of the CPU condition code register in a system independant way. The flags return will be in the same format as the Motorola MC680x0 family of microprocessors.

INPUTS
None.

RESULT
The CPU condition codes or ~0ul if this function has not been implemented.

EXAMPLE

SEE ALSO
SetSR()

NOTES

BUGS
This function may not be implemented on platforms other than Motorola mc680x0 processors.

INTERNALS

HISTORY