1 |*****************************************************************************
5 | __AROS_LH0(UWORD
, GetCC
,
8 | struct ExecBase
*, SysBase
, 88, Exec
)
11 | Read the contents of the sr in a easy
and compatible way
.
16 | The contents of sr as a UWORD
.
19 | This function will most likely be implemented by a few instructions
20 | directly in the jumptable
.
33 |******************************************************************************
35 | This function is implemented directly in the jumptable
- but it
36 | doesn
't harm to see what it looks like.